lib
KoKoolBarGroup Class Reference
List of all members.Detailed Description
Definition at line 66 of file KoKoolBar.h.
Public Slots | |
| void | pressed () |
Public Member Functions | |
| KoKoolBarGroup (KoKoolBar *_bar, const QString &_text) | |
| ~KoKoolBarGroup () | |
| void | append (KoKoolBarItem *_i) |
| void | remove (int _id) |
| KoKoolBar * | bar () const |
| QPushButton * | button () const |
| int | id () const |
| bool | isEnabled () const |
| void | setEnabled (bool _e) |
| KoKoolBarItem * | item (int _id) const |
| int | items () const |
| QIntDictIterator< KoKoolBarItem > | iterator () const |
Protected Attributes | |
| QIntDict< KoKoolBarItem > | m_mapItems |
| KoKoolBar * | m_pBar |
| QString | m_strText |
| int | m_id |
| QPushButton * | m_pButton |
| bool | m_bEnabled |
| KoKoolBarGroupPrivate * | d |
The documentation for this class was generated from the following files:

