Difference between revisions of "PresetInfo"
From Moving Light Assistant
(Added Properties.) |
(Added Functions section) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
The PresetInfo class represents Presets and Channels in the Preset Documentation view. The class can represent a Preset or a Channel in a Preset. The PresetInfo class is stored independently of the imported console data. | The PresetInfo class represents Presets and Channels in the Preset Documentation view. The class can represent a Preset or a Channel in a Preset. The PresetInfo class is stored independently of the imported console data. | ||
| + | |||
| + | {| style="border: 1px solid darkgray;" cellpadding="5" cellspacing="0" width="600" | ||
| + | |- | ||
| + | | colspan="3" align="left" style="background:#efefef;"| '''Functions''' | ||
| + | |- border="0" | ||
| + | | | ||
| + | * [[PresetInfo:GetSelectedPreset|GetSelectedPreset]] | ||
| + | * [[PresetInfo:GetSelectedChannel|GetSelectedChannel]] | ||
| + | |} | ||
{| style="border: 1px solid darkgray;" cellpadding="5" cellspacing="0" width="600" | {| style="border: 1px solid darkgray;" cellpadding="5" cellspacing="0" width="600" | ||
| Line 42: | Line 51: | ||
* [[PresetInfo:PresetUnused|PresetUnused]] | * [[PresetInfo:PresetUnused|PresetUnused]] | ||
* [[PresetInfo:Priority|Priority]] | * [[PresetInfo:Priority|Priority]] | ||
| + | * [[PresetInfo:PriorityName|PriorityName]] | ||
* [[PresetInfo:Scenery|Scenery]] | * [[PresetInfo:Scenery|Scenery]] | ||
* [[PresetInfo:SequenceID|SequenceID]] | * [[PresetInfo:SequenceID|SequenceID]] | ||
Latest revision as of 02:54, 7 December 2016
The PresetInfo class represents Presets and Channels in the Preset Documentation view. The class can represent a Preset or a Channel in a Preset. The PresetInfo class is stored independently of the imported console data.
| Functions | ||
| Properties | ||