|
QSkinny 0.8.0
C++/Qt UI toolkit
|
Global definitions. More...
Enumerations | |
| enum | Policy : quint8 { Maybe , Always , Never } |
| enum | Direction : quint8 { LeftToRight , RightToLeft , TopToBottom , BottomToTop } |
| This enum type specifies a horizontal ot vertical direction. More... | |
| enum | TextStyle : quint8 { Normal , Outline , Raised , Sunken } |
| enum | Visibility : quint8 { Visible = 1 << 0 , Hidden = 1 << 1 } |
| Visibility of an object. More... | |
Functions | |
| void | addGraphicProvider (const QString &providerId, QskGraphicProvider *) |
| QskGraphicProvider * | graphicProvider (const QString &providerId) |
| QskGraphic | loadGraphic (const QUrl &url) |
| QskGraphic | loadGraphic (const char *source) |
Global definitions.
| enum Qsk::Direction : quint8 |
This enum type specifies a horizontal ot vertical direction.
| Enumerator | |
|---|---|
| LeftToRight | Horizontally from left to right |
| RightToLeft | Horizontally from right to left |
| TopToBottom | Vertically from top to bottom |
| BottomToTop | Vertically from bottom to top |
Definition at line 24 of file QskNamespace.h.
| enum Qsk::Policy : quint8 |
Definition at line 16 of file QskNamespace.h.
| enum Qsk::TextStyle : quint8 |
Definition at line 33 of file QskNamespace.h.
| enum Qsk::Visibility : quint8 |
Visibility of an object.
| Enumerator | |
|---|---|
| Visible | The object is visible |
| Hidden | The object is not visible |
Definition at line 42 of file QskNamespace.h.
|
protected |
Definition at line 97 of file QskGraphicProvider.cpp.
|
protected |
Definition at line 104 of file QskGraphicProvider.cpp.
|
protected |
Definition at line 118 of file QskGraphicProvider.cpp.
|
protected |
Definition at line 123 of file QskGraphicProvider.cpp.