VLC module description.
More...
#include <VLCQtCore/ModuleDescription.h>
|
| enum | Type { AudioFilter,
VideoFilter
} |
| | Module type.
|
| |
| VlcModuleDescription::VlcModuleDescription |
( |
Type |
type, |
|
|
const QString & |
name |
|
) |
| |
|
explicit |
Basic constructor.
- Parameters
-
| type | module type |
| name | module name |
| QString VlcModuleDescription::help |
( |
| ) |
const |
|
inline |
Get module help.
- Returns
- module help
| QString VlcModuleDescription::longName |
( |
| ) |
const |
|
inline |
Get long module readable name.
- Returns
- long module human readable name
| QString VlcModuleDescription::name |
( |
| ) |
const |
|
inline |
Get module name.
- Returns
- module name
| void VlcModuleDescription::setHelp |
( |
const QString & |
help | ) |
|
Set module help.
- Parameters
-
| void VlcModuleDescription::setLongName |
( |
const QString & |
name | ) |
|
Set long module readable name.
- Parameters
-
| name | long module human readable name |
| void VlcModuleDescription::setShortName |
( |
const QString & |
name | ) |
|
Set short module readable name.
- Parameters
-
| name | short module human readable name |
| QString VlcModuleDescription::shortName |
( |
| ) |
const |
|
inline |
Get short module readable name.
- Returns
- short module human readable name
| Type VlcModuleDescription::type |
( |
| ) |
const |
|
inline |
Get module type.
- Returns
- module type
The documentation for this class was generated from the following files:
- ModuleDescription.h
- ModuleDescription.cpp