|
Public Member Functions |
| | IMPEXPDIALOG_BASE (MIE::MODE mode) |
| | ~IMPEXPDIALOG_BASE () |
Protected Member Functions |
| void | Clear (bool notify) |
| ERRVALUE | CreateFileObjBox (MGUI::LAYOUT_PANE &MainPane) |
| ERRVALUE | CreateFormatBox (MGUI::LAYOUT_PANE &MainPane) |
| void | ForceObjectType (RVC::OBJTYPE type) |
| void | GetColumnOrder (SIMPLE_ARRAY< INT32 > &NewOrder) const |
| bool | GetColumnSizes (SIMPLE_ARRAY< INT32 > &ColSizes) const |
| const FORMAT * | GetFormat () const |
| int | GetFormatItemNum (const FORMAT *format) const |
const SIMPLE_ARRAY< const
FORMAT * > & | GetFormats () |
| RVC::OBJTYPE | GetObjType () const |
| bool | GetUserSelectedFormat () |
| void | GridAddFormat (int itemnum, const MISTRING &name, const MISTRING &desc, const MISTRING &extension, MIE::OBJTYPEFLAG) |
| void | GridSetItemText (int itemnum, int subitem, const MISTRING &mistring) |
| void | ListBoxAddItem (INT32 num, const MISTRING &name) |
| void | ListBoxDeleteAllItems () |
| void | ListBoxDeleteItem (INT32 num) |
| INT32 | ListBoxGetNumItems () |
| INT32 | ListBoxGetSelectedItem () |
| void | ListBoxSetSelectedItem (INT32 num) |
| void | ResetFormatList () |
| void | SetFormat (const FORMAT *format, bool bUserSelectedFormat) |
| void | SetFormatList (const SIMPLE_ARRAY< const FORMAT * > &formats, const FORMAT *pBestFormat=0) |
| void | SetNextEnabled (bool enabled) |
| void | SetObjTypeEnabled (bool enabled) |
| void | SetSelectEnabled (bool enabled) |
| void | SetUserSelectedFormat (bool UserSelectedFormat) |
Protected Attributes |
| MISTRING | m_ConnectStr |
| RVC::OBJTYPE | m_ObjType |
MGUI::FORM_RADIOBUTTONS_T<
IMPEXPDIALOG_BASE > | m_ObjTypeButtons |
| MISTRING | m_ODBCName |
Private Member Functions |
| void | OnBtnClose () |
| void | OnBtnNext () |
| void | OnBtnRemove () |
| void | OnBtnRemoveAll () |
| void | OnBtnSelect () |
| void | OnBtnSelectODBC () |
| void | OnFiltByExtn () |
| void | OnFormat (int itemnum, int subitemnum) |
| void | OnGridChangeColOrder (int fromCol, int toCol) |
| void | OnGridClickColumn (int itemnum, int column, MGUI::KEYSTATE state) |
| void | OnGridClickItem (int itemnum, int column, MGUI::KEYSTATE state) |
| bool | OnGridDraw (MGUI::CTRL_GRID::CUSTOMDRAW &draw) |
| void | OnGridResizeColumn (int column, int width) |
| virtual bool | v_AllowFormatChange (const FORMAT *format)=0 |
| virtual ERRVALUE | v_CreateContent (MGUI::LAYOUT_PANE &MainPane)=0 |
| virtual ERRVALUE | v_CreateContent () |
| virtual const MISTRING | v_GetFileObjBoxTitle ()=0 |
| virtual const MISTRING | v_GetFormatBoxTitle ()=0 |
| virtual const MISTRING | v_GetSelectBtnLabel ()=0 |
| virtual void | v_OnBtnNext ()=0 |
| virtual void | v_OnBtnRemove ()=0 |
| virtual void | v_OnBtnSelect ()=0 |
| virtual bool | v_OnBtnSelectODBC ()=0 |
| virtual void | v_OnCloseRequest () |
| virtual void | v_OnFiltByExtn ()=0 |
| virtual void | v_OnFormatChanged (const FORMAT *format)=0 |
| virtual void | v_OnObjectsAllRemoved ()=0 |
| virtual void | v_OnOpen () |
| virtual void | v_OnToggleObjType ()=0 |