#include <IndexDialog.h>
Public Slots | |
void | buttonStatus () |
void | addItem () |
void | editItem () |
void | deleteItem () |
void | getList (QString &) |
void | help () |
Public Member Functions | |
IndexDialog (QString &, QString &) | |
IndexDialog () | |
~IndexDialog () | |
void | getName (QString &) |
void | setList (QString &) |
Private Attributes | |
QLineEdit * | name |
Toolbar * | toolbar |
QListView * | list |
QDict< QString > | symbolDict |
QString | helpFile |
Definition at line 29 of file IndexDialog.h.
IndexDialog::IndexDialog | ( | QString & | nam, | |
QString & | l | |||
) |
Definition at line 37 of file IndexDialog.cpp.
References Toolbar::addButton(), addItem(), buttonStatus(), deleteItem(), editItem(), Toolbar::getButton(), help(), helpFile, list, name, setList(), toolbar, and Toolbar::Vertical.
IndexDialog::IndexDialog | ( | ) |
Definition at line 100 of file IndexDialog.cpp.
IndexDialog::~IndexDialog | ( | ) |
Definition at line 104 of file IndexDialog.cpp.
void IndexDialog::getName | ( | QString & | d | ) |
Definition at line 267 of file IndexDialog.cpp.
References name.
Referenced by DbPlugin::indexPref().
void IndexDialog::setList | ( | QString & | d | ) |
Definition at line 228 of file IndexDialog.cpp.
References buttonStatus(), list, and symbolDict.
Referenced by IndexDialog().
void IndexDialog::buttonStatus | ( | ) | [slot] |
Definition at line 108 of file IndexDialog.cpp.
References list, Toolbar::setButtonStatus(), and toolbar.
Referenced by addItem(), deleteItem(), editItem(), IndexDialog(), and setList().
void IndexDialog::addItem | ( | ) | [slot] |
Definition at line 126 of file IndexDialog.cpp.
References PrefDialog::addDoubleItem(), PrefDialog::addSymbolItem(), buttonStatus(), PrefDialog::createPage(), Config::DataPath, Config::getData(), PrefDialog::getDouble(), PrefDialog::getSymbol(), list, and symbolDict.
Referenced by IndexDialog().
void IndexDialog::editItem | ( | ) | [slot] |
Definition at line 168 of file IndexDialog.cpp.
References PrefDialog::addDoubleItem(), PrefDialog::addSymbolItem(), buttonStatus(), PrefDialog::createPage(), Config::DataPath, Config::getData(), PrefDialog::getDouble(), PrefDialog::getSymbol(), list, and symbolDict.
Referenced by IndexDialog().
void IndexDialog::deleteItem | ( | ) | [slot] |
Definition at line 216 of file IndexDialog.cpp.
References buttonStatus(), list, and symbolDict.
Referenced by IndexDialog().
void IndexDialog::getList | ( | QString & | d | ) | [slot] |
Definition at line 246 of file IndexDialog.cpp.
References list, and symbolDict.
Referenced by DbPlugin::indexPref().
void IndexDialog::help | ( | ) | [slot] |
QLineEdit* IndexDialog::name [private] |
Toolbar* IndexDialog::toolbar [private] |
QListView* IndexDialog::list [private] |
Definition at line 51 of file IndexDialog.h.
Referenced by addItem(), buttonStatus(), deleteItem(), editItem(), getList(), IndexDialog(), and setList().
QDict<QString> IndexDialog::symbolDict [private] |
Definition at line 52 of file IndexDialog.h.
Referenced by addItem(), deleteItem(), editItem(), getList(), and setList().
QString IndexDialog::helpFile [private] |