Public Member Functions | |
void | clearHistory (ParameterGrp::handle hGrp) |
QByteArray | getHistoryGroupName (QByteArray name) const |
void | restoreHistory (ParameterGrp::handle hGrp) |
void | saveHistory (ParameterGrp::handle hGrp) |
Public Attributes | |
HistoryList | history |
bool | isSaving = false |
void Gui::PrefQuantitySpinBoxPrivate::clearHistory | ( | ParameterGrp::handle | hGrp | ) |
References ParameterGrp::GetASCIIs(), and ParameterGrp::RemoveASCII().
Referenced by saveHistory().
QByteArray Gui::PrefQuantitySpinBoxPrivate::getHistoryGroupName | ( | QByteArray | name | ) | const |
void Gui::PrefQuantitySpinBoxPrivate::restoreHistory | ( | ParameterGrp::handle | hGrp | ) |
References Gui::HistoryList::append(), ParameterGrp::GetASCIIs(), and history.
void Gui::PrefQuantitySpinBoxPrivate::saveHistory | ( | ParameterGrp::handle | hGrp | ) |
References Gui::HistoryList::asStringList(), clearHistory(), history, and ParameterGrp::SetASCII().
HistoryList Gui::PrefQuantitySpinBoxPrivate::history |
Referenced by restoreHistory(), and saveHistory().
bool Gui::PrefQuantitySpinBoxPrivate::isSaving = false |