Plasma
Plasma::Containment::StyleOption Class Reference
#include <containment.h>
Inheritance diagram for Plasma::Containment::StyleOption:
Public Types | |
enum | StyleOptionType { Type = SO_CustomBase + 1 } |
enum | StyleOptionVersion { Version = QStyleOptionGraphicsItem::Version + 1 } |
Public Member Functions | |
StyleOption () | |
StyleOption (const StyleOption &other) | |
StyleOption (const QStyleOptionGraphicsItem &other) | |
Public Member Functions inherited from QStyleOptionGraphicsItem | |
QStyleOptionGraphicsItem () | |
QStyleOptionGraphicsItem (const QStyleOptionGraphicsItem &other) | |
Public Member Functions inherited from QStyleOption | |
QStyleOption (int version, int type) | |
QStyleOption (const QStyleOption &other) | |
~QStyleOption () | |
void | init (const QWidget *widget) |
void | initFrom (const QWidget *widget) |
QStyleOption & | operator= (const QStyleOption &other) |
Public Attributes | |
Plasma::View * | view |
Additional Inherited Members | |
Static Public Member Functions inherited from QStyleOptionGraphicsItem | |
qreal | levelOfDetailFromTransform (const QTransform &worldTransform) |
Detailed Description
Definition at line 77 of file containment.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Type |
Definition at line 84 of file containment.h.
Enumerator | |
---|---|
Version |
Definition at line 87 of file containment.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 86 of file containment.cpp.
|
explicit |
Definition at line 94 of file containment.cpp.
|
explicit |
Definition at line 102 of file containment.cpp.
Member Data Documentation
Plasma::View* Plasma::Containment::StyleOption::view |
The View, if any, that this containment is currently being rendered into.
Note: this may be NULL, so be sure to check it before using it!
Definition at line 96 of file containment.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:12 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:23:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.