|
Blender
V2.59
|
Public Attributes | |
| char * | _path |
| const char * | _lib |
| const char * | _name |
| void * | data |
| int | len |
| int | type |
| int | flag |
| void(* | setpath_callback )(struct BPathIterator *, const char *) |
| void(* | getpath_callback )(struct BPathIterator *, char *) |
| const char * | base_path |
| Main * | bmain |
| struct BPathIteratorSeqData | seqdata |
| const char* BPathIterator::_lib |
Definition at line 82 of file bpath.c.
Referenced by BLI_bpathIterator_getLib(), and BLI_bpathIterator_step().
| const char* BPathIterator::_name |
Definition at line 83 of file bpath.c.
Referenced by BLI_bpathIterator_getName(), and BLI_bpathIterator_step().
| char* BPathIterator::_path |
Definition at line 81 of file bpath.c.
Referenced by BLI_bpathIterator_getPath(), BLI_bpathIterator_setPath(), and BLI_bpathIterator_step().
| const char* BPathIterator::base_path |
Definition at line 92 of file bpath.c.
Referenced by BLI_bpathIterator_getBasePath(), BLI_bpathIterator_getPathExpanded(), BLI_bpathIterator_init(), findMissingFiles(), makeFilesAbsolute(), and makeFilesRelative().
Definition at line 94 of file bpath.c.
Referenced by BLI_bpathIterator_init(), BLI_bpathIterator_step(), and seq_stepdata__internal().
| void* BPathIterator::data |
Definition at line 84 of file bpath.c.
Referenced by BLI_bpathIterator_init(), BLI_bpathIterator_step(), bpi_type_step__internal(), seq_getpath(), seq_setpath(), text_getpath(), and text_setpath().
Definition at line 87 of file bpath.c.
Referenced by BLI_bpathIterator_init(), and BLI_bpathIterator_step().
| void(* BPathIterator::getpath_callback)(struct BPathIterator *, char *) |
Definition at line 90 of file bpath.c.
Referenced by BLI_bpathIterator_getPath(), BLI_bpathIterator_init(), and bpi_type_step__internal().
Definition at line 85 of file bpath.c.
Referenced by BLI_bpathIterator_getPathMaxLen(), and BLI_bpathIterator_step().
Definition at line 97 of file bpath.c.
Referenced by BLI_bpathIterator_free(), BLI_bpathIterator_init(), and seq_stepdata__internal().
| void(* BPathIterator::setpath_callback)(struct BPathIterator *, const char *) |
Definition at line 89 of file bpath.c.
Referenced by BLI_bpathIterator_init(), BLI_bpathIterator_setPath(), and bpi_type_step__internal().
Definition at line 86 of file bpath.c.
Referenced by BLI_bpathIterator_getType(), BLI_bpathIterator_init(), BLI_bpathIterator_isDone(), BLI_bpathIterator_step(), bpi_type_step__internal(), bpy_resource_path(), and bpy_user_resource().