#include <loaderFileTypePandatool.h>
Inheritance diagram for LoaderFileTypePandatool:
Public Member Functions | |
LoaderFileTypePandatool (SomethingToEggConverter *converter) | |
virtual | ~LoaderFileTypePandatool () |
virtual string | get_name () const |
virtual string | get_extension () const |
virtual void | resolve_filename (Filename &path) const |
Searches for the indicated filename on whatever paths are appropriate to this file type, and updates it if it is found. | |
virtual | PT (PandaNode) load_file(const Filename &path |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
virtual PointerTo< PandaNode > | load_file (const Filename &path, bool report_errors) const |
int | get_type_index () const |
bool | is_of_type (TypeHandle handle) const |
bool | is_exact_type (TypeHandle handle) const |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Public Attributes | |
virtual bool report_errors | const |
Private Attributes | |
SomethingToEggConverter * | _converter |
Static Private Attributes | |
TypeHandle | _type_handle |
Definition at line 44 of file loaderFileTypePandatool.h.
|
Definition at line 39 of file loaderFileTypePandatool.cxx. |
|
Definition at line 53 of file loaderFileTypePandatool.cxx. References _converter, and SomethingToEggConverter::get_name(). |
|
Reimplemented from LoaderFileType. Definition at line 70 of file loaderFileTypePandatool.h. |
|
Reimplemented from LoaderFileType. Definition at line 59 of file loaderFileTypePandatool.h. |
|
Implements LoaderFileType. Definition at line 76 of file loaderFileTypePandatool.cxx. References get_model_path(), and path. |
|
Implements LoaderFileType. Definition at line 64 of file loaderFileTypePandatool.cxx. References _converter, and SomethingToEggConverter::get_extension(). |
|
Reimplemented from LoaderFileType. Definition at line 67 of file loaderFileTypePandatool.h. |
|
Reimplemented from LoaderFileType. Definition at line 62 of file loaderFileTypePandatool.h. Referenced by ConfigureFn(). |
|
|
|
Searches for the indicated filename on whatever paths are appropriate to this file type, and updates it if it is found.
Definition at line 93 of file loaderFileTypePandatool.cxx. References _converter, CS_default, load_egg_data(), path, and EggData::set_coordinate_system(). |
|
Definition at line 56 of file loaderFileTypePandatool.h. Referenced by get_name(), resolve_filename(), and ~LoaderFileTypePandatool(). |
|
Reimplemented from LoaderFileType. Definition at line 29 of file loaderFileTypePandatool.cxx. |
|
Definition at line 53 of file loaderFileTypePandatool.h. |