#include <plugin.h>
§ Type
Enumerator |
---|
NoValue | The option does not accept a value.
|
ValueOptional | The option may accept a value.
|
ValueRequired | The option requires a value.
|
AllowMultiple | The option may be passed multiple times.
|
Undocumented | The option is not output in the help text.
|
§ CommandArgument() [1/2]
qutim_sdk_0_3::CommandArgument::CommandArgument |
( |
const QString & |
name, |
|
|
const QString & |
desc = QString() , |
|
|
Types |
types = NoValue , |
|
|
int |
group = -1 |
|
) |
| |
§ CommandArgument() [2/2]
qutim_sdk_0_3::CommandArgument::CommandArgument |
( |
const CommandArgument & |
o | ) |
|
§ ~CommandArgument()
qutim_sdk_0_3::CommandArgument::~CommandArgument |
( |
| ) |
|
§ addAlias()
void qutim_sdk_0_3::CommandArgument::addAlias |
( |
const QStringList & |
alias | ) |
|
§ aliases()
QStringList qutim_sdk_0_3::CommandArgument::aliases |
( |
| ) |
const |
§ description()
QString qutim_sdk_0_3::CommandArgument::description |
( |
| ) |
const |
§ group()
int qutim_sdk_0_3::CommandArgument::group |
( |
| ) |
const |
§ name()
QString qutim_sdk_0_3::CommandArgument::name |
( |
| ) |
const |
§ operator=()
§ setAliases()
void qutim_sdk_0_3::CommandArgument::setAliases |
( |
const QStringList & |
aliases | ) |
|
§ types()
Types qutim_sdk_0_3::CommandArgument::types |
( |
| ) |
const |
The documentation for this class was generated from the following file: