lib
KoKoolBarItem Class Reference
List of all members.Detailed Description
Definition at line 33 of file KoKoolBar.h.
Signals | |
| void | pressed (int _group, int _id) |
| void | pressed () |
Public Member Functions | |
| KoKoolBarItem (KoKoolBarGroup *_grp, const QPixmap &_pix, const QString &_text=QString::null) | |
| int | id () const |
| void | press () |
| bool | isEnabled () const |
| void | setEnabled (bool _e) |
| int | height () const |
| QPixmap | pixmap () const |
| void | setText (const QString &text) |
| QString | text () const |
Protected Member Functions | |
| void | calc (QWidget *) |
Protected Attributes | |
| int | m_iHeight |
| KoKoolBarGroup * | m_pGroup |
| QString | m_strText |
| QPixmap | m_pixmap |
| int | m_id |
| bool | m_bEnabled |
| KoKoolBarItemPrivate * | d |
The documentation for this class was generated from the following files:

