Konsole
Konsole::ColorSchemeWallpaper Class Reference
#include <ColorScheme.h>
Inheritance diagram for Konsole::ColorSchemeWallpaper:
Public Types | |
typedef KSharedPtr < ColorSchemeWallpaper > | Ptr |
Public Member Functions | |
ColorSchemeWallpaper (const QString &path) | |
~ColorSchemeWallpaper () | |
bool | draw (QPainter &painter, const QRect &rect, qreal opacity=1.0) |
bool | isNull () const |
void | load () |
QString | path () const |
Public Member Functions inherited from QSharedData | |
QSharedData () | |
QSharedData (const QSharedData &other) | |
Detailed Description
This class holds the wallpaper pixmap associated with a color scheme.
The wallpaper object is shared between multiple TerminalDisplay.
Definition at line 44 of file ColorScheme.h.
Member Typedef Documentation
Definition at line 47 of file ColorScheme.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 375 of file ColorScheme.cpp.
ColorSchemeWallpaper::~ColorSchemeWallpaper | ( | ) |
Definition at line 381 of file ColorScheme.cpp.
Member Function Documentation
Returns true if wallpaper available and drawn.
Definition at line 404 of file ColorScheme.cpp.
bool ColorSchemeWallpaper::isNull | ( | ) | const |
Definition at line 399 of file ColorScheme.cpp.
void ColorSchemeWallpaper::load | ( | ) |
Definition at line 386 of file ColorScheme.cpp.
QString ColorSchemeWallpaper::path | ( | ) | const |
Definition at line 422 of file ColorScheme.cpp.
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 Sat May 9 2020 03:56:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:56:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.