#include <Workspace/DataExecution/Execution/schedulerfeature.h>
◆ Type
Enumerator |
---|
Preferred | |
Mandatory | |
◆ SchedulerFeature() [1/3]
◆ SchedulerFeature() [2/3]
SchedulerFeature |
( |
const QString & |
name, |
|
|
bool |
isEditable = true , |
|
|
Type |
type = Preferred , |
|
|
bool |
isInherited = false , |
|
|
bool |
stored = true , |
|
|
uint |
count = 0 |
|
) |
| |
◆ SchedulerFeature() [3/3]
◆ ~SchedulerFeature()
◆ fromDisplayName()
◆ fromString()
◆ getCount()
◆ getDisplayName()
QString getDisplayName |
( |
| ) |
const |
◆ getIsEditable()
bool getIsEditable |
( |
| ) |
const |
|
inline |
◆ getIsInherited()
bool getIsInherited |
( |
| ) |
const |
|
inline |
◆ getName()
const QString & getName |
( |
| ) |
const |
|
inline |
◆ getStored()
◆ getType()
◆ load() [1/3]
bool load |
( |
const QJsonObject & |
obj | ) |
|
◆ load() [2/3]
◆ load() [3/3]
◆ loadWithoutCount()
load from stream without count, for older versions' feature format
◆ operator=()
◆ operator==()
◆ save() [1/2]
void save |
( |
QDataStream & |
stream | ) |
const |
◆ save() [2/2]
void save |
( |
QJsonObject & |
obj | ) |
const |
◆ setCount()
◆ setIsEditable()
void setIsEditable |
( |
bool |
editable | ) |
|
|
inline |
◆ setIsInherited()
void setIsInherited |
( |
bool |
inherited | ) |
|
|
inline |
◆ setName()
void setName |
( |
const QString & |
name | ) |
|
|
inline |
◆ setStored()
void setStored |
( |
bool |
stored | ) |
|
|
inline |
◆ setType()
void setType |
( |
Type |
type | ) |
|
|
inline |
◆ toString()
QString toString |
( |
| ) |
const |