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

Public Member Functions

 __init__ ()
 
 __init__ (const Loader::Results copy)
 
 clear ()
 Removes all the files from the list. More...
 
const Filename getFile (int n)
 Returns the nth file on the result list. More...
 
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...
 
Loader::Results operator= (const Loader::Results copy)
 

Member Function Documentation

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

Removes all the files from the 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.

Loader::Results operator= ( const Loader::Results  copy)