Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | List of all members
Results Class Reference

Public Member Functions

 __init__ ()
 
 __init__ (const Loader::Results copy)
 
 __init__ ()
 
 __init__ (const DSearchPath::Results copy)
 
 clear ()
 Removes all the files from the list. More...
 
 clear ()
 
const Filename getFile (int n)
 Returns the nth file on the result list. More...
 
const Filename getFile (int n)
 
list getFiles ()
 
LoaderFileType getFileType (int n)
 Returns the file type of the nth file on the result list. More...
 
list getFileTypes ()
 
int getNumFiles ()
 Returns the number of files on the result list. More...
 
int getNumFiles ()
 
Loader::Results operator= (const Loader::Results copy)
 
DSearchPath::Results operator= (const DSearchPath::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. More...
 
 write (Ostream out, int indent_level)
 

Member Function Documentation

__init__ ( )
__init__ ( const Loader::Results  copy)
__init__ ( )
__init__ ( const DSearchPath::Results  copy)
clear ( )

Removes all the files from the list.

clear ( )
const Filename getFile ( int  n)

Returns the nth file on the result list.

const Filename getFile ( int  n)
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 ( )
Loader::Results operator= ( const Loader::Results  copy)
DSearchPath::Results operator= ( const DSearchPath::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 
)