KIO
KIconCanvas Class Reference
#include <kicondialog.h>
Inheritance diagram for KIconCanvas:

Detailed Description
Icon canvas for KIconDialog.Definition at line 30 of file 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 () |
Constructor & Destructor Documentation
KIconCanvas::KIconCanvas | ( | QWidget * | parent = 0L |
) | [explicit] |
Creates a new icon canvas.
- Parameters:
-
parent The parent widget.
Definition at line 83 of file kicondialog.cpp.
KIconCanvas::~KIconCanvas | ( | ) |
Member Function Documentation
void KIconCanvas::finished | ( | ) | [signal] |
This signal is emitted when the loading of the icons has been finished.
QString KIconCanvas::getCurrent | ( | ) | const |
void KIconCanvas::loadFiles | ( | const QStringList & | files | ) |
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] |
The documentation for this class was generated from the following files: