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 |
Detailed Description
Definition at line 30 of file TipDialog.h.
Constructor & Destructor Documentation
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.
Member Function Documentation
|
inline |
Definition at line 38 of file TipDialog.h.
References m_tips, next(), and previous().
|
protectedslot |
Definition at line 105 of file TipDialog.cpp.
References m_tipNumber, m_tips, and showTip().
Referenced by isOK(), and 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 isOK(), and 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().
Member Data Documentation
|
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::TipFileParser::startElement(), and TipDialog().
|
protected |
Definition at line 49 of file TipDialog.h.
Referenced by TipDialog::TipFileParser::characters(), TipDialog::TipFileParser::endElement(), isOK(), next(), previous(), showTip(), and TipDialog::TipFileParser::startElement().
The documentation for this class was generated from the following files:
Generated by 1.8.11