MIE::IMPEXPDIALOG_BASE Class Reference
#include <mie/uimain.h>
List of all members.
Constructor & Destructor Documentation
| MIE::IMPEXPDIALOG_BASE::IMPEXPDIALOG_BASE |
( |
MIE::MODE |
mode |
) |
|
| MIE::IMPEXPDIALOG_BASE::~IMPEXPDIALOG_BASE |
( |
|
) |
|
Member Function Documentation
| void MIE::IMPEXPDIALOG_BASE::Clear |
( |
bool |
notify |
) |
[protected] |
| void MIE::IMPEXPDIALOG_BASE::ForceObjectType |
( |
RVC::OBJTYPE |
type |
) |
[protected] |
| void MIE::IMPEXPDIALOG_BASE::GetColumnOrder |
( |
SIMPLE_ARRAY< INT32 > & |
NewOrder |
) |
const [protected] |
| bool MIE::IMPEXPDIALOG_BASE::GetColumnSizes |
( |
SIMPLE_ARRAY< INT32 > & |
ColSizes |
) |
const [protected] |
| const FORMAT* MIE::IMPEXPDIALOG_BASE::GetFormat |
( |
|
) |
const [inline, protected] |
| int MIE::IMPEXPDIALOG_BASE::GetFormatItemNum |
( |
const FORMAT * |
format |
) |
const [protected] |
| const SIMPLE_ARRAY<const FORMAT*>& MIE::IMPEXPDIALOG_BASE::GetFormats |
( |
|
) |
[inline, protected] |
| RVC::OBJTYPE MIE::IMPEXPDIALOG_BASE::GetObjType |
( |
|
) |
const [inline, protected] |
Returns ObjType selected from radio buttons.
| bool MIE::IMPEXPDIALOG_BASE::GetUserSelectedFormat |
( |
|
) |
[inline, protected] |
| void MIE::IMPEXPDIALOG_BASE::GridSetItemText |
( |
int |
itemnum, |
|
|
int |
subitem, |
|
|
const MISTRING & |
mistring | |
|
) |
| | [protected] |
| void MIE::IMPEXPDIALOG_BASE::ListBoxAddItem |
( |
INT32 |
num, |
|
|
const MISTRING & |
name | |
|
) |
| | [protected] |
| void MIE::IMPEXPDIALOG_BASE::ListBoxDeleteAllItems |
( |
|
) |
[protected] |
| void MIE::IMPEXPDIALOG_BASE::ListBoxDeleteItem |
( |
INT32 |
num |
) |
[protected] |
| INT32 MIE::IMPEXPDIALOG_BASE::ListBoxGetNumItems |
( |
|
) |
[protected] |
| INT32 MIE::IMPEXPDIALOG_BASE::ListBoxGetSelectedItem |
( |
|
) |
[protected] |
| void MIE::IMPEXPDIALOG_BASE::ListBoxSetSelectedItem |
( |
INT32 |
num |
) |
[protected] |
| void MIE::IMPEXPDIALOG_BASE::ResetFormatList |
( |
|
) |
[protected] |
| void MIE::IMPEXPDIALOG_BASE::SetFormat |
( |
const FORMAT * |
format, |
|
|
bool |
bUserSelectedFormat | |
|
) |
| | [protected] |
| void MIE::IMPEXPDIALOG_BASE::SetFormatList |
( |
const SIMPLE_ARRAY< const FORMAT * > & |
formats, |
|
|
const FORMAT * |
pBestFormat = 0 | |
|
) |
| | [protected] |
| void MIE::IMPEXPDIALOG_BASE::SetNextEnabled |
( |
bool |
enabled |
) |
[protected] |
| void MIE::IMPEXPDIALOG_BASE::SetObjTypeEnabled |
( |
bool |
enabled |
) |
[protected] |
| void MIE::IMPEXPDIALOG_BASE::SetSelectEnabled |
( |
bool |
enabled |
) |
[protected] |
| void MIE::IMPEXPDIALOG_BASE::SetSelectRDBMSEnabled |
( |
bool |
enabled |
) |
[protected] |
| void MIE::IMPEXPDIALOG_BASE::SetSourceListEmpty |
( |
bool |
empty |
) |
[protected] |
| void MIE::IMPEXPDIALOG_BASE::SetUserSelectedFormat |
( |
bool |
UserSelectedFormat |
) |
[inline, protected] |
| virtual bool MIE::IMPEXPDIALOG_BASE::v_AllowFormatChange |
( |
const FORMAT * |
format |
) |
[private, pure virtual] |
| virtual ERRVALUE MIE::IMPEXPDIALOG_BASE::v_CreateContent |
( |
|
) |
[private, virtual] |
Create shell contents.
Derived class MUST implement this. Function must return TRUE to show shell immediately, FALSE to not show the shell, or an error code < 0. This will be called by the shell creation code and thus must not be called directly. This is normally overridden only by the specific shell implementation and not by the code that actually uses that shell implementation. The implementation should call GetMainPane() to determine the pane to create the controls in.
Implements MGUI::TOPSHELL.
| virtual const MISTRING MIE::IMPEXPDIALOG_BASE::v_GetFileObjBoxTitle |
( |
|
) |
[private, pure virtual] |
| virtual const MISTRING MIE::IMPEXPDIALOG_BASE::v_GetFormatBoxTitle |
( |
|
) |
[private, pure virtual] |
| virtual const MISTRING MIE::IMPEXPDIALOG_BASE::v_GetSelectBtnLabel |
( |
|
) |
[private, pure virtual] |
| virtual void MIE::IMPEXPDIALOG_BASE::v_OnBtnNext |
( |
|
) |
[private, pure virtual] |
| virtual void MIE::IMPEXPDIALOG_BASE::v_OnBtnRemove |
( |
|
) |
[private, pure virtual] |
| virtual void MIE::IMPEXPDIALOG_BASE::v_OnBtnSelect |
( |
|
) |
[private, pure virtual] |
| virtual bool MIE::IMPEXPDIALOG_BASE::v_OnBtnSelectRDBMSSource |
( |
|
) |
[private, pure virtual] |
| virtual void MIE::IMPEXPDIALOG_BASE::v_OnCloseRequest |
( |
|
) |
[private, virtual] |
Called when user requests that shell be 'closed'.
Usually results from an OS or Window Manager notification. To honor request and close the shell, override and call Destroy().
Implements MGUI::TOPSHELL.
| virtual void MIE::IMPEXPDIALOG_BASE::v_OnFiltByExtn |
( |
|
) |
[private, pure virtual] |
| virtual void MIE::IMPEXPDIALOG_BASE::v_OnFormatChanged |
( |
const FORMAT * |
format |
) |
[private, pure virtual] |
| virtual void MIE::IMPEXPDIALOG_BASE::v_OnObjectsAllRemoved |
( |
|
) |
[private, pure virtual] |
| virtual void MIE::IMPEXPDIALOG_BASE::v_OnOpen |
( |
|
) |
[private, virtual] |
Called after shell is actually displayed.
Reimplemented from MGUI::TOPSHELL.
| virtual void MIE::IMPEXPDIALOG_BASE::v_OnToggleObjType |
( |
|
) |
[private, pure virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: