KIO
KIconCanvas Class Reference
Icon canvas for KIconDialog. More...
#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 | |
| QString | getCurrent () const |
| KIconCanvas (QWidget *parent=0L) | |
| void | loadFiles (const QStringList &files) |
| ~KIconCanvas () | |
Detailed Description
Icon canvas for KIconDialog.
Definition at line 30 of file kicondialog.h.
Constructor & Destructor Documentation
| KIconCanvas::KIconCanvas | ( | QWidget * | parent = 0L |
) | [explicit] |
Creates a new icon canvas.
- Parameters:
-
parent The parent widget.
Definition at line 129 of file kicondialog.cpp.
| KIconCanvas::~KIconCanvas | ( | ) |
Destroys the icon canvas.
Definition at line 146 of file kicondialog.cpp.
Member Function Documentation
| void KIconCanvas::finished | ( | ) | [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 256 of file kicondialog.cpp.
| void KIconCanvas::loadFiles | ( | const QStringList & | files | ) |
Load icons into the canvas.
Definition at line 153 of file kicondialog.cpp.
| void KIconCanvas::nameChanged | ( | const QString & | ) | [signal] |
Emitted when the current icon has changed.
| void KIconCanvas::progress | ( | int | number | ) | [signal] |
This signal is emitted whenever an icon has been loaded.
- Parameters:
-
number The number of the currently loaded item.
| void KIconCanvas::startLoading | ( | int | count | ) | [signal] |
This signal is emitted when the loading of the icons has started.
- Parameters:
-
count The number of icons to be loaded.
| void KIconCanvas::stopLoading | ( | ) | [slot] |
Call this slot to stop the loading of the icons.
Definition at line 263 of file kicondialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference