This is the complete list of members for SoundWrapper, including all inherited members.
| _keySequence | SoundWrapper | private |
| _player | SoundWrapper | private |
| _playMode | SoundWrapper | private |
| _soundList | SoundWrapper | private |
| _virtualKey | SoundWrapper | private |
| addSound(QString filename, float mainVolume=1.0, float vacVolume=1.0) | SoundWrapper | |
| checkFileExistence(QString fileName) | SoundWrapper | private |
| clearShorcut() | SoundWrapper | slot |
| ErrorPlaying(QString) | SoundWrapper | signal |
| getKeySequence() | SoundWrapper | |
| getMainDevice() | SoundWrapper | |
| getPlayMode() | SoundWrapper | |
| getShortcutVirtualKey() | SoundWrapper | |
| getSoundAsItem() | SoundWrapper | |
| getSoundList() | SoundWrapper | |
| getSoundListAsQString() | SoundWrapper | |
| getVacDevice() | SoundWrapper | |
| GetWrapperAsObject() const | SoundWrapper | |
| holdPTTProxy(int) | SoundWrapper | signal |
| NowPlaying(QString) | SoundWrapper | signal |
| operator!=(const SoundWrapper &a, const SoundWrapper &b) | SoundWrapper | friend |
| operator==(const SoundWrapper &a, const SoundWrapper &b) | SoundWrapper | friend |
| OutputDeviceChanged(int) | SoundWrapper | slot |
| Play() | SoundWrapper | slot |
| setPlayerMainOutput(int index) | SoundWrapper | |
| setPlayerVACOutput(int index) | SoundWrapper | |
| SoundWrapper(QObject *parent=nullptr) | SoundWrapper | explicit |
| SoundWrapper(QVector< LIDL::SoundFile * > fileList, LIDL::Playback playbackMode, QKeySequence shortcut, int shortcutVirtualKey=-1, int mainOutput=-1, int vacOutput=-1, QObject *parent=nullptr) | SoundWrapper | |
| SoundWrapper(QVector< QString > fileList, LIDL::Playback playbackMode, int mainVolume, int vacVolume, int mainOutput, int vacOutput, QObject *parent=nullptr) | SoundWrapper | |
| SoundWrapper(SoundWrapper *&other) | SoundWrapper | |
| Stop() | SoundWrapper | slot |
| UnexistantFile() | SoundWrapper | signal |
| VACDeviceChanged(int) | SoundWrapper | slot |