|
Panda3D
|
Public Member Functions | |
| Results () | |
| Results (Results const copy) | |
| clear () | |
| Removes all the files from the list. | |
| Filename const | getFile (int n) |
| Returns the nth file on the result list. | |
| list | getFiles () |
| LoaderFileType | getFileType (int n) |
| Returns the file type of the nth file on the result list. | |
| list | getFileTypes () |
| int | getNumFiles () |
| Returns the number of files on the result list. | |
| Results | operator= (Results const copy) |
| Results | ( | ) |
| clear | ( | ) |
Removes all the files from the list.
| list getFiles | ( | ) |
| LoaderFileType getFileType | ( | int | n | ) |
Returns the file type of the nth file on the result list.
| list getFileTypes | ( | ) |
| int getNumFiles | ( | ) |
Returns the number of files on the result list.
1.7.3