ALBA
|
#include "wx/wizard.h"
#include "albaDefines.h"
#include "albaEvent.h"
#include "albaObserver.h"
#include "albaRWI.h"
Go to the source code of this file.
Classes | |
class | albaGUIWizardPageNew |
Enumerations | |
enum | DIALOG_EXSTYLES { albaUSEGUI = albaCLOSE*2 , albaUSERWI = albaUSEGUI*2 , albaWIZARDUSEGUI = 1 , albaWIZARDUSERWI = 2 , albaWIZARDUSEGUI = 1 , albaWIZARDUSERWI = 2 } |
enum | GUI_WIZARD_WIDGET_ID { ID_LUT_CHOOSER = 3 } |
enum DIALOG_EXSTYLES |
IDs for the Dialog Style.
Enumerator | |
---|---|
albaUSEGUI | |
albaUSERWI | |
albaWIZARDUSEGUI | |
albaWIZARDUSERWI | |
albaWIZARDUSEGUI | |
albaWIZARDUSERWI |
Definition at line 38 of file albaGUIWizardPageNew.h.
enum GUI_WIZARD_WIDGET_ID |
IDs for the view GUI.
Enumerator | |
---|---|
ID_LUT_CHOOSER |
Definition at line 45 of file albaGUIWizardPageNew.h.