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) |
bool | isNull () const |
void | load () |
QString | path () const |
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
typedef KSharedPtr<ColorSchemeWallpaper> Konsole::ColorSchemeWallpaper::Ptr |
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
bool ColorSchemeWallpaper::draw | ( | QPainter & | painter, |
const QRect & | rect | ||
) |
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 413 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:24 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.