#include <Preset.h>
Preset class
Class for storing preset properties
- Author
- Thomas Kroes
◆ Preset()
Constructor
- Parameters
-
| name | Name of the preset |
| description | Preset description |
| presetType | Type of preset |
◆ getDescription()
| QString hdps::util::Preset::getDescription |
( |
| ) |
const |
Get preset description
- Returns
- Preset description
◆ getIcon()
| QIcon hdps::util::Preset::getIcon |
( |
| ) |
const |
◆ getName()
| QString hdps::util::Preset::getName |
( |
| ) |
const |
Get preset name
- Returns
- Preset name
◆ getTitle()
| QString hdps::util::Preset::getTitle |
( |
| ) |
const |
Get preset title
- Returns
- Preset title
◆ isDivergent() [1/2]
| bool hdps::util::Preset::isDivergent |
( |
| ) |
const |
Get is divergent
- Returns
- Whether the preset is divergent from current widget action settings
◆ isDivergent() [2/2]
| void hdps::util::Preset::isDivergent |
( |
bool |
isDivergent | ) |
|
Set is divergent
- Parameters
-
| isDivergent | Whether the preset is divergent from current widget action settings |
◆ PresetsModel
Whether the preset is divergent from current widget action settings Only the presets model may instantiate this class
The documentation for this class was generated from the following files:
- D:/Work/ManiVault/DevBundle/allmain/source/core/HDPS/src/util/Preset.h
- D:/Work/ManiVault/DevBundle/allmain/source/core/HDPS/src/util/Preset.cpp