|
ADTF Display Toolbox
|
Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Classes | |
| class | IGraphicsFlags |
| The Graphics device flags. More... | |
| class | IFont |
| Default Font handling interface for basic font support. More... | |
| class | ITexture |
| The interface for common texture handling. More... | |
| class | IGraphicsMode |
| Graphics mode interface for common graphic support. More... | |
| class | ICanvas |
| Canvas interface. More... | |
| class | IUIEventHandler |
| User interface event handler for all displays within the adtf. More... | |
Namespaces | |
| adtf | |
| Main namespace. | |
| adtf::disptb | |
| Namespace for functionality provided by the Display Toolbox. | |
Macros | |
| #define | COORDS_NONE 0x00 |
| defines a constant for non-marked coordinates. | |
| #define | COORDS_SCREEN 0x01 |
| defines a constant for indicate coordinates as screen coordinates. | |
| #define | COORDS_LOGICAL 0x02 |
| defines a constant for indicate coordinates as logical coordinates. | |
| #define | ADTF_VIEWPORT_INTERNAL_CLASS "class" |
| Name of internally used viewport class. | |
| #define | ADTF_VIEWPORT_INTERNAL_TITLEWINDOW "titlewindow" |
| Name of internally used viewport class. | |
| #define | ADTF_VIEWPORT_INTERNAL_PARENT_SETTER "parentset" |
| Name of internally used viewport class. | |
Enumerations | |
| enum | tCanvasFlags { CANVAS_FLAG_TEXT_FLIP_HORIZONTALLY = 1 , CANVAS_FLAG_TEXT_BASELINE_ON_TOP = 2 , CANVAS_FLAG_TEXT_SCALE_WITH_COORDINATE_SYSTEM = 4 , CANVAS_FLAG_TEXT_ROTATE_WITH_COORDINATE_SYSTEM = 8 } |
| Servaral flags for ICanvas::SetFlag. More... | |
Copyright © Audi Electronics Venture GmbH.
All rights reserved
Definition in file gfxlibinterfaces.h.
| enum tCanvasFlags |
Servaral flags for ICanvas::SetFlag.
Definition at line 1732 of file gfxlibinterfaces.h.