#include <channeleditor.h>

Definition at line 53 of file channeleditor.h.
Public Slots | |
| int | fillSelections (void) |
| void | setSortMode (const QString &sort) |
| void | setSourceID (const QString &sourceID) |
| void | setHideMode (bool hide) |
Public Member Functions | |
| ChannelListSetting () | |
| void | load (void) |
| void | save (void) |
| void | save (QString) |
| QString | getSourceID () |
| QString | getSortMode () |
| bool | getHideMode () |
Private Attributes | |
| QString | currentSourceID |
| QString | currentSortMode |
| bool | currentHideMode |
| ChannelListSetting::ChannelListSetting | ( | ) | [inline] |
Definition at line 57 of file channeleditor.h.
| void ChannelListSetting::load | ( | void | ) | [inline, virtual] |
| void ChannelListSetting::save | ( | void | ) | [inline, virtual] |
| void ChannelListSetting::save | ( | QString | ) | [inline, virtual] |
| QString ChannelListSetting::getSourceID | ( | ) | [inline] |
| QString ChannelListSetting::getSortMode | ( | ) | [inline] |
| bool ChannelListSetting::getHideMode | ( | ) | [inline] |
| int ChannelListSetting::fillSelections | ( | void | ) | [slot] |
Definition at line 114 of file channeleditor.cpp.
Referenced by ChannelEditor::channelIconImport(), ChannelEditor::del(), ChannelEditor::deleteChannels(), ChannelEditor::edit(), load(), ChannelEditor::scan(), setHideMode(), setSortMode(), setSourceID(), and ChannelEditor::transportEditor().
| void ChannelListSetting::setSortMode | ( | const QString & | sort | ) | [inline, slot] |
Definition at line 74 of file channeleditor.h.
| void ChannelListSetting::setSourceID | ( | const QString & | sourceID | ) | [inline, slot] |
Definition at line 81 of file channeleditor.h.
| void ChannelListSetting::setHideMode | ( | bool | hide | ) | [inline, slot] |
Definition at line 88 of file channeleditor.h.
QString ChannelListSetting::currentSourceID [private] |
Definition at line 93 of file channeleditor.h.
Referenced by ChannelListSetting(), fillSelections(), getSourceID(), and setSourceID().
QString ChannelListSetting::currentSortMode [private] |
Definition at line 97 of file channeleditor.h.
Referenced by ChannelListSetting(), fillSelections(), getSortMode(), and setSortMode().
bool ChannelListSetting::currentHideMode [private] |
Definition at line 98 of file channeleditor.h.
Referenced by ChannelListSetting(), fillSelections(), getHideMode(), and setHideMode().
1.5.5