#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 |
virtual | PT (PandaNode) load_file(const Filename &path |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
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 34 of file loaderFileTypePandatool.cxx. |
|
Definition at line 46 of file loaderFileTypePandatool.cxx. |
|
Reimplemented from LoaderFileType. Definition at line 61 of file loaderFileTypePandatool.h. References LoaderFileType::get_class_type(), and LoaderFileType::init_type(). |
|
Reimplemented from LoaderFileType. Definition at line 50 of file loaderFileTypePandatool.h. |
|
Implements LoaderFileType. Definition at line 65 of file loaderFileTypePandatool.cxx. References _converter, and SomethingToEggConverter::get_extension(). Referenced by resolve_filename(). |
|
Implements LoaderFileType. Definition at line 55 of file loaderFileTypePandatool.cxx. References _converter, and SomethingToEggConverter::get_name(). |
|
Reimplemented from LoaderFileType. Definition at line 58 of file loaderFileTypePandatool.h. References LoaderFileType::get_class_type(). |
|
Reimplemented from LoaderFileType. Definition at line 53 of file loaderFileTypePandatool.h. References LoaderFileType::get_class_type(), LoaderFileType::init_type(), and register_type(). Referenced by init_libptloader(). |
|
Reimplemented from LoaderFileType. |
|
Definition at line 77 of file loaderFileTypePandatool.cxx. References get_extension(), get_model_path(), and path. |
|
Definition at line 47 of file loaderFileTypePandatool.h. Referenced by get_extension(), and get_name(). |
|
Reimplemented from LoaderFileType. Definition at line 26 of file loaderFileTypePandatool.cxx. |
|
Reimplemented from LoaderFileType. Definition at line 44 of file loaderFileTypePandatool.h. |