KDEUI
KStyle widget representation
Classes | |
struct | KStyle::CheckBox |
struct | KStyle::ComboBox |
struct | KStyle::DockWidget |
struct | KStyle::Generic |
struct | KStyle::GroupBox |
struct | KStyle::Header |
struct | KStyle::LineEdit |
struct | KStyle::Menu |
struct | KStyle::MenuBar |
struct | KStyle::MenuBarItem |
struct | KStyle::MenuItem |
struct | KStyle::ProgressBar |
struct | KStyle::PushButton |
struct | KStyle::RadioButton |
struct | KStyle::ScrollBar |
struct | KStyle::Slider |
struct | KStyle::SpinBox |
struct | KStyle::Splitter |
struct | KStyle::StatusBar |
struct | KStyle::TabBar |
struct | KStyle::TabWidget |
struct | KStyle::ToolBar |
struct | KStyle::ToolBoxTab |
struct | KStyle::ToolButton |
struct | KStyle::Tree |
struct | KStyle::Window |
Detailed Description
Things related to the representation of widgets.
Enumeration Type Documentation
|
protected |
These constants describe how to access various fields of a margin property.
For example, to set an additional top margin of 2 pixels, use
setWidgetLayoutProp(WT_SomeWidget, SomeWidget::Margin + Top, 2);
|
protected |
This enum is used to represent KStyle's concept of a widget, and to associate drawing requests and metrics with it.
The generic value is used for primitives and metrics that are common between many widgets
Enumerator | |
---|---|
WT_Generic |
|
WT_PushButton |
|
WT_Splitter |
|
WT_CheckBox |
|
WT_RadioButton |
|
WT_DockWidget |
|
WT_ProgressBar |
|
WT_MenuBar |
|
WT_MenuBarItem |
|
WT_Menu |
|
WT_MenuItem |
|
WT_ScrollBar |
|
WT_TabBar |
|
WT_TabWidget |
|
WT_Slider |
|
WT_Tree |
|
WT_SpinBox |
|
WT_ComboBox |
|
WT_Header |
|
WT_LineEdit |
|
WT_GroupBox |
|
WT_StatusBar |
|
WT_ToolBar |
|
WT_ToolButton |
|
WT_ToolBoxTab |
|
WT_Window |
|
WT_Limit |
For enum extensibility. |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.