QSkinny 0.8.0
C++/Qt UI toolkit
|
Global definitions. More...
Enumerations | |
enum | Direction { LeftToRight , RightToLeft , TopToBottom , BottomToTop } |
This enum type specifies a horizontal ot vertical direction. More... | |
enum | TextStyle { Normal , Outline , Raised , Sunken } |
enum | Visibility { 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 |
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 16 of file QskNamespace.h.
enum Qsk::TextStyle |
Definition at line 25 of file QskNamespace.h.
enum Qsk::Visibility |
Visibility of an object.
Enumerator | |
---|---|
Visible | The object is visible |
Hidden | The object is not visible |
Definition at line 34 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.