Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions
VirtualFileList Class Reference

A list of VirtualFiles, as returned by VirtualFile::scan_directory(). More...

Inheritance diagram for VirtualFileList:
ReferenceCount

List of all members.

Public Member Functions

VirtualFile getFile (int n)
 Returns the nth file in the list.
list getFiles ()
int getNumFiles ()
 Returns the number of files in the list.
VirtualFileList operator+ (VirtualFileList const other)
 Returns a VirtualFileList representing the concatenation of the two lists.
VirtualFileList operator+= (VirtualFileList const other)
 Appends the other list onto the end of this one.
VirtualFile operator[] (int n)
 Returns the nth file in the list.
int size ()
 Returns the number of files in the list.

Detailed Description

A list of VirtualFiles, as returned by VirtualFile::scan_directory().


Member Function Documentation

Returns the nth file in the list.

list getFiles ( )

Returns the number of files in the list.

VirtualFileList operator+ ( VirtualFileList const  other)

Returns a VirtualFileList representing the concatenation of the two lists.

VirtualFileList operator+= ( VirtualFileList const  other)

Appends the other list onto the end of this one.

VirtualFile operator[] ( int  n)

Returns the nth file in the list.

int size ( )

Returns the number of files in the list.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties