#include <CUSDialog.h>
Public Slots | |
void | help () |
Public Member Functions | |
CUSDialog (QString) | |
~CUSDialog () | |
void | setLine (QString) |
void | getList (QStringList &) |
Private Attributes | |
FormulaEdit * | list |
QString | helpFile |
Definition at line 25 of file CUSDialog.h.
CUSDialog::CUSDialog | ( | QString | d | ) |
Definition at line 31 of file CUSDialog.cpp.
References help(), helpFile, FormulaEdit::Indicator, and list.
CUSDialog::~CUSDialog | ( | ) |
Definition at line 56 of file CUSDialog.cpp.
void CUSDialog::setLine | ( | QString | d | ) |
Definition at line 60 of file CUSDialog.cpp.
References list, and FormulaEdit::setLine().
Referenced by CUS::indicatorPrefDialog().
void CUSDialog::getList | ( | QStringList & | l | ) |
Definition at line 65 of file CUSDialog.cpp.
References FormulaEdit::getText(), and list.
Referenced by CUS::indicatorPrefDialog().
void CUSDialog::help | ( | ) | [slot] |
FormulaEdit* CUSDialog::list [private] |
QString CUSDialog::helpFile [private] |