#include <KoCreateStyleDia.h>
Fonctions membres publiques | |
KoCreateStyleDia (const QStringList &_list, QWidget *parent, const char *name) | |
QString | nameOfNewStyle () const |
Connecteurs protégés | |
virtual void | slotOk () |
void | nameChanged (const QString &text) |
Attributs protégés | |
QStringList | styleList |
QLineEdit * | m_styleName |
Définition à la ligne 28 du fichier KoCreateStyleDia.h.
KoCreateStyleDia::KoCreateStyleDia | ( | const QStringList & | _list, | |
QWidget * | parent, | |||
const char * | name | |||
) |
Définition à la ligne 28 du fichier KoCreateStyleDia.cpp.
Références m_styleName, nameChanged(), et styleList.
QString KoCreateStyleDia::nameOfNewStyle | ( | ) | const |
void KoCreateStyleDia::slotOk | ( | ) | [protected, virtual, slot] |
void KoCreateStyleDia::nameChanged | ( | const QString & | text | ) | [protected, slot] |
QStringList KoCreateStyleDia::styleList [protected] |
Définition à la ligne 40 du fichier KoCreateStyleDia.h.
Référencé par KoCreateStyleDia(), et slotOk().
QLineEdit* KoCreateStyleDia::m_styleName [protected] |
Définition à la ligne 41 du fichier KoCreateStyleDia.h.
Référencé par KoCreateStyleDia(), nameOfNewStyle(), et slotOk().