#include <KoCommentDia.h>
Fonctions membres publiques | |
KoCommentDia (QWidget *parent, const QString &_note=QString::null, const QString &_authorName=QString::null, const QString &_createNote=QString::null, const char *name=0L) | |
QString | commentText () |
Attributs protégés | |
Q3MultiLineEdit * | m_multiLine |
QString | authorName |
QPushButton * | pbAddAuthorName |
Connecteurs privés | |
void | slotAddAuthorName () |
void | slotTextChanged () |
Définition à la ligne 28 du fichier KoCommentDia.h.
KoCommentDia::KoCommentDia | ( | QWidget * | parent, | |
const QString & | _note = QString::null , |
|||
const QString & | _authorName = QString::null , |
|||
const QString & | _createNote = QString::null , |
|||
const char * | name = 0L | |||
) |
Définition à la ligne 31 du fichier KoCommentDia.cpp.
Références authorName, m_multiLine, pbAddAuthorName, slotAddAuthorName(), et slotTextChanged().
QString KoCommentDia::commentText | ( | ) |
void KoCommentDia::slotAddAuthorName | ( | ) | [private, slot] |
Définition à la ligne 72 du fichier KoCommentDia.cpp.
Références authorName, m_multiLine, et testguiform::result.
Référencé par KoCommentDia().
void KoCommentDia::slotTextChanged | ( | ) | [private, slot] |
Définition à la ligne 62 du fichier KoCommentDia.cpp.
Références m_multiLine.
Référencé par KoCommentDia().
Q3MultiLineEdit* KoCommentDia::m_multiLine [protected] |
Définition à la ligne 40 du fichier KoCommentDia.h.
Référencé par commentText(), KoCommentDia(), slotAddAuthorName(), et slotTextChanged().
QString KoCommentDia::authorName [protected] |
Définition à la ligne 41 du fichier KoCommentDia.h.
Référencé par KoCommentDia(), et slotAddAuthorName().
QPushButton* KoCommentDia::pbAddAuthorName [protected] |