#include <FileButton.h>
Public Slots | |
| void | fileDialog () |
Public Member Functions | |
| FileButton (QWidget *, QStringList &, QString &) | |
| ~FileButton () | |
| void | getFile (QStringList &) |
| void | setFile (QStringList &) |
| void | updateButtonText () |
Private Attributes | |
| QStringList | fileList |
| QString | path |
Definition at line 29 of file FileButton.h.
| FileButton::FileButton | ( | QWidget * | w, | |
| QStringList & | l, | |||
| QString & | p | |||
| ) |
Definition at line 26 of file FileButton.cpp.
References fileDialog(), fileList, path, and updateButtonText().
| FileButton::~FileButton | ( | ) |
Definition at line 40 of file FileButton.cpp.
| void FileButton::getFile | ( | QStringList & | l | ) |
Definition at line 44 of file FileButton.cpp.
References fileList.
Referenced by Yahoo::allSymbolsChecked(), PrefDialog::getFile(), CSV::parse(), and CSV::saveSettings().
| void FileButton::setFile | ( | QStringList & | l | ) |
Definition at line 50 of file FileButton.cpp.
References fileList, and updateButtonText().
Referenced by CSV::loadSettings().
| void FileButton::updateButtonText | ( | ) |
Definition at line 71 of file FileButton.cpp.
References fileList.
Referenced by FileButton(), fileDialog(), and setFile().
| void FileButton::fileDialog | ( | ) | [slot] |
Definition at line 56 of file FileButton.cpp.
References fileList, path, and updateButtonText().
Referenced by FileButton().
QStringList FileButton::fileList [private] |
Definition at line 44 of file FileButton.h.
Referenced by FileButton(), fileDialog(), getFile(), setFile(), and updateButtonText().
QString FileButton::path [private] |