Drawing widgets engine: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
[[Category: Development]] | |||
That class has one list of drawing primitives named Widgets. | |||
The basic methods that you may work with widgets are: | The basic methods that you may work with widgets are: | ||
Latest revision as of 17:16, 23 August 2009
That class has one list of drawing primitives named Widgets.
The basic methods that you may work with widgets are: - Creation:
TBaseWidget* DrawingWidgetsEngine::CreateWidget(int WidgetType, int Top, int Left, int Width, int Height, char* Text)
- Destroying widget
void DrawingWidgetsEngine::DeleteWidget(TBaseWidget* Widget)
The actual widgets are:
- TBasicWindow : a textured rectangle, which has top-left corner and width/height - TBezierWindow: a textured bezier patch