FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kProjectorSteps.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_PROJECTOR_STEPS_H
9 #define K_FIRESYNC_PROJECTOR_STEPS_H
10 
12 
19 //typedef kProjectorExt kProjectorSteps; --forward-declared in kFsDef.x.h
20 
29 kFsFx(kStatus) kProjectorSteps_SetCount(kProjectorSteps extension, kSize count);
30 
39 
49 
59 kFsFx(kStatus) kProjectorSteps_SetState(kProjectorSteps extension, kSize stepIndex, kSize stateIndex);
60 
69 kFsFx(kSize) kProjectorSteps_State(kProjectorSteps extension, kSize stepIndex);
70 
80 kFsFx(kStatus) kProjectorSteps_SetRepetitionCount(kProjectorSteps extension, kSize stepIndex, kSize count);
81 
90 kFsFx(kSize) kProjectorSteps_RepetitionCount(kProjectorSteps extension, kSize stepIndex);
91 
101 
110 
120 
121 #include <kFireSync/Client/Projector/Extensions/kProjectorSteps.x.h>
122 
123 #endif
kStatus kProjectorSteps_SetRepetitionCount(kProjectorSteps extension, kSize stepIndex, kSize count)
Sets the repetition count associated with the specified step index.
kStatus kProjectorSteps_SetStyle(kProjectorSteps extension, kProjectorStepsStyle style)
Sets the steps style.
Represents constraint and validity information for a bit flag setting.
Definition: kInfo.h:544
Represents projector steps style.
Represents parameters for the projector steps extension.
kSize kProjectorSteps_Count(kProjectorSteps extension)
Gets the number of steps (state/count pairs) defined by this extension.
kStatus kProjectorSteps_SetState(kProjectorSteps extension, kSize stepIndex, kSize stateIndex)
Sets the projector state id (index) associated with the specified step index.
kStatus kProjectorSteps_StyleInfo(kProjectorSteps extension, kInfoBits *info)
Reports constraint and validity information for the Steps style setting.
kStatus kProjectorSteps_SetCount(kProjectorSteps extension, kSize count)
Sets the number of steps (state/count pairs) defined by this extension.
kSize kProjectorSteps_State(kProjectorSteps extension, kSize stepIndex)
Gets the projector state id (index) associated with the specified step index.
kSize kProjectorSteps_RepetitionCount(kProjectorSteps extension, kSize stepIndex)
Gets the repetition count associated with the specified step index.
Declares the kProjectorExt type.
Represents constraint and validity information for a kSize setting.
Definition: kInfo.h:370
kStatus kProjectorSteps_CountInfo(kProjectorSteps extension, kInfoSize *info)
Reports constraint and validity information for the Count setting.
kProjectorStepsStyle kProjectorSteps_Style(kProjectorSteps extension)
Gets the steps style.