#include <KoKoolBar.h>
Graphe de collaboration de KoKoolBarGroup:
Connecteurs publics | |
| void | pressed () |
Fonctions membres publiques | |
| 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 |
| Q3IntDictIterator< KoKoolBarItem > | iterator () const |
Attributs protégés | |
| Q3IntDict< KoKoolBarItem > | m_mapItems |
| KoKoolBar * | m_pBar |
| QString | m_strText |
| int | m_id |
| QPushButton * | m_pButton |
| bool | m_bEnabled |
| KoKoolBarGroupPrivate * | d |
Définition à la ligne 69 du fichier KoKoolBar.h.
| KoKoolBarGroup::KoKoolBarGroup | ( | KoKoolBar * | _bar, | |
| const QString & | _text | |||
| ) |
Définition à la ligne 412 du fichier KoKoolBar.cpp.
Références g_koKoolBarId, m_bEnabled, m_id, m_mapItems, m_pButton, et pressed().
| KoKoolBarGroup::~KoKoolBarGroup | ( | ) |
| void KoKoolBarGroup::append | ( | KoKoolBarItem * | _i | ) | [inline] |
Définition à la ligne 76 du fichier KoKoolBar.h.
Références KoKoolBarItem::id(), et m_mapItems.
Référencé par KoKoolBar::insertItem().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
| void KoKoolBarGroup::remove | ( | int | _id | ) |
Définition à la ligne 430 du fichier KoKoolBar.cpp.
Références m_mapItems.
Référencé par KoKoolBar::removeItem().
Voici le graphe d'appel pour cette fonction :
| KoKoolBar* KoKoolBarGroup::bar | ( | ) | const [inline] |
Définition à la ligne 79 du fichier KoKoolBar.h.
Références m_pBar.
Référencé par KoKoolBarItem::KoKoolBarItem().
Voici le graphe d'appel pour cette fonction :
| QPushButton* KoKoolBarGroup::button | ( | ) | const [inline] |
| int KoKoolBarGroup::id | ( | ) | const [inline] |
Définition à la ligne 81 du fichier KoKoolBar.h.
Références m_id.
Référencé par KoKoolBar::insertGroup(), KoKoolBar::insertItem(), KoKoolBarItem::press(), KoKoolBar::removeGroup(), KoKoolBar::removeItem(), KoKoolBar::renameItem(), et KoKoolBar::setActiveGroup().
Voici le graphe d'appel pour cette fonction :
| bool KoKoolBarGroup::isEnabled | ( | ) | const [inline] |
| void KoKoolBarGroup::setEnabled | ( | bool | _e | ) | [inline] |
Définition à la ligne 83 du fichier KoKoolBar.h.
Références m_bEnabled.
Référencé par KoKoolBar::enableGroup().
Voici le graphe d'appel pour cette fonction :
| KoKoolBarItem* KoKoolBarGroup::item | ( | int | _id | ) | const [inline] |
Définition à la ligne 84 du fichier KoKoolBar.h.
Références m_mapItems.
Référencé par KoKoolBar::enableItem(), et KoKoolBar::renameItem().
Voici le graphe d'appel pour cette fonction :
| int KoKoolBarGroup::items | ( | ) | const [inline] |
Définition à la ligne 85 du fichier KoKoolBar.h.
Références m_mapItems.
Référencé par KoKoolBarBox::isAtBottom().
Voici le graphe d'appel pour cette fonction :
| Q3IntDictIterator<KoKoolBarItem> KoKoolBarGroup::iterator | ( | ) | const [inline] |
Définition à la ligne 86 du fichier KoKoolBar.h.
Références m_mapItems.
Référencé par KoKoolBarBox::drawContents(), KoKoolBarBox::findByPos(), KoKoolBarBox::maxHeight(), KoKoolBarBox::scrollDown(), et KoKoolBarBox::scrollUp().
Voici le graphe d'appel pour cette fonction :
| void KoKoolBarGroup::pressed | ( | ) | [slot] |
Définition à la ligne 435 du fichier KoKoolBar.cpp.
Références m_id, m_pBar, et KoKoolBar::setActiveGroup().
Référencé par KoKoolBarGroup().
Q3IntDict<KoKoolBarItem> KoKoolBarGroup::m_mapItems [protected] |
Définition à la ligne 92 du fichier KoKoolBar.h.
Référencé par append(), item(), items(), iterator(), KoKoolBarGroup(), et remove().
KoKoolBar* KoKoolBarGroup::m_pBar [protected] |
QString KoKoolBarGroup::m_strText [protected] |
Définition à la ligne 94 du fichier KoKoolBar.h.
int KoKoolBarGroup::m_id [protected] |
Définition à la ligne 95 du fichier KoKoolBar.h.
Référencé par id(), KoKoolBarGroup(), et pressed().
QPushButton* KoKoolBarGroup::m_pButton [protected] |
Définition à la ligne 96 du fichier KoKoolBar.h.
Référencé par button(), KoKoolBarGroup(), et ~KoKoolBarGroup().
bool KoKoolBarGroup::m_bEnabled [protected] |
Définition à la ligne 97 du fichier KoKoolBar.h.
Référencé par isEnabled(), KoKoolBarGroup(), et setEnabled().
KoKoolBarGroupPrivate* KoKoolBarGroup::d [protected] |
Définition à la ligne 98 du fichier KoKoolBar.h.
1.5.1-p1