KIO
#include <kicondialog.h>
Public Slots | |
void | stopLoading () |
Signals | |
void | finished () |
void | nameChanged (const QString &) |
void | progress (int number) |
void | startLoading (int count) |
Public Member Functions | |
KIconCanvas (QWidget *parent=0L) | |
~KIconCanvas () | |
QString | getCurrent () const |
void | loadFiles (const QStringList &files) |
Detailed Description
Icon canvas for KIconDialog.
Definition at line 30 of file kicondialog.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new icon canvas.
- Parameters
-
parent The parent widget.
Definition at line 132 of file kicondialog.cpp.
KIconCanvas::~KIconCanvas | ( | ) |
Destroys the icon canvas.
Definition at line 149 of file kicondialog.cpp.
Member Function Documentation
|
signal |
This signal is emitted when the loading of the icons has been finished.
QString KIconCanvas::getCurrent | ( | ) | const |
Returns the current icon.
Definition at line 258 of file kicondialog.cpp.
void KIconCanvas::loadFiles | ( | const QStringList & | files | ) |
Load icons into the canvas.
Definition at line 156 of file kicondialog.cpp.
|
signal |
Emitted when the current icon has changed.
|
signal |
This signal is emitted whenever an icon has been loaded.
- Parameters
-
number The number of the currently loaded item.
|
signal |
This signal is emitted when the loading of the icons has started.
- Parameters
-
count The number of icons to be loaded.
|
slot |
Call this slot to stop the loading of the icons.
Definition at line 265 of file kicondialog.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.