ALBA
Classes | Macros | Enumerations
albaGUI.h File Reference
#include "wx/grid.h"
#include "wx/listctrl.h"
#include "albaDecl.h"
#include "albaGUIPanel.h"
#include "albaEvent.h"
#include "albaObserver.h"
#include <map>
Include dependency graph for albaGUI.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  albaGUI
 

Macros

#define MININT   -2147483647-1
 
#define MAXINT   2147483647
 
#define MINFLOAT   -1.0e+38F
 
#define MAXFLOAT   1.0e+38F
 
#define MINDOUBLE   -1.0e+299
 
#define MAXDOUBLE   1.0e+299
 

Enumerations

enum  GUI_CONSTANTS {
  GUI_ROW_MARGIN , GUI_LABEL_MARGIN , GUI_WIDGET_MARGIN , GUI_LABEL_HEIGHT ,
  GUI_BUTTON_HEIGHT , GUI_LABEL_WIDTH , GUI_WIDGET_WIDTH , GUI_FULL_WIDTH ,
  GUI_DATA_WIDTH , GUI_HOLDER_WIDTH
}
 

Macro Definition Documentation

◆ MININT

#define MININT   -2147483647-1
implementation details:
ALBAWidgetId is a counter that holds the last generated widget_ID. It is used and incremented by GetWidgetId.
See also
GetWidgetId GetModuleId ALBAWidgetId m_WidgetTableID

Definition at line 65 of file albaGUI.h.

◆ MAXINT

#define MAXINT   2147483647

Definition at line 66 of file albaGUI.h.

◆ MINFLOAT

#define MINFLOAT   -1.0e+38F

Definition at line 67 of file albaGUI.h.

◆ MAXFLOAT

#define MAXFLOAT   1.0e+38F

Definition at line 68 of file albaGUI.h.

◆ MINDOUBLE

#define MINDOUBLE   -1.0e+299

Definition at line 69 of file albaGUI.h.

◆ MAXDOUBLE

#define MAXDOUBLE   1.0e+299

Definition at line 70 of file albaGUI.h.

Enumeration Type Documentation

◆ GUI_CONSTANTS

Enumerator
GUI_ROW_MARGIN 
GUI_LABEL_MARGIN 
GUI_WIDGET_MARGIN 
GUI_LABEL_HEIGHT 
GUI_BUTTON_HEIGHT 
GUI_LABEL_WIDTH 
GUI_WIDGET_WIDTH 
GUI_FULL_WIDTH 
GUI_DATA_WIDTH 
GUI_HOLDER_WIDTH 

Definition at line 76 of file albaGUI.h.