#include <KoContextHelp.h>
Graphe de collaboration de KoContextHelpDocker:
Connecteurs publics | |
void | setContextHelp (const QString &title, const QString &text, const QPixmap *icon=0) |
Signaux | |
void | linkClicked (const QString &link) |
Fonctions membres publiques | |
KoContextHelpDocker (QWidget *parent=0, const char *name=0) | |
~KoContextHelpDocker () | |
Attributs privés | |
KoHelpWidget * | m_helpViewer |
KoVerticalLabel * | m_helpTitle |
QLabel * | m_helpIcon |
Définition à la ligne 266 du fichier KoContextHelp.h.
KoContextHelpDocker::KoContextHelpDocker | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Définition à la ligne 574 du fichier KoContextHelp.cpp.
Références linkClicked(), m_helpIcon, m_helpTitle, m_helpViewer, et setContextHelp().
KoContextHelpDocker::~KoContextHelpDocker | ( | ) |
Définition à la ligne 593 du fichier KoContextHelp.cpp.
void KoContextHelpDocker::setContextHelp | ( | const QString & | title, | |
const QString & | text, | |||
const QPixmap * | icon = 0 | |||
) | [slot] |
Définition à la ligne 597 du fichier KoContextHelp.cpp.
Références m_helpIcon, m_helpTitle, m_helpViewer, KoHelpWidget::setText(), et KoVerticalLabel::setText().
Référencé par KoContextHelpDocker().
void KoContextHelpDocker::linkClicked | ( | const QString & | link | ) | [signal] |
Connect to this signal to receive the href value of the links clicked.
Référencé par KoContextHelpDocker().
KoHelpWidget* KoContextHelpDocker::m_helpViewer [private] |
Définition à la ligne 284 du fichier KoContextHelp.h.
Référencé par KoContextHelpDocker(), et setContextHelp().
KoVerticalLabel* KoContextHelpDocker::m_helpTitle [private] |
Définition à la ligne 285 du fichier KoContextHelp.h.
Référencé par KoContextHelpDocker(), et setContextHelp().
QLabel* KoContextHelpDocker::m_helpIcon [private] |
Définition à la ligne 286 du fichier KoContextHelp.h.
Référencé par KoContextHelpDocker(), et setContextHelp().