libplasma
Plasma::Containment::StyleOption Class Reference
#include <containment.h>
Inheritance diagram for Plasma::Containment::StyleOption:

Detailed Description
Definition at line 71 of file containment.h.
Public Types | |
enum | StyleOptionType { Type = SO_CustomBase + 1 } |
enum | StyleOptionVersion { Version = QStyleOptionGraphicsItem::Version + 1 } |
Public Member Functions | |
StyleOption (const QStyleOptionGraphicsItem &other) | |
StyleOption (const StyleOption &other) | |
StyleOption () | |
Public Attributes | |
Plasma::View * | view |
Member Enumeration Documentation
Constructor & Destructor Documentation
Plasma::Containment::StyleOption::StyleOption | ( | ) | [explicit] |
Definition at line 58 of file containment.cpp.
Plasma::Containment::StyleOption::StyleOption | ( | const StyleOption & | other | ) | [explicit] |
Definition at line 66 of file containment.cpp.
Plasma::Containment::StyleOption::StyleOption | ( | const QStyleOptionGraphicsItem & | other | ) | [explicit] |
Definition at line 74 of file containment.cpp.
Member Data Documentation
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 86 of file containment.h.
The documentation for this class was generated from the following files: