|
TTKMusicPlayer
4.2.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Helper structure to store output plugin properies. More...
#include <outputfactory.h>
Public Attributes | |
| QString | name |
| QString | shortName |
| bool | hasSettings = false |
Helper structure to store output plugin properies.
Definition at line 34 of file outputfactory.h.
| bool OutputProperties::hasSettings = false |
Should be true if plugin has settings dialog, and false otherwise
Definition at line 38 of file outputfactory.h.
Referenced by MusicQmmpPluginItem::MusicQmmpPluginItem().
| QString OutputProperties::name |
Effect plugin full name
Definition at line 36 of file outputfactory.h.
Referenced by MusicQmmpPluginItem::MusicQmmpPluginItem().
| QString OutputProperties::shortName |
Effect plugin short name for internal usage
Definition at line 37 of file outputfactory.h.
1.8.8