#include <WrapperFactory.h>
Public Slots | |
| int | Type () |
| void | setType (int t) |
| QColor | Color () |
| void | setColor (QString c) |
| void | setColor (QColor c) |
| int | Width () |
| void | setWidth (int w) |
| int | PenStyle () |
| void | setPenStyle (int p) |
| int | Brush () |
| void | setBrush (int b) |
| bool | isFilled () |
| void | setFilled (int f) |
| QColor | FillColor () |
| void | setFillColor (QString c) |
| void | setFillColor (QColor c) |
| int | BoxWidth () |
| void | setBoxWidth (int b) |
| bool | AutoBoxWidth () |
| void | setAutoBoxWidth (bool b=true) |
Public Member Functions | |
| StyleWrapper (Style *v) | |
Private Attributes | |
| Style * | v |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4