Panda3D
|
A list of VirtualFiles, as returned by VirtualFile::scan_directory(). More...
Public Member Functions | |
__init__ (const VirtualFileList) | |
VirtualFile | getFile (int n) |
Returns the nth file in the list. More... | |
list | getFiles () |
int | getNumFiles () |
Returns the number of files in the list. More... | |
VirtualFile | operator [] (int n) |
Returns the nth file in the list. More... | |
VirtualFileList | operator+ (const VirtualFileList other) |
VirtualFileList | operator+= (const VirtualFileList other) |
int | size () |
Returns the number of files in the list. More... | |
![]() | |
int | getRefCount () |
Returns the current reference count. More... | |
ref () | |
Explicitly increments the reference count. More... | |
bool | testRefCountIntegrity () |
Does some easy checks to make sure that the reference count isn't completely bogus. More... | |
bool | testRefCountNonzero () |
Does some easy checks to make sure that the reference count isn't zero, or completely bogus. More... | |
bool | unref () |
Explicitly decrements the reference count. More... | |
Additional Inherited Members | |
![]() | |
static TypeHandle | getClassType () |
![]() | |
int | ref_count |
The current reference count. More... | |
A list of VirtualFiles, as returned by VirtualFile::scan_directory().
__init__ | ( | const | VirtualFileList | ) |
VirtualFile getFile | ( | int | n | ) |
Returns the nth file in the list.
list getFiles | ( | ) |
int getNumFiles | ( | ) |
Returns the number of files in the list.
VirtualFile operator [] | ( | int | n | ) |
Returns the nth file in the list.
VirtualFileList operator+ | ( | const VirtualFileList | other | ) |
VirtualFileList operator+= | ( | const VirtualFileList | other | ) |
int size | ( | ) |
Returns the number of files in the list.