KIO
#include <kicondialog.h>

Public Slots | |
void | stopLoading () |
Signals | |
void | finished () |
void | nameChanged (const QString &) |
void | progress (int number) |
void | startLoading (int count) |
![]() | |
void | doubleClicked (QListWidgetItem *item, const QPoint &pos) |
void | executed (QListWidgetItem *item) |
void | executed (QListWidgetItem *item, const QPoint &pos) |
Public Member Functions | |
KIconCanvas (QWidget *parent=0L) | |
~KIconCanvas () | |
QString | getCurrent () const |
void | loadFiles (const QStringList &files) |
![]() | |
KListWidget (QWidget *parent=0) | |
~KListWidget () | |
Additional Inherited Members | |
![]() | |
virtual void | focusOutEvent (QFocusEvent *e) |
virtual void | keyPressEvent (QKeyEvent *e) |
virtual void | leaveEvent (QEvent *e) |
virtual void | mouseDoubleClickEvent (QMouseEvent *e) |
virtual void | mousePressEvent (QMouseEvent *e) |
virtual void | mouseReleaseEvent (QMouseEvent *e) |
Detailed Description
Icon canvas for KIconDialog.
Definition at line 30 of file kicondialog.h.
Constructor & Destructor Documentation
◆ KIconCanvas()
|
explicit |
Creates a new icon canvas.
- Parameters
-
parent The parent widget.
Definition at line 132 of file kicondialog.cpp.
◆ ~KIconCanvas()
KIconCanvas::~KIconCanvas | ( | ) |
Destroys the icon canvas.
Definition at line 149 of file kicondialog.cpp.
Member Function Documentation
◆ finished
|
signal |
This signal is emitted when the loading of the icons has been finished.
◆ getCurrent()
QString KIconCanvas::getCurrent | ( | ) | const |
Returns the current icon.
Definition at line 258 of file kicondialog.cpp.
◆ loadFiles()
void KIconCanvas::loadFiles | ( | const QStringList & | files | ) |
Load icons into the canvas.
Definition at line 156 of file kicondialog.cpp.
◆ nameChanged
|
signal |
Emitted when the current icon has changed.
◆ progress
|
signal |
This signal is emitted whenever an icon has been loaded.
- Parameters
-
number The number of the currently loaded item.
◆ startLoading
|
signal |
This signal is emitted when the loading of the icons has started.
- Parameters
-
count The number of icons to be loaded.
◆ stopLoading
|
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.