|
svgui
1.9
|
#include <TipDialog.h>


Classes | |
| class | TipFileParser |
Public Member Functions | |
| TipDialog (QWidget *parent=0) | |
| virtual | ~TipDialog () |
| bool | isOK () |
Protected Slots | |
| void | previous () |
| void | next () |
Protected Member Functions | |
| void | readTips () |
| void | showTip () |
Protected Attributes | |
| int | m_tipNumber |
| QLabel * | m_label |
| QString | m_caption |
| std::vector< QString > | m_tips |
Definition at line 30 of file TipDialog.h.
| TipDialog::TipDialog | ( | QWidget * | parent = 0 | ) |
Definition at line 31 of file TipDialog.cpp.
References m_caption, m_label, m_tipNumber, next(), previous(), readTips(), and showTip().
|
virtual |
Definition at line 88 of file TipDialog.cpp.
|
inline |
Definition at line 38 of file TipDialog.h.
References m_tips.
|
protectedslot |
Definition at line 105 of file TipDialog.cpp.
References m_tipNumber, m_tips, and showTip().
Referenced by TipDialog().
|
protectedslot |
!! The tips file should define where we loop back to – the
Definition at line 93 of file TipDialog.cpp.
References m_tipNumber, m_tips, and showTip().
Referenced by TipDialog().
|
protected |
Definition at line 115 of file TipDialog.cpp.
References TipDialog::TipFileParser::parse().
Referenced by TipDialog().
|
protected |
!! as above
Definition at line 146 of file TipDialog.cpp.
References m_label, m_tipNumber, and m_tips.
Referenced by next(), previous(), and TipDialog().
|
protected |
Definition at line 45 of file TipDialog.h.
Referenced by next(), previous(), showTip(), and TipDialog().
|
protected |
Definition at line 46 of file TipDialog.h.
Referenced by showTip(), and TipDialog().
|
protected |
Definition at line 47 of file TipDialog.h.
Referenced by TipDialog().
|
protected |
Definition at line 49 of file TipDialog.h.
Referenced by isOK(), next(), previous(), and showTip().