KIconButton Class Reference
A pushbutton for choosing an icon. A push button that allows selection of an icon. More...
#include <kicondialog.h>
Inheritance diagram for KIconButton:

Signals | |
void | iconChanged (QString icon) |
Public Member Functions | |
KIconButton (QWidget *parent=0L, const char *name=0L) | |
KIconButton (KIconLoader *loader, QWidget *parent, const char *name=0L) | |
~KIconButton () | |
void | setStrictIconSize (bool b) |
bool | strictIconSize () const |
void | setIconType (KIcon::Group group, KIcon::Context context, bool user=false) |
void | setIcon (const QString &icon) |
void | resetIcon () |
QString | icon () const |
void | setIconSize (int size) |
int | iconSize () const |
Detailed Description
A pushbutton for choosing an icon. A push button that allows selection of an icon.Pressing on the button will open a KIconDialog for the user to select an icon. The current icon will be displayed on the button.
- See also:
- KIconDialog
Definition at line 253 of file kicondialog.h.
Constructor & Destructor Documentation
|
Constructs a KIconButton using the global iconloader.
Definition at line 575 of file kicondialog.cpp. |
|
Constructs a KIconButton using a specific KIconLoader.
Definition at line 581 of file kicondialog.cpp. |
|
Destructs the button.
Definition at line 600 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 setIconType are allowed, and only icons of that size will be shown in the icon dialog. Definition at line 606 of file kicondialog.cpp. Referenced by KFilePropsPlugin::KFilePropsPlugin(). |
|
Returns true if a strict icon size policy is set.
Definition at line 611 of file kicondialog.cpp. |
|
Sets the icon group and context. Use KIcon::NoGroup if you want to allow icons for any group in the given context. Definition at line 626 of file kicondialog.cpp. Referenced by KFilePropsPlugin::KFilePropsPlugin(). |
|
Sets the button's initial icon.
Definition at line 633 of file kicondialog.cpp. References KIconLoader::iconPath(), KIconLoader::loadIcon(), and KIconDialog::setCustomLocation(). Referenced by KFilePropsPlugin::KFilePropsPlugin(), and KURLBarItemDialog::KURLBarItemDialog(). |
|
Resets the icon (reverts to an empty button).
Definition at line 648 of file kicondialog.cpp. |
|
Returns the name of the selected icon.
Definition at line 302 of file kicondialog.h. Referenced by KDevicePropsPlugin::applyChanges(), and KURLBarItemDialog::icon(). |
|
Sets the size of the icon to be shown / selected.
Definition at line 616 of file kicondialog.cpp. Referenced by KFilePropsPlugin::KFilePropsPlugin(), and KURLBarItemDialog::KURLBarItemDialog(). |
|
Returns the iconsize set via setIconSize() or 0, if the default iconsize will be used.
Definition at line 621 of file kicondialog.cpp. |
|
Emitted when the icon has changed.
|
The documentation for this class was generated from the following files: