KDEUI
Classes | |
class | KStyle::ColorMode |
struct | KStyle::ColorOption |
struct | KStyle::DoubleButtonOption |
struct | KStyle::IconOption |
struct | KStyle::Option |
struct | KStyle::OptionBase< EventualSubtype, BaseType > |
struct | KStyle::TextOption |
struct | KStyle::TitleButtonOption |
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
The extractOption method casts the passed in option object, and returns it, if available, or the defaults for the given type.
When implementing drawing of things with associated options, just use this to extract the parameter.
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 19:13:52 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 19:13:52 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.