#include <plugin.h>
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.
|
qutim_sdk_0_3::CommandArgument::CommandArgument |
( |
const QString & |
name, |
|
|
const QString & |
desc = QString() , |
|
|
Types |
types = NoValue , |
|
|
int |
group = -1 |
|
) |
| |
qutim_sdk_0_3::CommandArgument::CommandArgument |
( |
const CommandArgument & |
o) | |
|
qutim_sdk_0_3::CommandArgument::~CommandArgument |
( |
) | |
|
void qutim_sdk_0_3::CommandArgument::addAlias |
( |
const QStringList & |
alias) | |
|
QStringList qutim_sdk_0_3::CommandArgument::aliases |
( |
) | |
const |
QString qutim_sdk_0_3::CommandArgument::description |
( |
) | |
const |
int qutim_sdk_0_3::CommandArgument::group |
( |
) | |
const |
QString qutim_sdk_0_3::CommandArgument::name |
( |
) | |
const |
void qutim_sdk_0_3::CommandArgument::setAliases |
( |
const QStringList & |
aliases) | |
|
Types qutim_sdk_0_3::CommandArgument::types |
( |
) | |
const |
The documentation for this class was generated from the following file: