#include <PrefDialog.h>
Public Slots | |
void | help () |
Public Member Functions | |
PrefDialog (QWidget *) | |
PrefDialog () | |
~PrefDialog () | |
void | init () |
void | createPage (QString &) |
void | deletePage (QString &) |
void | setHelpFile (QString &) |
void | addColorItem (QString &, QString &, QColor &) |
void | addColorPrefItem (QString &, QString &, QColor &) |
void | getColor (QString &, QColor &) |
void | addDoubleItem (QString &, QString &, double, double, double) |
void | addDoubleItem (QString &, QString &, double) |
double | getDouble (QString &) |
void | addIntItem (QString &, QString &, int) |
void | addIntItem (QString &, QString &, int, int, int) |
int | getInt (QString &) |
void | addCheckItem (QString &, QString &, bool) |
void | addCheckItem (QString &, QString &, QString &) |
bool | getCheck (QString &) |
void | getCheckString (QString &, QString &) |
void | addFontItem (QString &, QString &, QFont &) |
void | getFont (QString &, QFont &) |
void | addTextItem (QString &, QString &, QString &) |
void | getText (QString &, QString &) |
void | addComboItem (QString &, QString &, QStringList &, QString &) |
void | addComboItem (QString &, QString &, QStringList &, int) |
void | getCombo (QString &, QString &) |
int | getComboIndex (QString &) |
QComboBox * | getComboWidget (QString &) |
void | addDateItem (QString &, QString &, QDateTime &) |
void | getDate (QString &, QDateTime &) |
void | addFileItem (QString &, QString &, QStringList &, QString &) |
void | getFile (QString &, QStringList &) |
void | addSymbolItem (QString &, QString &, QString &, QString &) |
void | getSymbol (QString &, QString &) |
void | addLabelItem (QString &, QString &, QString &) |
void | getItem (QString &, QString &) |
void | addTimeItem (QString &, QString &, QDateTime &) |
void | getTime (QString &, QDateTime &) |
Private Attributes | |
QDict< QWidget > | widgetList |
QDict< QGridLayout > | gridList |
QDict< ColorButton > | colorButtonList |
QDict< QSpinBox > | intList |
QDict< QLineEdit > | doubleList |
QDict< QCheckBox > | checkList |
QDict< FontButton > | fontButtonList |
QDict< QLineEdit > | textList |
QDict< QComboBox > | comboList |
QDict< QDateEdit > | dateList |
QDict< FileButton > | fileList |
QDict< SymbolButton > | symbolList |
QDict< QDoubleValidator > | dvList |
QDict< QLabel > | labelList |
QDict< QTimeEdit > | timeList |
QString | helpFile |
Definition at line 46 of file PrefDialog.h.
PrefDialog::PrefDialog | ( | QWidget * | w | ) |
PrefDialog::PrefDialog | ( | ) |
PrefDialog::~PrefDialog | ( | ) |
Definition at line 35 of file PrefDialog.cpp.
References checkList, colorButtonList, comboList, dateList, doubleList, dvList, fileList, fontButtonList, gridList, intList, labelList, symbolList, textList, timeList, and widgetList.
void PrefDialog::init | ( | ) |
Definition at line 54 of file PrefDialog.cpp.
References checkList, colorButtonList, comboList, dateList, doubleList, dvList, fileList, fontButtonList, gridList, help(), intList, labelList, symbolList, textList, timeList, and widgetList.
Referenced by PrefDialog().
void PrefDialog::createPage | ( | QString & | name | ) |
Definition at line 79 of file PrefDialog.cpp.
References gridList, and widgetList.
Referenced by PortfolioDialog::addItem(), IndexDialog::addItem(), IndicatorPage::addLocalIndicator(), DbPlugin::ccPref(), CC::createNew(), DbPlugin::createNewCC(), IndexDialog::editItem(), FormulaEdit::editPlotItem(), VOL::formatDialog(), VIDYA::formatDialog(), VFI::formatDialog(), UTIL::formatDialog(), THERM::formatDialog(), TALIB::formatDialog(), SZ::formatDialog(), SYMBOL::formatDialog(), SINWAV::formatDialog(), PP::formatDialog(), LOWPASS::formatDialog(), LMS::formatDialog(), FI::formatDialog(), ExScript::formatDialog(), BARS::formatDialog(), VOL::indicatorPrefDialog(), VIDYA::indicatorPrefDialog(), VFI::indicatorPrefDialog(), THERM::indicatorPrefDialog(), TALIB::indicatorPrefDialog(), SZ::indicatorPrefDialog(), SINWAV::indicatorPrefDialog(), PP::indicatorPrefDialog(), LOWPASS::indicatorPrefDialog(), LMS::indicatorPrefDialog(), FI::indicatorPrefDialog(), ExScript::indicatorPrefDialog(), BARS::indicatorPrefDialog(), FormulaEdit::insertPlotItem(), PortfolioDialog::modifyItem(), IndicatorPage::moveIndicator(), IndicatorPage::newIndicator(), ChartToolbar::paperTradeDate(), VerticalLine::prefDialog(), TrendLine::prefDialog(), Text::prefDialog(), Spread::prefDialog(), SellArrow::prefDialog(), HorizontalLine::prefDialog(), FiboLine::prefDialog(), Cycle::prefDialog(), CC::prefDialog(), BuyArrow::prefDialog(), IndicatorSummary::run(), BarEdit::slotDateSearch(), and DbPlugin::spreadPref().
void PrefDialog::deletePage | ( | QString & | name | ) |
void PrefDialog::setHelpFile | ( | QString & | d | ) |
Definition at line 102 of file PrefDialog.cpp.
References helpFile.
Referenced by IndicatorPage::addLocalIndicator(), DbPlugin::ccPref(), CC::createNew(), DbPlugin::createNewCC(), VOL::formatDialog(), VIDYA::formatDialog(), VFI::formatDialog(), UTIL::formatDialog(), THERM::formatDialog(), TALIB::formatDialog(), SZ::formatDialog(), SYMBOL::formatDialog(), SINWAV::formatDialog(), PP::formatDialog(), LOWPASS::formatDialog(), LMS::formatDialog(), FI::formatDialog(), ExScript::formatDialog(), BARS::formatDialog(), VOL::indicatorPrefDialog(), VIDYA::indicatorPrefDialog(), VFI::indicatorPrefDialog(), THERM::indicatorPrefDialog(), TALIB::indicatorPrefDialog(), SZ::indicatorPrefDialog(), SINWAV::indicatorPrefDialog(), PP::indicatorPrefDialog(), LOWPASS::indicatorPrefDialog(), LMS::indicatorPrefDialog(), FI::indicatorPrefDialog(), ExScript::indicatorPrefDialog(), BARS::indicatorPrefDialog(), IndicatorPage::moveIndicator(), IndicatorPage::newIndicator(), VerticalLine::prefDialog(), TrendLine::prefDialog(), Text::prefDialog(), Spread::prefDialog(), SellArrow::prefDialog(), HorizontalLine::prefDialog(), FiboLine::prefDialog(), Cycle::prefDialog(), CC::prefDialog(), BuyArrow::prefDialog(), IndicatorSummary::run(), and DbPlugin::spreadPref().
void PrefDialog::addColorItem | ( | QString & | name, | |
QString & | page, | |||
QColor & | color | |||
) |
Definition at line 113 of file PrefDialog.cpp.
References colorButtonList, gridList, ColorButton::setColorButton(), and widgetList.
Referenced by FormulaEdit::editPlotItem(), UTIL::formatDialog(), BARS::formatDialog(), VOL::indicatorPrefDialog(), VIDYA::indicatorPrefDialog(), VFI::indicatorPrefDialog(), THERM::indicatorPrefDialog(), TALIB::indicatorPrefDialog(), SZ::indicatorPrefDialog(), SINWAV::indicatorPrefDialog(), PP::indicatorPrefDialog(), LOWPASS::indicatorPrefDialog(), LMS::indicatorPrefDialog(), FI::indicatorPrefDialog(), ExScript::indicatorPrefDialog(), BARS::indicatorPrefDialog(), and FormulaEdit::insertPlotItem().
void PrefDialog::addColorPrefItem | ( | QString & | name, | |
QString & | page, | |||
QColor & | color | |||
) |
Definition at line 129 of file PrefDialog.cpp.
References colorButtonList, gridList, ColorButton::pix, ColorButton::setColorButton(), ColorButton::setDialogOff(), and widgetList.
Referenced by VerticalLine::prefDialog(), TrendLine::prefDialog(), Text::prefDialog(), SellArrow::prefDialog(), HorizontalLine::prefDialog(), FiboLine::prefDialog(), Cycle::prefDialog(), and BuyArrow::prefDialog().
void PrefDialog::getColor | ( | QString & | name, | |
QColor & | color | |||
) |
Definition at line 178 of file PrefDialog.cpp.
References colorButtonList, and ColorButton::getColor().
Referenced by FormulaEdit::editPlotItem(), UTIL::formatDialog(), BARS::formatDialog(), getItem(), VOL::indicatorPrefDialog(), VIDYA::indicatorPrefDialog(), VFI::indicatorPrefDialog(), THERM::indicatorPrefDialog(), SZ::indicatorPrefDialog(), SINWAV::indicatorPrefDialog(), PP::indicatorPrefDialog(), LOWPASS::indicatorPrefDialog(), LMS::indicatorPrefDialog(), FI::indicatorPrefDialog(), ExScript::indicatorPrefDialog(), BARS::indicatorPrefDialog(), FormulaEdit::insertPlotItem(), VerticalLine::prefDialog(), TrendLine::prefDialog(), Text::prefDialog(), SellArrow::prefDialog(), HorizontalLine::prefDialog(), FiboLine::prefDialog(), Cycle::prefDialog(), and BuyArrow::prefDialog().
void PrefDialog::addDoubleItem | ( | QString & | name, | |
QString & | page, | |||
double | num, | |||
double | low, | |||
double | high | |||
) |
Definition at line 190 of file PrefDialog.cpp.
References doubleList, dvList, gridList, and widgetList.
Referenced by addDoubleItem(), PortfolioDialog::addItem(), IndexDialog::addItem(), IndexDialog::editItem(), UTIL::formatDialog(), THERM::formatDialog(), TALIB::formatDialog(), SZ::formatDialog(), LOWPASS::formatDialog(), THERM::indicatorPrefDialog(), TALIB::indicatorPrefDialog(), SZ::indicatorPrefDialog(), LOWPASS::indicatorPrefDialog(), BARS::indicatorPrefDialog(), PortfolioDialog::modifyItem(), TrendLine::prefDialog(), Text::prefDialog(), SellArrow::prefDialog(), HorizontalLine::prefDialog(), FiboLine::prefDialog(), and BuyArrow::prefDialog().
void PrefDialog::addDoubleItem | ( | QString & | name, | |
QString & | page, | |||
double | num | |||
) |
double PrefDialog::getDouble | ( | QString & | name | ) |
Definition at line 209 of file PrefDialog.cpp.
References doubleList.
Referenced by PortfolioDialog::addItem(), IndexDialog::addItem(), IndexDialog::editItem(), UTIL::formatDialog(), THERM::formatDialog(), TALIB::formatDialog(), SZ::formatDialog(), LOWPASS::formatDialog(), THERM::indicatorPrefDialog(), SZ::indicatorPrefDialog(), LOWPASS::indicatorPrefDialog(), BARS::indicatorPrefDialog(), PortfolioDialog::modifyItem(), TrendLine::prefDialog(), Text::prefDialog(), SellArrow::prefDialog(), HorizontalLine::prefDialog(), FiboLine::prefDialog(), and BuyArrow::prefDialog().
void PrefDialog::addIntItem | ( | QString & | name, | |
QString & | page, | |||
int | num | |||
) |
Definition at line 218 of file PrefDialog.cpp.
Referenced by VIDYA::formatDialog(), VFI::formatDialog(), UTIL::formatDialog(), THERM::formatDialog(), TALIB::formatDialog(), SZ::formatDialog(), LMS::formatDialog(), FI::formatDialog(), BARS::formatDialog(), VOL::indicatorPrefDialog(), VIDYA::indicatorPrefDialog(), VFI::indicatorPrefDialog(), THERM::indicatorPrefDialog(), TALIB::indicatorPrefDialog(), SZ::indicatorPrefDialog(), LMS::indicatorPrefDialog(), FI::indicatorPrefDialog(), ExScript::indicatorPrefDialog(), BARS::indicatorPrefDialog(), IndicatorPage::moveIndicator(), IndicatorPage::newIndicator(), and Cycle::prefDialog().
void PrefDialog::addIntItem | ( | QString & | name, | |
QString & | page, | |||
int | num, | |||
int | min, | |||
int | max | |||
) |
int PrefDialog::getInt | ( | QString & | name | ) |
Definition at line 239 of file PrefDialog.cpp.
References intList.
Referenced by VIDYA::formatDialog(), VFI::formatDialog(), UTIL::formatDialog(), THERM::formatDialog(), TALIB::formatDialog(), SZ::formatDialog(), LMS::formatDialog(), FI::formatDialog(), BARS::formatDialog(), VOL::indicatorPrefDialog(), VIDYA::indicatorPrefDialog(), VFI::indicatorPrefDialog(), THERM::indicatorPrefDialog(), SZ::indicatorPrefDialog(), LMS::indicatorPrefDialog(), FI::indicatorPrefDialog(), ExScript::indicatorPrefDialog(), BARS::indicatorPrefDialog(), IndicatorPage::moveIndicator(), IndicatorPage::newIndicator(), and Cycle::prefDialog().
void PrefDialog::addCheckItem | ( | QString & | name, | |
QString & | page, | |||
bool | flag | |||
) |
Definition at line 256 of file PrefDialog.cpp.
References checkList, gridList, and widgetList.
Referenced by addCheckItem(), DbPlugin::ccPref(), CC::createNew(), DbPlugin::createNewCC(), LMS::formatDialog(), ExScript::formatDialog(), LMS::indicatorPrefDialog(), ExScript::indicatorPrefDialog(), VerticalLine::prefDialog(), TrendLine::prefDialog(), Text::prefDialog(), SellArrow::prefDialog(), HorizontalLine::prefDialog(), FiboLine::prefDialog(), Cycle::prefDialog(), CC::prefDialog(), and BuyArrow::prefDialog().
void PrefDialog::addCheckItem | ( | QString & | name, | |
QString & | page, | |||
QString & | flag | |||
) |
bool PrefDialog::getCheck | ( | QString & | name | ) |
Definition at line 272 of file PrefDialog.cpp.
References checkList.
Referenced by DbPlugin::ccPref(), CC::createNew(), DbPlugin::createNewCC(), LMS::formatDialog(), ExScript::formatDialog(), LMS::indicatorPrefDialog(), ExScript::indicatorPrefDialog(), VerticalLine::prefDialog(), TrendLine::prefDialog(), Text::prefDialog(), SellArrow::prefDialog(), HorizontalLine::prefDialog(), FiboLine::prefDialog(), Cycle::prefDialog(), CC::prefDialog(), and BuyArrow::prefDialog().
void PrefDialog::getCheckString | ( | QString & | name, | |
QString & | flag | |||
) |
void PrefDialog::addFontItem | ( | QString & | name, | |
QString & | page, | |||
QFont & | font | |||
) |
Definition at line 294 of file PrefDialog.cpp.
References fontButtonList, gridList, and widgetList.
Referenced by Text::prefDialog().
void PrefDialog::getFont | ( | QString & | name, | |
QFont & | font | |||
) |
Definition at line 309 of file PrefDialog.cpp.
References fontButtonList, and FontButton::getFont().
Referenced by Text::prefDialog().
void PrefDialog::addTextItem | ( | QString & | name, | |
QString & | page, | |||
QString & | t | |||
) |
Definition at line 316 of file PrefDialog.cpp.
References gridList, textList, and widgetList.
Referenced by FormulaEdit::editPlotItem(), VOL::formatDialog(), VIDYA::formatDialog(), VFI::formatDialog(), UTIL::formatDialog(), THERM::formatDialog(), TALIB::formatDialog(), SZ::formatDialog(), SYMBOL::formatDialog(), SINWAV::formatDialog(), PP::formatDialog(), LOWPASS::formatDialog(), LMS::formatDialog(), FI::formatDialog(), ExScript::formatDialog(), BARS::formatDialog(), VOL::indicatorPrefDialog(), VIDYA::indicatorPrefDialog(), VFI::indicatorPrefDialog(), THERM::indicatorPrefDialog(), TALIB::indicatorPrefDialog(), SZ::indicatorPrefDialog(), SINWAV::indicatorPrefDialog(), PP::indicatorPrefDialog(), LOWPASS::indicatorPrefDialog(), LMS::indicatorPrefDialog(), FI::indicatorPrefDialog(), ExScript::indicatorPrefDialog(), BARS::indicatorPrefDialog(), FormulaEdit::insertPlotItem(), IndicatorPage::newIndicator(), Text::prefDialog(), SellArrow::prefDialog(), HorizontalLine::prefDialog(), and BuyArrow::prefDialog().
void PrefDialog::getText | ( | QString & | name, | |
QString & | s | |||
) |
Definition at line 331 of file PrefDialog.cpp.
References textList.
Referenced by FormulaEdit::editPlotItem(), VOL::formatDialog(), VIDYA::formatDialog(), VFI::formatDialog(), UTIL::formatDialog(), THERM::formatDialog(), TALIB::formatDialog(), SZ::formatDialog(), SYMBOL::formatDialog(), SINWAV::formatDialog(), PP::formatDialog(), LOWPASS::formatDialog(), LMS::formatDialog(), FI::formatDialog(), ExScript::formatDialog(), BARS::formatDialog(), getItem(), VOL::indicatorPrefDialog(), VIDYA::indicatorPrefDialog(), VFI::indicatorPrefDialog(), THERM::indicatorPrefDialog(), SZ::indicatorPrefDialog(), SINWAV::indicatorPrefDialog(), PP::indicatorPrefDialog(), LOWPASS::indicatorPrefDialog(), LMS::indicatorPrefDialog(), FI::indicatorPrefDialog(), ExScript::indicatorPrefDialog(), BARS::indicatorPrefDialog(), FormulaEdit::insertPlotItem(), IndicatorPage::newIndicator(), Text::prefDialog(), SellArrow::prefDialog(), HorizontalLine::prefDialog(), and BuyArrow::prefDialog().
void PrefDialog::addComboItem | ( | QString & | name, | |
QString & | page, | |||
QStringList & | l, | |||
QString & | s | |||
) |
Definition at line 339 of file PrefDialog.cpp.
References comboList, gridList, and widgetList.
Referenced by PortfolioDialog::addItem(), CC::createNew(), DbPlugin::createNewCC(), FormulaEdit::editPlotItem(), VOL::formatDialog(), VIDYA::formatDialog(), VFI::formatDialog(), UTIL::formatDialog(), THERM::formatDialog(), TALIB::formatDialog(), SZ::formatDialog(), PP::formatDialog(), LOWPASS::formatDialog(), LMS::formatDialog(), FI::formatDialog(), VOL::indicatorPrefDialog(), VIDYA::indicatorPrefDialog(), VFI::indicatorPrefDialog(), THERM::indicatorPrefDialog(), TALIB::indicatorPrefDialog(), SZ::indicatorPrefDialog(), SINWAV::indicatorPrefDialog(), LOWPASS::indicatorPrefDialog(), LMS::indicatorPrefDialog(), FI::indicatorPrefDialog(), ExScript::indicatorPrefDialog(), BARS::indicatorPrefDialog(), FormulaEdit::insertPlotItem(), PortfolioDialog::modifyItem(), IndicatorPage::newIndicator(), TrendLine::prefDialog(), and IndicatorSummary::run().
void PrefDialog::addComboItem | ( | QString & | name, | |
QString & | page, | |||
QStringList & | l, | |||
int | s | |||
) |
void PrefDialog::getCombo | ( | QString & | name, | |
QString & | s | |||
) |
Definition at line 378 of file PrefDialog.cpp.
References comboList.
Referenced by PortfolioDialog::addItem(), CC::createNew(), DbPlugin::createNewCC(), FormulaEdit::editPlotItem(), VOL::formatDialog(), VIDYA::formatDialog(), VFI::formatDialog(), UTIL::formatDialog(), THERM::formatDialog(), TALIB::formatDialog(), SZ::formatDialog(), PP::formatDialog(), LOWPASS::formatDialog(), LMS::formatDialog(), FI::formatDialog(), VOL::indicatorPrefDialog(), SZ::indicatorPrefDialog(), BARS::indicatorPrefDialog(), FormulaEdit::insertPlotItem(), PortfolioDialog::modifyItem(), IndicatorPage::newIndicator(), TrendLine::prefDialog(), and IndicatorSummary::run().
int PrefDialog::getComboIndex | ( | QString & | name | ) |
Definition at line 386 of file PrefDialog.cpp.
References comboList.
Referenced by VOL::indicatorPrefDialog(), VIDYA::indicatorPrefDialog(), VFI::indicatorPrefDialog(), THERM::indicatorPrefDialog(), SZ::indicatorPrefDialog(), SINWAV::indicatorPrefDialog(), LOWPASS::indicatorPrefDialog(), LMS::indicatorPrefDialog(), FI::indicatorPrefDialog(), ExScript::indicatorPrefDialog(), and BARS::indicatorPrefDialog().
QComboBox * PrefDialog::getComboWidget | ( | QString & | name | ) |
void PrefDialog::addDateItem | ( | QString & | name, | |
QString & | page, | |||
QDateTime & | dt | |||
) |
Definition at line 400 of file PrefDialog.cpp.
References dateList, gridList, and widgetList.
Referenced by ChartToolbar::paperTradeDate(), and BarEdit::slotDateSearch().
void PrefDialog::getDate | ( | QString & | name, | |
QDateTime & | dt | |||
) |
Definition at line 417 of file PrefDialog.cpp.
References dateList.
Referenced by ChartToolbar::paperTradeDate(), and BarEdit::slotDateSearch().
void PrefDialog::addFileItem | ( | QString & | name, | |
QString & | page, | |||
QStringList & | l, | |||
QString & | p | |||
) |
Definition at line 447 of file PrefDialog.cpp.
References fileList, gridList, and widgetList.
Referenced by IndicatorPage::addLocalIndicator(), ExScript::formatDialog(), and ExScript::indicatorPrefDialog().
void PrefDialog::getFile | ( | QString & | name, | |
QStringList & | l | |||
) |
Definition at line 462 of file PrefDialog.cpp.
References fileList, and FileButton::getFile().
Referenced by IndicatorPage::addLocalIndicator(), ExScript::formatDialog(), and ExScript::indicatorPrefDialog().
void PrefDialog::addSymbolItem | ( | QString & | name, | |
QString & | page, | |||
QString & | path, | |||
QString & | symbol | |||
) |
Definition at line 470 of file PrefDialog.cpp.
References gridList, symbolList, and widgetList.
Referenced by PortfolioDialog::addItem(), IndexDialog::addItem(), IndexDialog::editItem(), SYMBOL::formatDialog(), PortfolioDialog::modifyItem(), Spread::prefDialog(), and DbPlugin::spreadPref().
void PrefDialog::getSymbol | ( | QString & | name, | |
QString & | s | |||
) |
Definition at line 485 of file PrefDialog.cpp.
References SymbolButton::getPath(), and symbolList.
Referenced by PortfolioDialog::addItem(), IndexDialog::addItem(), IndexDialog::editItem(), SYMBOL::formatDialog(), PortfolioDialog::modifyItem(), Spread::prefDialog(), and DbPlugin::spreadPref().
void PrefDialog::addLabelItem | ( | QString & | name, | |
QString & | page, | |||
QString & | l | |||
) |
void PrefDialog::getItem | ( | QString & | name, | |
QString & | s | |||
) |
Definition at line 509 of file PrefDialog.cpp.
References comboList, doubleList, getColor(), getText(), and intList.
Referenced by TALIB::indicatorPrefDialog().
void PrefDialog::addTimeItem | ( | QString & | name, | |
QString & | page, | |||
QDateTime & | dt | |||
) |
Definition at line 424 of file PrefDialog.cpp.
References gridList, timeList, and widgetList.
Referenced by ChartToolbar::paperTradeDate(), and BarEdit::slotDateSearch().
void PrefDialog::getTime | ( | QString & | name, | |
QDateTime & | dt | |||
) |
Definition at line 440 of file PrefDialog.cpp.
References timeList.
Referenced by BarEdit::slotDateSearch().
void PrefDialog::help | ( | ) | [slot] |
QDict<QWidget> PrefDialog::widgetList [private] |
Definition at line 95 of file PrefDialog.h.
Referenced by addCheckItem(), addColorItem(), addColorPrefItem(), addComboItem(), addDateItem(), addDoubleItem(), addFileItem(), addFontItem(), addIntItem(), addLabelItem(), addSymbolItem(), addTextItem(), addTimeItem(), createPage(), deletePage(), init(), and ~PrefDialog().
QDict<QGridLayout> PrefDialog::gridList [private] |
Definition at line 96 of file PrefDialog.h.
Referenced by addCheckItem(), addColorItem(), addColorPrefItem(), addComboItem(), addDateItem(), addDoubleItem(), addFileItem(), addFontItem(), addIntItem(), addLabelItem(), addSymbolItem(), addTextItem(), addTimeItem(), createPage(), init(), and ~PrefDialog().
QDict<ColorButton> PrefDialog::colorButtonList [private] |
Definition at line 97 of file PrefDialog.h.
Referenced by addColorItem(), addColorPrefItem(), getColor(), init(), and ~PrefDialog().
QDict<QSpinBox> PrefDialog::intList [private] |
Definition at line 98 of file PrefDialog.h.
Referenced by addIntItem(), getInt(), getItem(), init(), and ~PrefDialog().
QDict<QLineEdit> PrefDialog::doubleList [private] |
Definition at line 99 of file PrefDialog.h.
Referenced by addDoubleItem(), getDouble(), getItem(), init(), and ~PrefDialog().
QDict<QCheckBox> PrefDialog::checkList [private] |
Definition at line 100 of file PrefDialog.h.
Referenced by addCheckItem(), getCheck(), getCheckString(), init(), and ~PrefDialog().
QDict<FontButton> PrefDialog::fontButtonList [private] |
Definition at line 101 of file PrefDialog.h.
Referenced by addFontItem(), getFont(), init(), and ~PrefDialog().
QDict<QLineEdit> PrefDialog::textList [private] |
Definition at line 102 of file PrefDialog.h.
Referenced by addTextItem(), getText(), init(), and ~PrefDialog().
QDict<QComboBox> PrefDialog::comboList [private] |
Definition at line 103 of file PrefDialog.h.
Referenced by addComboItem(), getCombo(), getComboIndex(), getComboWidget(), getItem(), init(), and ~PrefDialog().
QDict<QDateEdit> PrefDialog::dateList [private] |
Definition at line 104 of file PrefDialog.h.
Referenced by addDateItem(), getDate(), init(), and ~PrefDialog().
QDict<FileButton> PrefDialog::fileList [private] |
Definition at line 105 of file PrefDialog.h.
Referenced by addFileItem(), getFile(), init(), and ~PrefDialog().
QDict<SymbolButton> PrefDialog::symbolList [private] |
Definition at line 106 of file PrefDialog.h.
Referenced by addSymbolItem(), getSymbol(), init(), and ~PrefDialog().
QDict<QDoubleValidator> PrefDialog::dvList [private] |
Definition at line 107 of file PrefDialog.h.
Referenced by addDoubleItem(), init(), and ~PrefDialog().
QDict<QLabel> PrefDialog::labelList [private] |
Definition at line 108 of file PrefDialog.h.
Referenced by addLabelItem(), init(), and ~PrefDialog().
QDict<QTimeEdit> PrefDialog::timeList [private] |
Definition at line 109 of file PrefDialog.h.
Referenced by addTimeItem(), getTime(), init(), and ~PrefDialog().
QString PrefDialog::helpFile [private] |