KDEUI
KStyle::DoubleButtonOption Struct Reference
#include <kstyle.h>
Inheritance diagram for KStyle::DoubleButtonOption:

Public Types | |
| enum | ActiveButton { None, Top, Left, Right, Bottom } |
Public Member Functions | |
| DoubleButtonOption () | |
| DoubleButtonOption (ActiveButton ab) | |
Public Member Functions inherited from KStyle::Option | |
| virtual | ~Option () |
Public Attributes | |
| ActiveButton | activeButton |
Additional Inherited Members | |
Static Public Member Functions inherited from KStyle::OptionBase< DoubleButtonOption, Option > | |
| static DoubleButtonOption * | defaultOption () |
Detailed Description
Option for drawing double scrollbar buttons, indicating whether a button should be drawn active or not.
- See also
- ScrollBar::Primitive
Member Enumeration Documentation
Constructor & Destructor Documentation
|
inline |
Member Data Documentation
| ActiveButton KStyle::DoubleButtonOption::activeButton |
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:18 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:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from