The Feature class - it is atomic type for describe service command.
More...
#include <feature.h>
The Feature class - it is atomic type for describe service command.
Definition at line 15 of file feature.h.
◆ Feature() [1/2]
Patronum::Feature::Feature |
( |
| ) |
|
|
default |
◆ Feature() [2/2]
Patronum::Feature::Feature |
( |
const QString & |
cmd, |
|
|
const QVariant & |
arg = {} , |
|
|
const QString & |
description = "" , |
|
|
const QString & |
example = "" |
|
) |
| |
◆ arg()
QVariant Patronum::Feature::arg |
( |
| ) |
const |
◆ cmd()
QString Patronum::Feature::cmd |
( |
| ) |
const |
◆ description()
QString Patronum::Feature::description |
( |
| ) |
const |
◆ example()
QString Patronum::Feature::example |
( |
| ) |
const |
◆ setArg()
void Patronum::Feature::setArg |
( |
const QVariantList & |
arg | ) |
|
◆ setCmd()
void Patronum::Feature::setCmd |
( |
const QString & |
cmd | ) |
|
◆ setDescription()
void Patronum::Feature::setDescription |
( |
const QString & |
description | ) |
|
◆ setExample()
void Patronum::Feature::setExample |
( |
const QString & |
example | ) |
|
◆ operator<<
QDataStream& operator<< |
( |
QDataStream & |
stream, |
|
|
const Feature & |
obj |
|
) |
| |
|
friend |
◆ operator>>
QDataStream& operator>> |
( |
QDataStream & |
stream, |
|
|
Feature & |
obj |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: