Go to the source code of this file.
Classes |
interface | IMgaDataSource |
interface | IGMEOLEApp |
interface | IGMEOLEIt |
interface | IGMEOLEModel |
interface | IGMEOLEAspect |
interface | IGMEOLEPanel |
interface | IGMEOLEColl |
interface | IMgaDecorator |
interface | IMgaCommonDecoratorEvents |
interface | IMgaDecoratorCommon |
interface | IMgaElementDecoratorEvents |
interface | IMgaElementDecorator |
Typedefs |
typedef enum msgtype_enum | msgtype_enum |
typedef enum editmode_enum | editmode_enum |
typedef enum bar_enum | bar_enum |
typedef enum scroll_enum | scroll_enum |
typedef enum attribpanel_page | attribpanel_page |
typedef enum decorator_error | decorator_error |
typedef unsigned long | feature_code |
typedef enum refresh_mode_enum | refresh_mode_enum |
Enumerations |
enum | msgtype_enum { MSG_NORMAL = 0,
MSG_INFO = 1,
MSG_WARNING = 2,
MSG_ERROR = 3
} |
enum | editmode_enum {
MODE_EDIT = 0,
MODE_CONNECT = 1,
MODE_DISCONNECT = 2,
MODE_SET = 3,
MODE_ZOOM = 4,
MODE_VISUALIZE = 5
} |
enum | bar_enum { BAR_HORIZ = 0,
BAR_VERTI = 1
} |
enum | scroll_enum {
SCROL_UP = 0,
SCROL_DOWN = 1,
SCROL_PGUP = 2,
SCROL_PGDN = 3,
SCROL_HOME = 4,
SCROL_END = 5
} |
enum | attribpanel_page { PAGE_ATTRIB = 0,
PAGE_PREF = 1,
PAGE_PROP = 2
} |
enum | decorator_error {
E_DECORATOR_UNKNOWN_PARAMETER = 0x80737001,
E_DECORATOR_INIT_WITH_NULL = 0x80737002,
E_DECORATOR_UNINITIALIZED = 0x80737003,
E_DECORATOR_LOCISNOTSET = 0x80737004,
E_DECORATOR_PORTNOTFOUND = 0x80737005,
E_DECORATOR_USING_DEPRECATED_FUNCTION = 0x80737006,
E_DECORATOR_NOT_IMPLEMENTED = 0x80737007,
S_DECORATOR_EVENT_HANDLED = 0x00737001,
S_DECORATOR_EVENT_NOT_HANDLED = 0x00737002
} |
enum | refresh_mode_enum {
RM_NOREFRESH = 0,
RM_REDRAW_SELF = 1,
RM_REGENERATE_SELF = 2,
RM_REGENERATE_PARENT_ALSO = 3,
RM_REGENERATE_ALL_VIEWS = 4
} |
Variables |
const unsigned long | F_RESIZABLE = 1<<0 |
const unsigned long | F_MOUSEEVENTS = 1<<1 |
const unsigned long | F_HASLABEL = 1<<2 |
const unsigned long | F_HASSTATE = 1<<3 |
const unsigned long | F_HASPORTS = 1<<4 |
const unsigned long | F_ANIMATION = 1<<5 |
const unsigned long | F_IMGPATH = 1<<6 |
const unsigned long | F_RESIZEAFTERMOD = 1<<7 |
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
PAGE_ATTRIB |
|
PAGE_PREF |
|
PAGE_PROP |
|
Definition at line 43 of file Gme.idl.
- Enumerator:
-
Definition at line 29 of file Gme.idl.
- Enumerator:
E_DECORATOR_UNKNOWN_PARAMETER |
|
E_DECORATOR_INIT_WITH_NULL |
|
E_DECORATOR_UNINITIALIZED |
|
E_DECORATOR_LOCISNOTSET |
|
E_DECORATOR_PORTNOTFOUND |
|
E_DECORATOR_USING_DEPRECATED_FUNCTION |
|
E_DECORATOR_NOT_IMPLEMENTED |
|
S_DECORATOR_EVENT_HANDLED |
|
S_DECORATOR_EVENT_NOT_HANDLED |
|
Definition at line 380 of file Gme.idl.
- Enumerator:
MODE_EDIT |
|
MODE_CONNECT |
|
MODE_DISCONNECT |
|
MODE_SET |
|
MODE_ZOOM |
|
MODE_VISUALIZE |
|
Definition at line 20 of file Gme.idl.
- Enumerator:
MSG_NORMAL |
|
MSG_INFO |
|
MSG_WARNING |
|
MSG_ERROR |
|
Definition at line 13 of file Gme.idl.
- Enumerator:
RM_NOREFRESH |
|
RM_REDRAW_SELF |
|
RM_REGENERATE_SELF |
|
RM_REGENERATE_PARENT_ALSO |
|
RM_REGENERATE_ALL_VIEWS |
|
Definition at line 414 of file Gme.idl.
- Enumerator:
SCROL_UP |
|
SCROL_DOWN |
|
SCROL_PGUP |
|
SCROL_PGDN |
|
SCROL_HOME |
|
SCROL_END |
|
Definition at line 34 of file Gme.idl.
Variable Documentation