#include <KoContextHelp.h>
Signaux | |
void | linkClicked (const QString &link) |
Fonctions membres publiques | |
KoHelpView (QWidget *parent) | |
~KoHelpView () | |
void | setText (const QString &text) |
bool | eventFilter (QObject *watched, QEvent *e) |
Fonctions membres protégées | |
virtual void | mousePressEvent (QMouseEvent *e) |
virtual void | mouseReleaseEvent (QMouseEvent *e) |
virtual void | mouseMoveEvent (QMouseEvent *e) |
virtual void | paintEvent (QPaintEvent *e) |
Attributs privés | |
Q3SimpleRichText * | currentText |
QString | currentAnchor |
Définition à la ligne 115 du fichier KoContextHelp.h.
KoHelpView::KoHelpView | ( | QWidget * | parent | ) |
KoHelpView::~KoHelpView | ( | ) |
void KoHelpView::setText | ( | const QString & | text | ) |
Définition à la ligne 207 du fichier KoContextHelp.cpp.
Références currentText, et KoPageFormat::width().
Référencé par KoHelpWidget::setText().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
bool KoHelpView::eventFilter | ( | QObject * | watched, | |
QEvent * | e | |||
) |
Définition à la ligne 262 du fichier KoContextHelp.cpp.
Références currentText, testguiform::size, et KoPageFormat::width().
Voici le graphe d'appel pour cette fonction :
void KoHelpView::linkClicked | ( | const QString & | link | ) | [signal] |
Référencé par mouseReleaseEvent().
void KoHelpView::mousePressEvent | ( | QMouseEvent * | e | ) | [protected, virtual] |
void KoHelpView::mouseReleaseEvent | ( | QMouseEvent * | e | ) | [protected, virtual] |
Définition à la ligne 225 du fichier KoContextHelp.cpp.
Références currentAnchor, currentText, linkClicked(), et gensymbolfontmap::pos.
void KoHelpView::mouseMoveEvent | ( | QMouseEvent * | e | ) | [protected, virtual] |
void KoHelpView::paintEvent | ( | QPaintEvent * | e | ) | [protected, virtual] |
Q3SimpleRichText* KoHelpView::currentText [private] |
Définition à la ligne 136 du fichier KoContextHelp.h.
Référencé par eventFilter(), KoHelpView(), mouseMoveEvent(), mousePressEvent(), mouseReleaseEvent(), paintEvent(), setText(), et ~KoHelpView().
QString KoHelpView::currentAnchor [private] |
Définition à la ligne 137 du fichier KoContextHelp.h.
Référencé par mousePressEvent(), et mouseReleaseEvent().