#include <managedlist.h>

Definition at line 497 of file managedlist.h.
Public Member Functions | |
| ManagedListItem * | addSelection (const QString &label, const QString &value) |
| ManagedListItem * | addButton (const QString &label, const QString &value) |
| ManagedListItem * | addSelection (const QString &label, int value) |
| void | clearSelections () |
| operator SelectManagedListItem * () | |
Protected Member Functions | |
| SelectManagedListSetting (const QString &listName, const QString &listText, ManagedListGroup *_group, QString _table, QString _column, ManagedList *_parentList=NULL) | |
| virtual void | constructListItem (const QString &listText, ManagedListGroup *_group, ManagedList *_parentList, const QString &listName) |
Protected Attributes | |
| QGuardedPtr < SelectManagedListItem > | selectItem |
| SelectManagedListSetting::SelectManagedListSetting | ( | const QString & | listName, | |
| const QString & | listText, | |||
| ManagedListGroup * | _group, | |||
| QString | _table, | |||
| QString | _column, | |||
| ManagedList * | _parentList = NULL | |||
| ) | [inline, protected] |
Definition at line 500 of file managedlist.h.
| virtual void SelectManagedListSetting::constructListItem | ( | const QString & | listText, | |
| ManagedListGroup * | _group, | |||
| ManagedList * | _parentList, | |||
| const QString & | listName | |||
| ) | [inline, protected, virtual] |
Definition at line 512 of file managedlist.h.
| ManagedListItem* SelectManagedListSetting::addSelection | ( | const QString & | label, | |
| const QString & | value | |||
| ) | [inline] |
Definition at line 519 of file managedlist.h.
Referenced by SRRecordingType::addNormalSelections(), SRRecordingType::addOverrideSelections(), SRStorageGroup::fillSelections(), SRRecGroup::fillSelections(), SRInput::fillSelections(), SRPlayGroup::fillSelections(), SRRecGroup::showNewRecGroup(), SRAutoCommFlag::SRAutoCommFlag(), SRAutoTranscode::SRAutoTranscode(), SRAutoUserJob1::SRAutoUserJob1(), SRAutoUserJob2::SRAutoUserJob2(), SRAutoUserJob3::SRAutoUserJob3(), SRAutoUserJob4::SRAutoUserJob4(), SRDupIn::SRDupIn(), and SRDupMethod::SRDupMethod().
| ManagedListItem* SelectManagedListSetting::addButton | ( | const QString & | label, | |
| const QString & | value | |||
| ) | [inline] |
| ManagedListItem* SelectManagedListSetting::addSelection | ( | const QString & | label, | |
| int | value | |||
| ) | [inline] |
Definition at line 535 of file managedlist.h.
| void SelectManagedListSetting::clearSelections | ( | void | ) | [inline] |
Definition at line 543 of file managedlist.h.
Referenced by SRTranscoderSelector::fillSelections(), SRProfileSelector::fillSelections(), ScheduledRecording::load(), ScheduledRecording::makeOverride(), ScheduledRecording::setDefault(), and ScheduledRecording::setSearchType().
| SelectManagedListSetting::operator SelectManagedListItem * | ( | ) | [inline] |
Definition at line 548 of file managedlist.h.
QGuardedPtr<SelectManagedListItem> SelectManagedListSetting::selectItem [protected] |
Definition at line 510 of file managedlist.h.
Referenced by SRRecGroup::fillSelections(), SRTranscoderSelector::fillSelections(), SRProfileSelector::fillSelections(), SRRecGroup::onGoingBack(), SRRecGroup::showNewRecGroup(), and SRRecGroup::SRRecGroup().
1.5.5