|
|
#include <ExportDlg.h>
Inheritance diagram for mgExportBasePanel:

Definition at line 93 of file ExportDlg.h.
Public Member Functions | |
| mgExportBasePanel (wxWindow *parent, wxWindowID id=-1) | |
| virtual void | BuildAll ()=0 |
| Creates everything regarding this panel. | |
Protected Member Functions | |
| virtual void | BuildCtrls ()=0 |
| Initializes the controls whose pointers are stored in the member variables to be easily used when required. | |
|
|
Creates everything regarding this panel. This function calls BuildCtrls() and then creates the entire layout for this panel. Implemented in mgExportBasicOpt, and mgExportAdvOpt. |
|
|
Initializes the controls whose pointers are stored in the member variables to be easily used when required. In this way, we do not have to use wxWindow::FindWindowById each time we must access them. Please note that IDs are still required for event handling. Implemented in mgExportBasicOpt, and mgExportAdvOpt. |
[ Top ] |