Qmmp
Public Member Functions | Public Attributes
EngineProperties Class Reference

#include <enginefactory.h>

List of all members.

Public Member Functions

 EngineProperties ()

Public Attributes

QString name
QString shortName
QStringList filters
QString description
QStringList contentTypes
QStringList protocols
bool hasAbout
bool hasSettings

Detailed Description

Helper class to store custom audio engine properies.

Author:
Ilya Kotov <forkotov02@hotmail.ru>

Constructor & Destructor Documentation

EngineProperties ( ) [inline]

Constructor


Member Data Documentation

QStringList contentTypes

Supported content types

QString description

File filter description

QStringList filters

File filters (example: "*.mp3,*.ogg")

bool hasAbout

Should be true if plugin has about dialog, otherwise returns false

Should be true if plugin has settings dialog, otherwise returns false

QString name

Input plugin full name

QStringList protocols

Supported protocols. Should be empty if plugin uses stream input.

QString shortName

Input plugin short name for internal usage


The documentation for this class was generated from the following file:
 All Classes Functions Variables Enumerations Enumerator