Panda3D
|
#include <pandadoc.hpp>
Public Member Functions | |
__init__ () | |
__init__ () | |
__init__ (const DSearchPath::Results copy) | |
__init__ (const Loader::Results copy) | |
clear () | |
Removes all the files from the list. | |
clear () | |
Removes all the files from the list. | |
const Filename | getFile (int n) |
Returns the nth file on the result list. | |
const Filename | 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. | |
int | getNumFiles () |
Returns the number of files on the result list. | |
DSearchPath::Results | operator= (const DSearchPath::Results copy) |
Loader::Results | operator= (const Loader::Results copy) |
Filename | operator[] (int n) |
output (Ostream out) | |
int | size () |
Returns the num of filenames in the set. | |
write (Ostream out, int indent_level) | |
__init__ | ( | ) |
__init__ | ( | ) |
__init__ | ( | const DSearchPath::Results | copy | ) |
__init__ | ( | const Loader::Results | copy | ) |
clear | ( | ) |
Removes all the files from the list.
clear | ( | ) |
Removes all the files from the list.
const Filename getFile | ( | int | n | ) |
Returns the nth file on the result list.
const Filename 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.
int getNumFiles | ( | ) |
Returns the number of files on the result list.
DSearchPath::Results operator= | ( | const DSearchPath::Results | copy | ) |
Loader::Results operator= | ( | const Loader::Results | copy | ) |
Filename operator[] | ( | int | n | ) |
output | ( | Ostream | out | ) |
int size | ( | ) |
Returns the num of filenames in the set.
This method is defined to make the Results object appear to be a list in Python.
write | ( | Ostream | out, |
int | indent_level ) |