#include <Set.h>
◆ Set() [1/5]
◆ Set() [2/5]
| Set::Set |
( |
QString |
setName | ) |
|
|
explicit |
◆ Set() [3/5]
| Set::Set |
( |
QString |
setName, |
|
|
int |
id |
|
) |
| |
◆ Set() [4/5]
| Set::Set |
( |
QString |
setName, |
|
|
int |
id, |
|
|
QMap< int, Output * > |
outputs |
|
) |
| |
◆ Set() [5/5]
| Set::Set |
( |
int |
index, |
|
|
bool |
newSetReceived, |
|
|
QString |
nameReceived |
|
) |
| |
|
inline |
◆ addCheckBox()
| void Set::addCheckBox |
( |
QString |
cb | ) |
|
◆ addOutput()
| void Set::addOutput |
( |
Output * |
outputToAdd | ) |
|
◆ clearOutputs()
| void Set::clearOutputs |
( |
| ) |
|
◆ createSet()
◆ deleteSet()
◆ fromJson()
| static Set Set::fromJson |
( |
QJsonDocument * |
docToConvert | ) |
|
|
static |
◆ getID()
◆ getOutputs()
| QMap< int, Output * > Set::getOutputs |
( |
| ) |
|
|
inline |
◆ getSetName()
| QString Set::getSetName |
( |
| ) |
const |
|
inline |
◆ removeOutput()
| void Set::removeOutput |
( |
int |
id | ) |
|
◆ saveSet()
◆ setAmntSets()
| void Set::setAmntSets |
( |
int |
newAmntSets | ) |
|
|
inline |
◆ setOutputs()
| void Set::setOutputs |
( |
QMap< int, Output * > |
newOutputs | ) |
|
◆ setSetId()
| void Set::setSetId |
( |
int |
id | ) |
|
|
inline |
◆ setSetName()
| void Set::setSetName |
( |
QString |
name | ) |
|
|
inline |
◆ updateSet()
◆ amntSets
◆ checkboxes
| QStringList Set::checkboxes |
|
private |
◆ id
◆ name
◆ newSet
◆ outputs
◆ path
Initial value:=
QStandardPaths::writableLocation(QStandardPaths::AppDataLocation)
◆ setId
◆ setName
◆ settings
Initial value:=
new QSettings(
path +
"/" +
"settings.ini", QSettings::IniFormat)
QString path
Definition: set.h:28
The documentation for this class was generated from the following files: