![]() |
KVIrc
4.9.2
DeveloperAPIs
|
The widget with holds the table of icons. More...
#include <KviIconManager.h>
Inheritance diagram for KviIconWidget:Signals | |
| void | closed () |
| Emitted when we close the table widget. More... | |
| void | selected (KviIconManager::SmallIcon eIcon) |
| Emitted when we select an icon from the table. More... | |
Public Member Functions | |
| KviIconWidget () | |
| Constructs the icon table widget. More... | |
| KviIconWidget (QWidget *pPar) | |
| Constructs the icon table widget. More... | |
| ~KviIconWidget () | |
| Destroys the icon table widget. More... | |
Protected Member Functions | |
| virtual void | closeEvent (QCloseEvent *pEvent) |
| virtual bool | eventFilter (QObject *pObject, QEvent *pEvent) |
| void | init () |
| Initializes the table containing the icons. More... | |
The widget with holds the table of icons.
| KviIconWidget::KviIconWidget | ( | ) |
| KviIconWidget::KviIconWidget | ( | QWidget * | pPar | ) |
Constructs the icon table widget.
| pPar | The parent object |
References init().
|
default |
Destroys the icon table widget.
|
signal |
|
protectedvirtual |
References closed().
|
protectedvirtual |
References selected(), and KviCString::toInt().
|
protected |
Initializes the table containing the icons.
References __tr2qs, KviCString::Format, KviIconManager::getSmallIcon(), i, KviIconManager::IconCount, KviIconManager::IconManager, and KviCString::ptr().
Referenced by KviIconWidget().
|
signal |
Emitted when we select an icon from the table.
| eIcon | The index of the icon selected |
Referenced by eventFilter().
1.8.7