KDEUI
#include <kdeui_export.h>
#include <QtGui/QCommonStyle>
#include <QtGui/QPalette>
#include <QtGui/QStylePlugin>
#include <typeinfo>
Include dependency graph for kstyle.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | KStyle::CheckBox |
class | KStyle::ColorMode |
struct | KStyle::ColorOption |
struct | KStyle::ComboBox |
struct | KStyle::DockWidget |
struct | KStyle::DoubleButtonOption |
struct | KStyle::Generic |
struct | KStyle::GroupBox |
struct | KStyle::Header |
struct | KStyle::IconOption |
class | KStyle |
class | KStyleFactory< T > |
struct | KStyle::LineEdit |
struct | KStyle::Menu |
struct | KStyle::MenuBar |
struct | KStyle::MenuBarItem |
struct | KStyle::MenuItem |
struct | KStyle::Option |
struct | KStyle::OptionBase< EventualSubtype, BaseType > |
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::TextOption |
struct | KStyle::TitleButtonOption |
struct | KStyle::ToolBar |
struct | KStyle::ToolBoxTab |
struct | KStyle::ToolButton |
struct | KStyle::Tree |
struct | KStyle::Window |
Macros | |
#define | K_EXPORT_STYLE(name, type) |
Functions | |
template<typename T > | |
const char * | kstyleName () |
Macro Definition Documentation
#define K_EXPORT_STYLE | ( | name, | |
type | |||
) |
Value:
Q_EXPORT_PLUGIN(KStyleFactory<type>)
const char * name(StandardAction id)
This will return the internal name of a given standard action.
Definition: kstandardaction.cpp:223
Template class which helps implementing the widget style plugin interface.
Definition: kstyle.h:1656
Function Documentation
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.