Panda3D
Public Member Functions

Loader::Results Class Reference

List of all members.

Public Member Functions

 Results (const Results &copy)
void add_file (const Filename &file, LoaderFileType *type)
 Adds a new file to the result list.
void clear ()
 Removes all the files from the list.
const Filenameget_file (int n) const
 Returns the nth file on the result list.
LoaderFileTypeget_file_type (int n) const
 Returns the file type of the nth file on the result list.
int get_num_files () const
 Returns the number of files on the result list.
 MAKE_SEQ (get_files, get_num_files, get_file)
 MAKE_SEQ (get_file_types, get_num_files, get_file_type)
void operator= (const Results &copy)

Detailed Description

Definition at line 56 of file loader.h.


Member Function Documentation

void Loader::Results::add_file ( const Filename file,
LoaderFileType type 
) [inline]

Adds a new file to the result list.

Definition at line 104 of file loader.I.

void Loader::Results::clear ( ) [inline]

Removes all the files from the list.

Definition at line 61 of file loader.I.

const Filename & Loader::Results::get_file ( int  n) const [inline]

Returns the nth file on the result list.

Definition at line 81 of file loader.I.

LoaderFileType * Loader::Results::get_file_type ( int  n) const [inline]

Returns the file type of the nth file on the result list.

Definition at line 93 of file loader.I.

int Loader::Results::get_num_files ( ) const [inline]

Returns the number of files on the result list.

Definition at line 71 of file loader.I.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations