#include <SymbolButton.h>
Public Slots | |
void | fileDialog () |
Signals | |
void | symbolChanged () |
Public Member Functions | |
SymbolButton (QWidget *, QString &, QString &) | |
~SymbolButton () | |
void | getSymbol (QString &) |
void | getPath (QString &) |
void | setSymbol (QString &) |
Private Attributes | |
QString | symbol |
QString | path |
QString | dirPath |
QString | baseDir |
Definition at line 29 of file SymbolButton.h.
SymbolButton::SymbolButton | ( | QWidget * | w, | |
QString & | d, | |||
QString & | s | |||
) |
Definition at line 27 of file SymbolButton.cpp.
References baseDir, Config::DataPath, dirPath, fileDialog(), Config::getData(), and setSymbol().
SymbolButton::~SymbolButton | ( | ) |
Definition at line 38 of file SymbolButton.cpp.
void SymbolButton::symbolChanged | ( | ) | [signal] |
Referenced by fileDialog().
void SymbolButton::getSymbol | ( | QString & | d | ) |
Definition at line 42 of file SymbolButton.cpp.
References symbol.
Referenced by TesterTestPage::getSymbol().
void SymbolButton::getPath | ( | QString & | d | ) |
Definition at line 47 of file SymbolButton.cpp.
References path.
Referenced by SpreadDialog::getFirstSymbol(), SpreadDialog::getSecondSymbol(), PrefDialog::getSymbol(), TesterTestPage::getSymbolPath(), and TesterTestPage::symbolButtonPressed().
void SymbolButton::setSymbol | ( | QString & | d | ) |
Definition at line 83 of file SymbolButton.cpp.
Referenced by fileDialog(), TesterTestPage::setSymbol(), and SymbolButton().
void SymbolButton::fileDialog | ( | ) | [slot] |
Definition at line 52 of file SymbolButton.cpp.
References baseDir, path, setSymbol(), and symbolChanged().
Referenced by SymbolButton().
QString SymbolButton::symbol [private] |
QString SymbolButton::path [private] |
Definition at line 48 of file SymbolButton.h.
Referenced by fileDialog(), getPath(), and setSymbol().
QString SymbolButton::dirPath [private] |
QString SymbolButton::baseDir [private] |