Main dialog for Import. More...
#include <mie/uimain.h>

Public Member Functions | |
| IMPORTDIALOG () | |
| virtual | ~IMPORTDIALOG () |
Private Member Functions | |
| MIE::FORMAT::TESTRESULT | AddFile (const FILEPATH &filepath) |
| ERRVALUE | Select (GETFILEFLAGS GetFileFlags) |
| bool | TestFile (const FILEPATH &filepath, SIMPLE_ARRAY< const FORMAT * > &Candidates, const FORMAT *pBestFormat, const FORMAT *p2ndBestFormat, bool TestByExtn) |
| virtual bool | v_AllowFormatChange (const FORMAT *format) |
| virtual ERRVALUE | v_CreateContent (MGUI::LAYOUT_PANE &MainPane) |
| virtual const MISTRING | v_GetFileObjBoxTitle () |
| virtual const MISTRING | v_GetFormatBoxTitle () |
| virtual const MISTRING | v_GetSelectBtnLabel () |
| virtual void | v_OnBtnNext () |
| virtual void | v_OnBtnRemove () |
| virtual void | v_OnBtnSelect () |
| virtual bool | v_OnBtnSelectRDBMSSource () |
| virtual void | v_OnFiltByExtn () |
| virtual void | v_OnFormatChanged (const FORMAT *format) |
| virtual void | v_OnObjectsAllRemoved () |
| virtual void | v_OnToggleObjType () |
Static Private Member Functions | |
| static int | GetFileFilter (MIUNICODE *filename, char *msgkey, void *userdata) |
Private Attributes | |
| MISTRINGLIST | m_Files |
Main dialog for Import.
| MIE::IMPORTDIALOG::IMPORTDIALOG | ( | ) |
| virtual MIE::IMPORTDIALOG::~IMPORTDIALOG | ( | ) | [virtual] |
| MIE::FORMAT::TESTRESULT MIE::IMPORTDIALOG::AddFile | ( | const FILEPATH & | filepath | ) | [private] |
| static int MIE::IMPORTDIALOG::GetFileFilter | ( | MIUNICODE * | filename, | |
| char * | msgkey, | |||
| void * | userdata | |||
| ) | [static, private] |
| ERRVALUE MIE::IMPORTDIALOG::Select | ( | GETFILEFLAGS | GetFileFlags | ) | [private] |
| bool MIE::IMPORTDIALOG::TestFile | ( | const FILEPATH & | filepath, | |
| SIMPLE_ARRAY< const FORMAT * > & | Candidates, | |||
| const FORMAT * | pBestFormat, | |||
| const FORMAT * | p2ndBestFormat, | |||
| bool | TestByExtn | |||
| ) | [private] |
| virtual bool MIE::IMPORTDIALOG::v_AllowFormatChange | ( | const FORMAT * | format | ) | [private, virtual] |
Check object or file list to see if format can be changed.
Implements MIE::IMPEXPDIALOG_BASE.
| virtual ERRVALUE MIE::IMPORTDIALOG::v_CreateContent | ( | MGUI::LAYOUT_PANE & | MainPane | ) | [private, virtual] |
Creates content specific to import or export.
Implements MIE::IMPEXPDIALOG_BASE.
| virtual const MISTRING MIE::IMPORTDIALOG::v_GetFileObjBoxTitle | ( | ) | [private, virtual] |
Implements MIE::IMPEXPDIALOG_BASE.
| virtual const MISTRING MIE::IMPORTDIALOG::v_GetFormatBoxTitle | ( | ) | [private, virtual] |
Implements MIE::IMPEXPDIALOG_BASE.
| virtual const MISTRING MIE::IMPORTDIALOG::v_GetSelectBtnLabel | ( | ) | [private, virtual] |
Implements MIE::IMPEXPDIALOG_BASE.
| virtual void MIE::IMPORTDIALOG::v_OnBtnNext | ( | ) | [private, virtual] |
Implements MIE::IMPEXPDIALOG_BASE.
| virtual void MIE::IMPORTDIALOG::v_OnBtnRemove | ( | ) | [private, virtual] |
Implements MIE::IMPEXPDIALOG_BASE.
| virtual void MIE::IMPORTDIALOG::v_OnBtnSelect | ( | ) | [private, virtual] |
Implements MIE::IMPEXPDIALOG_BASE.
| virtual bool MIE::IMPORTDIALOG::v_OnBtnSelectRDBMSSource | ( | ) | [private, virtual] |
Implements MIE::IMPEXPDIALOG_BASE.
| virtual void MIE::IMPORTDIALOG::v_OnFiltByExtn | ( | ) | [private, virtual] |
Implements MIE::IMPEXPDIALOG_BASE.
| virtual void MIE::IMPORTDIALOG::v_OnFormatChanged | ( | const FORMAT * | format | ) | [private, virtual] |
Implements MIE::IMPEXPDIALOG_BASE.
| virtual void MIE::IMPORTDIALOG::v_OnObjectsAllRemoved | ( | ) | [private, virtual] |
Implements MIE::IMPEXPDIALOG_BASE.
| virtual void MIE::IMPORTDIALOG::v_OnToggleObjType | ( | ) | [private, virtual] |
Implements MIE::IMPEXPDIALOG_BASE.
MISTRINGLIST MIE::IMPORTDIALOG::m_Files [private] |
1.6.1