#include <KoAutoFormatDia.h>
Graphe de collaboration de KoAutoFormatExceptionWidget:
Fonctions membres publiques | |
KoAutoFormatExceptionWidget (QWidget *_parent, const QString &name, const QStringList &_list, bool _autoInclude, bool _abbreviation=false) | |
void | setListException (const QStringList &list) |
QStringList | getListException () |
bool | autoInclude () |
void | setAutoInclude (bool b) |
Connecteurs protégés | |
void | slotAddException () |
void | slotRemoveException () |
void | textChanged (const QString &) |
void | slotExceptionListSelected () |
Attributs privés | |
Q3ListBox * | exceptionList |
KoAutoFormatLineEdit * | exceptionLine |
QPushButton * | pbAddException |
QPushButton * | pbRemoveException |
QCheckBox * | cbAutoInclude |
QStringList | m_listException |
bool | m_bAbbreviation |
Définition à la ligne 55 du fichier KoAutoFormatDia.h.
KoAutoFormatExceptionWidget::KoAutoFormatExceptionWidget | ( | QWidget * | _parent, | |
const QString & | name, | |||
const QStringList & | _list, | |||
bool | _autoInclude, | |||
bool | _abbreviation = false | |||
) |
Définition à la ligne 67 du fichier KoAutoFormatDia.cpp.
Références cbAutoInclude, exceptionLine, exceptionList, m_bAbbreviation, m_listException, pbAddException, pbRemoveException, slotAddException(), slotExceptionListSelected(), slotRemoveException(), et textChanged().
void KoAutoFormatExceptionWidget::setListException | ( | const QStringList & | list | ) |
Définition à la ligne 155 du fichier KoAutoFormatDia.cpp.
Références exceptionList.
Référencé par KoAutoFormatDia::initTab4().
Voici le graphe d'appel pour cette fonction :
QStringList KoAutoFormatExceptionWidget::getListException | ( | ) | [inline] |
Définition à la ligne 63 du fichier KoAutoFormatDia.h.
Références m_listException.
Référencé par KoAutoFormatDia::applyConfig().
Voici le graphe d'appel pour cette fonction :
bool KoAutoFormatExceptionWidget::autoInclude | ( | ) |
Définition à la ligne 150 du fichier KoAutoFormatDia.cpp.
Références cbAutoInclude.
Référencé par KoAutoFormatDia::applyConfig().
Voici le graphe d'appel pour cette fonction :
void KoAutoFormatExceptionWidget::setAutoInclude | ( | bool | b | ) |
Définition à la ligne 161 du fichier KoAutoFormatDia.cpp.
Références cbAutoInclude.
Référencé par KoAutoFormatDia::initTab4().
Voici le graphe d'appel pour cette fonction :
void KoAutoFormatExceptionWidget::slotAddException | ( | ) | [protected, slot] |
Définition à la ligne 116 du fichier KoAutoFormatDia.cpp.
Références exceptionLine, exceptionList, m_bAbbreviation, m_listException, pbAddException, et pbRemoveException.
Référencé par KoAutoFormatExceptionWidget().
void KoAutoFormatExceptionWidget::slotRemoveException | ( | ) | [protected, slot] |
Définition à la ligne 137 du fichier KoAutoFormatDia.cpp.
Références exceptionLine, exceptionList, m_listException, pbAddException, et pbRemoveException.
Référencé par KoAutoFormatExceptionWidget().
void KoAutoFormatExceptionWidget::textChanged | ( | const QString & | ) | [protected, slot] |
Définition à la ligne 111 du fichier KoAutoFormatDia.cpp.
Références pbAddException.
Référencé par KoAutoFormatExceptionWidget().
void KoAutoFormatExceptionWidget::slotExceptionListSelected | ( | ) | [protected, slot] |
Définition à la ligne 166 du fichier KoAutoFormatDia.cpp.
Références exceptionList, et pbRemoveException.
Référencé par KoAutoFormatExceptionWidget().
Q3ListBox* KoAutoFormatExceptionWidget::exceptionList [private] |
Définition à la ligne 72 du fichier KoAutoFormatDia.h.
Référencé par KoAutoFormatExceptionWidget(), setListException(), slotAddException(), slotExceptionListSelected(), et slotRemoveException().
Définition à la ligne 73 du fichier KoAutoFormatDia.h.
Référencé par KoAutoFormatExceptionWidget(), slotAddException(), et slotRemoveException().
QPushButton* KoAutoFormatExceptionWidget::pbAddException [private] |
Définition à la ligne 74 du fichier KoAutoFormatDia.h.
Référencé par KoAutoFormatExceptionWidget(), slotAddException(), slotRemoveException(), et textChanged().
QPushButton * KoAutoFormatExceptionWidget::pbRemoveException [private] |
Définition à la ligne 74 du fichier KoAutoFormatDia.h.
Référencé par KoAutoFormatExceptionWidget(), slotAddException(), slotExceptionListSelected(), et slotRemoveException().
QCheckBox* KoAutoFormatExceptionWidget::cbAutoInclude [private] |
Définition à la ligne 75 du fichier KoAutoFormatDia.h.
Référencé par autoInclude(), KoAutoFormatExceptionWidget(), et setAutoInclude().
QStringList KoAutoFormatExceptionWidget::m_listException [private] |
Définition à la ligne 76 du fichier KoAutoFormatDia.h.
Référencé par getListException(), KoAutoFormatExceptionWidget(), slotAddException(), et slotRemoveException().
bool KoAutoFormatExceptionWidget::m_bAbbreviation [private] |
Définition à la ligne 77 du fichier KoAutoFormatDia.h.
Référencé par KoAutoFormatExceptionWidget(), et slotAddException().