#include "mmsgui/theme/mmswidgetclass.h"


Go to the source code of this file.
Namespaces | |
| namespace | MMSGUI_CANVASWIDGET_ATTR |
Classes | |
| class | MMSCanvasWidgetClass |
| A data access class for the canvas widget. More... | |
Defines | |
| #define | MMSGUI_CANVASWIDGET_ATTR_ATTRDESC { "attributes", TAFF_ATTRTYPE_STRING } |
| #define | MMSGUI_CANVASWIDGET_ATTR_IDS MMSGUI_CANVASWIDGET_ATTR_IDS_attributes |
| #define | MMSGUI_CANVASWIDGET_ATTR_INIT |
Enumerations | |
| enum | ids { MMSGUI_CANVASWIDGET_ATTR::MMSGUI_BASE_ATTR_IDS, MMSGUI_CANVASWIDGET_ATTR::MMSGUI_BORDER_ATTR_IDS, MMSGUI_CANVASWIDGET_ATTR::MMSGUI_WIDGET_ATTR_IDS, MMSGUI_CANVASWIDGET_ATTR::MMSGUI_CANVASWIDGET_ATTR_IDS } |
Variables | |
| TAFF_ATTRDESC | MMSGUI_CANVASWIDGET_ATTR_I [] |
| #define MMSGUI_CANVASWIDGET_ATTR_ATTRDESC { "attributes", TAFF_ATTRTYPE_STRING } |
Definition at line 41 of file mmscanvaswidgetclass.h.
| #define MMSGUI_CANVASWIDGET_ATTR_IDS MMSGUI_CANVASWIDGET_ATTR_IDS_attributes |
Definition at line 44 of file mmscanvaswidgetclass.h.
| #define MMSGUI_CANVASWIDGET_ATTR_INIT |
Value:
{ \
MMSGUI_BASE_ATTR_ATTRDESC, \
MMSGUI_BORDER_ATTR_ATTRDESC, \
MMSGUI_WIDGET_ATTR_ATTRDESC, \
MMSGUI_CANVASWIDGET_ATTR_ATTRDESC, \
{ NULL, TAFF_ATTRTYPE_NONE } \
}
Definition at line 47 of file mmscanvaswidgetclass.h.
Definition at line 37 of file mmscanvaswidgetclass.cpp.