|
DtkGui
DTK Gui module
|


Public 类型 | |
| enum | Feature { NoTitlebar = 1 << 0 , Radius = 1 << 1 , Blur = 1 << 2 , Border = 1 << 3 , Shadow = 1 << 4 , WindowEffect = 1 << 5 } |
Public 成员函数 | |
| QWindow * | window () const |
| PersonalizationWindowContext * | windowContext () const |
| void | setEnabledNoTitlebar (bool enable) |
| void | setWindowRadius (int windowRadius) |
| void | setBorderWidth (int borderWidth) |
| void | setBorderColor (const QColor &borderColor) |
| void | setShadowRadius (int shadowRadius) |
| void | setShadowOffset (const QPoint &shadowOffset) |
| void | setShadowColor (const QColor &shadowColor) |
| void | setEnableBlurWindow (bool enableBlurWindow) |
| void | setWindowEffect (DPlatformHandle::EffectScenes effectScene) |
| void | setPlatformHandle (DPlatformHandle *handle) |
| bool | isEnabledNoTitlebar () const |
| int | windowRadius () const |
| int | borderWidth () const |
| QColor | borderColor () const |
| int | shadowRadius () const |
| QPoint | shadowOffset () const |
| QColor | shadowColor () const |
| bool | enableBlurWindow () const |
| DPlatformHandle::EffectScenes | windowEffect () const |
静态 Public 成员函数 | |
| static DTreeLandPlatformWindowHelper * | get (QWindow *window) |