#include <ChooseImporterCommonDialogC.h>
Inheritance diagram for ChooseImporterCommonDialogC:

Public Member Functions | |
| virtual Edit::DataBlockI * | create () |
| Creates new dialog. | |
| virtual PluginClass::ClassIdC | get_class_id () |
| Returns the class ID if the dialog. | |
| virtual bool | do_modal () |
| Prompts the dialog. | |
| virtual void | set_file_name (const char *szFilename) |
| virtual void | add_importer (const char *szDesc, PajaTypes::uint32 ui32ID) |
| virtual PajaTypes::int32 | get_selected_importer () const |
| virtual bool | get_use_extension_to_all () const |
Static Public Member Functions | |
| ChooseImporterCommonDialogC * | create_new () |
| Creates new dialog. | |
Protected Attributes | |
| std::vector< ImporterS > | m_rImporters |
| std::string | m_sFileName |
| PajaTypes::int32 | m_i32SelID |
| bool | m_bUseToAll |
|
|
Creates new dialog.
Implements DataBlockI. |
|
|
Creates new dialog.
|
|
|
Prompts the dialog.
Implements CommonDialogI. |
|
|
Returns the class ID if the dialog.
Implements CommonDialogI. |