KDEUI
KStyle option representation
Things related to the representation of options passed when drawing things. More...
Classes | |
class | KStyle::ColorMode |
A representation for colors for use as a widget layout property. More... | |
struct | KStyle::ColorOption |
Option representing the color of the thing to draw. More... | |
struct | KStyle::DoubleButtonOption |
Option for drawing double scrollbar buttons, indicating whether a button should be drawn active or not. More... | |
struct | KStyle::IconOption |
Option for drawing icons: represents whether the icon should be active or not. More... | |
struct | KStyle::Option |
Base for our own option classes. More... | |
struct | KStyle::OptionBase< EventualSubtype, BaseType > |
Intermediatary base that helps implement subtypes of Option that properly handle defaults. More... | |
struct | KStyle::TextOption |
Option representing text drawing info. For Generic::Text. More... | |
struct | KStyle::TitleButtonOption |
Option for drawing WT_Window titlebar buttons, indicating whether the button is pressed, and containing the window icon. More... | |
Functions | |
template<typename T > | |
static T | KStyle::extractOption (Option *option) |
Detailed Description
Things related to the representation of options passed when drawing things.Function Documentation
template<typename T >
T KStyle::extractOption | ( | Option * | option | ) | [inline, static, protected, inherited] |