Panda3D
|
Public Member Functions | |
Results (const Results ©) | |
void | add_file (const Filename &file, LoaderFileType *type) |
Adds a new file to the result list. More... | |
void | clear () |
Removes all the files from the list. More... | |
const Filename & | get_file (int n) const |
Returns the nth file on the result list. More... | |
LoaderFileType * | get_file_type (int n) const |
Returns the file type of the nth file on the result list. More... | |
int | get_num_files () const |
Returns the number of files on the result list. More... | |
MAKE_SEQ (get_files, get_num_files, get_file) | |
MAKE_SEQ (get_file_types, get_num_files, get_file_type) | |
void | operator= (const Results ©) |
|
inline |
Adds a new file to the result list.
Definition at line 104 of file loader.I.
References Loader::set_task_manager().
Referenced by get_file_type().
|
inline |
Removes all the files from the list.
Definition at line 61 of file loader.I.
References get_num_files().
|
inline |
Returns the nth file on the result list.
Definition at line 81 of file loader.I.
References get_file_type().
Referenced by get_num_files().
|
inline |
Returns the file type of the nth file on the result list.
Definition at line 93 of file loader.I.
References add_file().
Referenced by get_file().
|
inline |
Returns the number of files on the result list.
Definition at line 71 of file loader.I.
References get_file().
Referenced by clear().