KIconDialog Class Reference
Dialog for interactive selection of icons. An icon selection dialog. More...
#include <kicondialog.h>
Inheritance diagram for KIconDialog:

Public Methods | |
KIconDialog (QWidget *parent=0L, const char *name=0L) | |
Constructs an icon selection dialog using the global iconloader. | |
KIconDialog (KIconLoader *loader, QWidget *parent=0, const char *name=0) | |
Constructs an icon selection dialog using a specific iconloader. | |
~KIconDialog () | |
Destructs the dialog. | |
void | setStrictIconSize (bool b) |
Sets a strict icon size policy for allowed icons. | |
bool | strictIconSize () const |
Returns true if a strict icon size policy is set. | |
void | setCustomLocation (const QString &location) |
sets a custom icon directory
| |
void | setIconSize (int size) |
Sets the size of the icons to be shown / selected. | |
int | iconSize () const |
Returns the iconsize set via setIconSize() or 0, if the default iconsize will be used. | |
QString | selectIcon (KIcon::Group group=KIcon::Desktop, KIcon::Context context=KIcon::Application, bool user=false) |
void | setup (KIcon::Group group, KIcon::Context context=KIcon::Application, bool strictIconSize=false, int iconSize=0, bool user=false) |
Allows you to set the same parameters as in the class method getIcon(). | |
QString | openDialog () |
exec()utes this modal dialog and returns the name of the selected icon, or QString::null if the dialog was aborted. | |
Static Public Methods | |
QString | getIcon (KIcon::Group group=KIcon::Desktop, KIcon::Context context=KIcon::Application, bool strictIconSize=false, int iconSize=0, bool user=false, QWidget *parent=0, const QString &caption=QString::null) |
Pops up the dialog an lets the user select an icon. | |
Protected Methods | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
Dialog for interactive selection of icons. An icon selection dialog.Use the function getIcon() let the user select an icon.
Definition at line 92 of file kicondialog.h.
Constructor & Destructor Documentation
|
Constructs an icon selection dialog using the global iconloader.
Definition at line 198 of file kicondialog.cpp. References KGlobal::iconLoader(). |
|
Constructs an icon selection dialog using a specific iconloader.
Definition at line 206 of file kicondialog.cpp. |
|
Destructs the dialog.
Definition at line 271 of file kicondialog.cpp. |
Member Function Documentation
|
Sets a strict icon size policy for allowed icons. When true, only icons of the specified group's size in getIcon() are shown. When false, icons not available at the desired group's size will also be selectable. Definition at line 311 of file kicondialog.cpp. |
|
Returns true if a strict icon size policy is set.
Definition at line 316 of file kicondialog.cpp. |
|
sets a custom icon directory
Definition at line 358 of file kicondialog.cpp. Referenced by KIconButton::setIcon(). |
|
Sets the size of the icons to be shown / selected.
Definition at line 321 of file kicondialog.cpp. |
|
Returns the iconsize set via setIconSize() or 0, if the default iconsize will be used.
Definition at line 330 of file kicondialog.cpp. |
|
Definition at line 337 of file kicondialog.cpp. References KIcon::Context, KIcon::Group, openDialog(), and setup(). |
|
Allows you to set the same parameters as in the class method getIcon().
Definition at line 344 of file kicondialog.cpp. References KIcon::Context, KIcon::Group, iconSize(), QRadioButton::setChecked(), QComboBox::setCurrentItem(), and strictIconSize(). Referenced by getIcon(), and selectIcon(). |
|
exec()utes this modal dialog and returns the name of the selected icon, or QString::null if the dialog was aborted.
Definition at line 363 of file kicondialog.cpp. References QFileInfo::baseName(), QDialog::exec(), KIconCanvas::getCurrent(), and QString::isEmpty(). Referenced by getIcon(), and selectIcon(). |
|
Pops up the dialog an lets the user select an icon.
Definition at line 380 of file kicondialog.cpp. References KIcon::Context, KIcon::Group, iconSize(), QString::isNull(), openDialog(), KDialog::setCaption(), setup(), and strictIconSize(). |
The documentation for this class was generated from the following files: