WebRadioApp  0.1
_WidgetSetVerticalSliderConfig.h
Go to the documentation of this file.
1 /*******************************************************************************
2 *
3 * E M B E D D E D W I Z A R D P R O J E C T
4 *
5 * Copyright (c) TARA Systems GmbH
6 * written by Paul Banach and Manfred Schweyer
7 *
8 ********************************************************************************
9 *
10 * This file was generated automatically by Embedded Wizard Studio.
11 *
12 * Please do not make any modifications of this file! The modifications are lost
13 * when the file is generated again by Embedded Wizard Studio!
14 *
15 * The template of this heading text can be found in the file 'head.ewt' in the
16 * directory 'Platforms' of your Embedded Wizard installation directory. If you
17 * wish to adapt this text, please copy the template file 'head.ewt' into your
18 * project directory and edit the copy only. Please avoid any modifications of
19 * the original template file!
20 *
21 * Version : 10.00
22 * Profile : STM32H747
23 * Platform : STM.STM32.RGB565
24 *
25 *******************************************************************************/
26 
27 #ifndef _WidgetSetVerticalSliderConfig_H
28 #define _WidgetSetVerticalSliderConfig_H
29 
30 #ifdef __cplusplus
31  extern "C"
32  {
33 #endif
34 
35 #include "ewrte.h"
36 #if EW_RTE_VERSION != 0x000A0000
37  #error Wrong version of Embedded Wizard Runtime Environment.
38 #endif
39 
40 #include "ewgfx.h"
41 #if EW_GFX_VERSION != 0x000A0000
42  #error Wrong version of Embedded Wizard Graphics Engine.
43 #endif
44 
45 #include "_WidgetSetWidgetConfig.h"
46 
47 /* Forward declaration of the class Resources::Bitmap */
48 #ifndef _ResourcesBitmap_
49  EW_DECLARE_CLASS( ResourcesBitmap )
50 #define _ResourcesBitmap_
51 #endif
52 
53 /* Forward declaration of the class WidgetSet::VerticalSliderConfig */
54 #ifndef _WidgetSetVerticalSliderConfig_
55  EW_DECLARE_CLASS( WidgetSetVerticalSliderConfig )
56 #define _WidgetSetVerticalSliderConfig_
57 #endif
58 
59 
60 /* This class implements the functionality permitting you to simply customize the
61  look and feel of a 'vertical slider' widget (WidgetSet::VerticalSlider). In the
62  practice, you will create an instance of this class, configure its properties
63  with bitmaps, colors and other relevant attributes according to your design expectations
64  and assign such prepared configuration object to the property 'Appearance' of
65  every affected vertical slider widget. Thereupon the widgets will use the configuration
66  information provided in the object.
67  During its lifetime the slider remains always in one of the four states: 'disabled',
68  'default', 'focused' and 'active'. The state 'disabled' is true for every not
69  available slider (the property 'Enabled' of the slider is 'false'). Such sliders
70  will ignore all user inputs. The state 'default' determines a slider, which is
71  ready to be touched by the user or ready to become focused. As soon as the slider
72  becomes focused, it switches in the state 'focused'. In this state the user can
73  control the slider by pressing keys on the keyboard. Finally, the state 'active'
74  is true, if the user actually interacts with the slider (the slider's thumb is
75  pressed). With the configuration object you can specify the appearance of the
76  slider for every state individually. For this purpose you should know from which
77  views the slider is composed of:
78  - 'Face' is a bitmap frame view (Views::Frame) filling horizontally centered
79  the entire height in the background of the slider. In the configuration object
80  you can individually specify for every slider state the desired bitmap (@FaceActive,
81  @FaceDefault, @FaceDisabled, @FaceFocused), the frame number within the bitmap
82  (@FaceFrameActive, @FaceFrameDefault, @FaceFrameDisabled, @FaceFrameFocused)
83  and opacity or color to tint the bitmap (@FaceTintActive, @FaceTintDefault, @FaceTintDisabled,
84  @FaceTintFocused). The slider can automatically play animated bitmaps if the
85  specified frame number is -1.
86  - 'TrackBelow' is a bitmap frame view (Views::Frame) filling horizontally centered
87  the background of the slider between its bottom edge and the actual position
88  of the thumb. In the configuration object you can individually specify for every
89  slider state the desired bitmap (@TrackBelowActive, @TrackBelowDefault, @TrackBelowDisabled,
90  @TrackBelowFocused), the frame number within the bitmap (@TrackBelowFrameActive,
91  @TrackBelowFrameDefault, @TrackBelowFrameDisabled, @TrackBelowFrameFocused) and
92  opacity or color to tint the bitmap (@TrackBelowTintActive, @TrackBelowTintDefault,
93  @TrackBelowTintDisabled, @TrackBelowTintFocused). With the property @TrackBelowWithEdge
94  you can configure how the top edge of the track (the edge at the thumb position)
95  should appear. The slider can automatically play animated bitmaps if the specified
96  frame number is -1.
97  - 'TrackAbove' is a bitmap frame view (Views::Frame) filling horizontally centered
98  the background of the slider between the actual position of the thumb and the
99  top edge of the slider widget. In the configuration object you can individually
100  specify for every slider state the desired bitmap (@TrackAboveActive, @TrackAboveDefault,
101  @TrackAboveDisabled, @TrackAboveFocused), the frame number within the bitmap
102  (@TrackAboveFrameActive, @TrackAboveFrameDefault, @TrackAboveFrameDisabled, @TrackAboveFrameFocused)
103  and opacity or color to tint the bitmap (@TrackAboveTintActive, @TrackAboveTintDefault,
104  @TrackAboveTintDisabled, @TrackAboveTintFocused). With the property @TrackAboveWithEdge
105  you can configure how the bottom edge of the track (the edge at the thumb position)
106  should appear. The slider can automatically play animated bitmaps if the specified
107  frame number is -1.
108  - 'Thumb' is an image view (Views::Image) displayed horizontally centered at
109  the thumb position according to current value of the slider. In the configuration
110  object you can individually specify for every slider state the desired bitmap
111  (@ThumbActive, @ThumbDefault, @ThumbDisabled, @ThumbFocused), the frame number
112  within the bitmap (@ThumbFrameActive, @ThumbFrameDefault, @ThumbFrameDisabled,
113  @ThumbFrameFocused) and opacity or color to tint the bitmap (@ThumbTintActive,
114  @ThumbTintDefault, @ThumbTintDisabled, @ThumbTintFocused). If necessary, additional
115  margins below and above the thumb can be specified by using the properties @ThumbMarginBelow
116  and @ThumbMarginAbove. The slider can automatically play animated bitmaps if
117  the specified frame number is -1.
118  - 'Cover' is a bitmap frame view (Views::Frame) filling horizontally centered
119  the entire height of the slider and covering so eventually the thumb and track.
120  In the configuration object you can individually specify for every slider state
121  the desired bitmap (@CoverActive, @CoverDefault, @CoverDisabled, @CoverFocused),
122  the frame number within the bitmap (@CoverFrameActive, @CoverFrameDefault, @CoverFrameDisabled,
123  @CoverFrameFocused) and opacity or color to tint the bitmap (@CoverTintActive,
124  @CoverTintDefault, @CoverTintDisabled, @CoverTintFocused). The slider can automatically
125  play animated bitmaps if the specified frame number is -1.
126  If the slider is actually focused, it can also be controlled by pressing the
127  keyboard keys specified in the properties @KeyCodeDown and @KeyCodeUp causing
128  the slider's thumb to be moved down or up. To prevent the slider from being able
129  to be focused, initialize these properties with the value Core::KeyCode.NoKey.
130  With the properties @KeyRepeatDelay and @KeyRepeatPeriod you can configure whether
131  the thumb should be moved autonomously when the user holds the key pressed for
132  a while.
133  With the properties @WidgetMinSize and @WidgetMaxSize you can configure size
134  constraints for the widget itself. You can, for example, limit the slider to
135  not shrink below a specified width or height. */
136 EW_DEFINE_FIELDS( WidgetSetVerticalSliderConfig, WidgetSetWidgetConfig )
137  EW_PROPERTY( CoverActive, ResourcesBitmap )
138  EW_PROPERTY( CoverFocused, ResourcesBitmap )
139  EW_PROPERTY( CoverDisabled, ResourcesBitmap )
140  EW_PROPERTY( CoverDefault, ResourcesBitmap )
141  EW_PROPERTY( ThumbActive, ResourcesBitmap )
142  EW_PROPERTY( ThumbFocused, ResourcesBitmap )
143  EW_PROPERTY( ThumbDisabled, ResourcesBitmap )
144  EW_PROPERTY( ThumbDefault, ResourcesBitmap )
145  EW_PROPERTY( TrackAboveActive, ResourcesBitmap )
146  EW_PROPERTY( TrackAboveFocused, ResourcesBitmap )
147  EW_PROPERTY( TrackAboveDisabled, ResourcesBitmap )
148  EW_PROPERTY( TrackAboveDefault, ResourcesBitmap )
149  EW_PROPERTY( TrackBelowActive, ResourcesBitmap )
150  EW_PROPERTY( TrackBelowFocused, ResourcesBitmap )
151  EW_PROPERTY( TrackBelowDisabled, ResourcesBitmap )
152  EW_PROPERTY( TrackBelowDefault, ResourcesBitmap )
153  EW_PROPERTY( FaceActive, ResourcesBitmap )
154  EW_PROPERTY( FaceFocused, ResourcesBitmap )
155  EW_PROPERTY( FaceDisabled, ResourcesBitmap )
156  EW_PROPERTY( FaceDefault, ResourcesBitmap )
157  EW_PROPERTY( KeyRepeatPeriod, XInt32 )
158  EW_PROPERTY( KeyRepeatDelay, XInt32 )
159  EW_PROPERTY( CoverTintActive, XColor )
160  EW_PROPERTY( CoverTintFocused, XColor )
161  EW_PROPERTY( CoverTintDisabled, XColor )
162  EW_PROPERTY( CoverTintDefault, XColor )
163  EW_PROPERTY( CoverFrameActive, XInt32 )
164  EW_PROPERTY( CoverFrameFocused, XInt32 )
165  EW_PROPERTY( CoverFrameDisabled, XInt32 )
166  EW_PROPERTY( CoverFrameDefault, XInt32 )
167  EW_PROPERTY( ThumbMarginAbove, XInt32 )
168  EW_PROPERTY( ThumbMarginBelow, XInt32 )
169  EW_PROPERTY( ThumbTintActive, XColor )
170  EW_PROPERTY( ThumbTintFocused, XColor )
171  EW_PROPERTY( ThumbTintDisabled, XColor )
172  EW_PROPERTY( ThumbTintDefault, XColor )
173  EW_PROPERTY( ThumbFrameActive, XInt32 )
174  EW_PROPERTY( ThumbFrameFocused, XInt32 )
175  EW_PROPERTY( ThumbFrameDisabled, XInt32 )
176  EW_PROPERTY( ThumbFrameDefault, XInt32 )
177  EW_PROPERTY( TrackAboveTintActive, XColor )
178  EW_PROPERTY( TrackAboveTintFocused, XColor )
179  EW_PROPERTY( TrackAboveTintDisabled, XColor )
180  EW_PROPERTY( TrackAboveTintDefault, XColor )
181  EW_PROPERTY( TrackAboveFrameActive, XInt32 )
182  EW_PROPERTY( TrackAboveFrameFocused, XInt32 )
183  EW_PROPERTY( TrackAboveFrameDisabled, XInt32 )
184  EW_PROPERTY( TrackAboveFrameDefault, XInt32 )
185  EW_PROPERTY( TrackBelowTintActive, XColor )
186  EW_PROPERTY( TrackBelowTintFocused, XColor )
187  EW_PROPERTY( TrackBelowTintDisabled, XColor )
188  EW_PROPERTY( TrackBelowTintDefault, XColor )
189  EW_PROPERTY( TrackBelowFrameActive, XInt32 )
190  EW_PROPERTY( TrackBelowFrameFocused, XInt32 )
191  EW_PROPERTY( TrackBelowFrameDisabled, XInt32 )
192  EW_PROPERTY( TrackBelowFrameDefault, XInt32 )
193  EW_PROPERTY( FaceTintActive, XColor )
194  EW_PROPERTY( FaceTintFocused, XColor )
195  EW_PROPERTY( FaceTintDisabled, XColor )
196  EW_PROPERTY( FaceTintDefault, XColor )
197  EW_PROPERTY( FaceFrameActive, XInt32 )
198  EW_PROPERTY( FaceFrameFocused, XInt32 )
199  EW_PROPERTY( FaceFrameDisabled, XInt32 )
200  EW_PROPERTY( FaceFrameDefault, XInt32 )
201  EW_PROPERTY( WidgetMaxSize, XPoint )
202  EW_PROPERTY( WidgetMinSize, XPoint )
203  EW_PROPERTY( KeyCodeDown, XEnum )
204  EW_PROPERTY( KeyCodeUp, XEnum )
205  EW_PROPERTY( TrackBelowWithEdge, XBool )
206  EW_PROPERTY( TrackAboveWithEdge, XBool )
207  EW_PROPERTY( ThumbUpdateAtTouch, XBool )
208 EW_END_OF_FIELDS( WidgetSetVerticalSliderConfig )
209 
210 /* Virtual Method Table (VMT) for the class : 'WidgetSet::VerticalSliderConfig' */
211 EW_DEFINE_METHODS( WidgetSetVerticalSliderConfig, WidgetSetWidgetConfig )
212 EW_END_OF_METHODS( WidgetSetVerticalSliderConfig )
213 
214 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetKeyRepeatPeriod()' */
215 void WidgetSetVerticalSliderConfig_OnSetKeyRepeatPeriod( WidgetSetVerticalSliderConfig _this,
216  XInt32 value );
217 
218 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetKeyRepeatDelay()' */
219 void WidgetSetVerticalSliderConfig_OnSetKeyRepeatDelay( WidgetSetVerticalSliderConfig _this,
220  XInt32 value );
221 
222 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetThumbMarginAbove()' */
223 void WidgetSetVerticalSliderConfig_OnSetThumbMarginAbove( WidgetSetVerticalSliderConfig _this,
224  XInt32 value );
225 
226 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetThumbMarginBelow()' */
227 void WidgetSetVerticalSliderConfig_OnSetThumbMarginBelow( WidgetSetVerticalSliderConfig _this,
228  XInt32 value );
229 
230 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetThumbFrameActive()' */
231 void WidgetSetVerticalSliderConfig_OnSetThumbFrameActive( WidgetSetVerticalSliderConfig _this,
232  XInt32 value );
233 
234 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetThumbFrameFocused()' */
235 void WidgetSetVerticalSliderConfig_OnSetThumbFrameFocused( WidgetSetVerticalSliderConfig _this,
236  XInt32 value );
237 
238 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetThumbFrameDisabled()' */
239 void WidgetSetVerticalSliderConfig_OnSetThumbFrameDisabled( WidgetSetVerticalSliderConfig _this,
240  XInt32 value );
241 
242 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetThumbFrameDefault()' */
243 void WidgetSetVerticalSliderConfig_OnSetThumbFrameDefault( WidgetSetVerticalSliderConfig _this,
244  XInt32 value );
245 
246 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetThumbActive()' */
247 void WidgetSetVerticalSliderConfig_OnSetThumbActive( WidgetSetVerticalSliderConfig _this,
248  ResourcesBitmap value );
249 
250 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetThumbFocused()' */
251 void WidgetSetVerticalSliderConfig_OnSetThumbFocused( WidgetSetVerticalSliderConfig _this,
252  ResourcesBitmap value );
253 
254 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetThumbDisabled()' */
255 void WidgetSetVerticalSliderConfig_OnSetThumbDisabled( WidgetSetVerticalSliderConfig _this,
256  ResourcesBitmap value );
257 
258 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetThumbDefault()' */
259 void WidgetSetVerticalSliderConfig_OnSetThumbDefault( WidgetSetVerticalSliderConfig _this,
260  ResourcesBitmap value );
261 
262 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackAboveFrameActive()' */
263 void WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameActive( WidgetSetVerticalSliderConfig _this,
264  XInt32 value );
265 
266 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackAboveFrameFocused()' */
267 void WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameFocused( WidgetSetVerticalSliderConfig _this,
268  XInt32 value );
269 
270 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackAboveFrameDisabled()' */
271 void WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameDisabled( WidgetSetVerticalSliderConfig _this,
272  XInt32 value );
273 
274 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackAboveFrameDefault()' */
275 void WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameDefault( WidgetSetVerticalSliderConfig _this,
276  XInt32 value );
277 
278 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackAboveActive()' */
279 void WidgetSetVerticalSliderConfig_OnSetTrackAboveActive( WidgetSetVerticalSliderConfig _this,
280  ResourcesBitmap value );
281 
282 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackAboveFocused()' */
283 void WidgetSetVerticalSliderConfig_OnSetTrackAboveFocused( WidgetSetVerticalSliderConfig _this,
284  ResourcesBitmap value );
285 
286 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackAboveDisabled()' */
287 void WidgetSetVerticalSliderConfig_OnSetTrackAboveDisabled( WidgetSetVerticalSliderConfig _this,
288  ResourcesBitmap value );
289 
290 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackAboveDefault()' */
291 void WidgetSetVerticalSliderConfig_OnSetTrackAboveDefault( WidgetSetVerticalSliderConfig _this,
292  ResourcesBitmap value );
293 
294 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackBelowFrameActive()' */
295 void WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameActive( WidgetSetVerticalSliderConfig _this,
296  XInt32 value );
297 
298 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackBelowFrameFocused()' */
299 void WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameFocused( WidgetSetVerticalSliderConfig _this,
300  XInt32 value );
301 
302 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackBelowFrameDisabled()' */
303 void WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameDisabled( WidgetSetVerticalSliderConfig _this,
304  XInt32 value );
305 
306 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackBelowFrameDefault()' */
307 void WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameDefault( WidgetSetVerticalSliderConfig _this,
308  XInt32 value );
309 
310 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackBelowActive()' */
311 void WidgetSetVerticalSliderConfig_OnSetTrackBelowActive( WidgetSetVerticalSliderConfig _this,
312  ResourcesBitmap value );
313 
314 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackBelowFocused()' */
315 void WidgetSetVerticalSliderConfig_OnSetTrackBelowFocused( WidgetSetVerticalSliderConfig _this,
316  ResourcesBitmap value );
317 
318 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackBelowDisabled()' */
319 void WidgetSetVerticalSliderConfig_OnSetTrackBelowDisabled( WidgetSetVerticalSliderConfig _this,
320  ResourcesBitmap value );
321 
322 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetTrackBelowDefault()' */
323 void WidgetSetVerticalSliderConfig_OnSetTrackBelowDefault( WidgetSetVerticalSliderConfig _this,
324  ResourcesBitmap value );
325 
326 /* 'C' function for method : 'WidgetSet::VerticalSliderConfig.OnSetWidgetMinSize()' */
327 void WidgetSetVerticalSliderConfig_OnSetWidgetMinSize( WidgetSetVerticalSliderConfig _this,
328  XPoint value );
329 
330 #ifdef __cplusplus
331  }
332 #endif
333 
334 #endif /* _WidgetSetVerticalSliderConfig_H */
335 
336 /* Embedded Wizard */
WidgetSetVerticalSliderConfig_OnSetTrackAboveDisabled
void WidgetSetVerticalSliderConfig_OnSetTrackAboveDisabled(WidgetSetVerticalSliderConfig _this, ResourcesBitmap value)
Definition: WidgetSet.c:844
WidgetSetVerticalSliderConfig_OnSetThumbMarginAbove
void WidgetSetVerticalSliderConfig_OnSetThumbMarginAbove(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:668
WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameFocused
void WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameFocused(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:877
ewrte.h
WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameFocused
void WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameFocused(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:789
_WidgetSetWidgetConfig.h
WidgetSetVerticalSliderConfig_OnSetTrackAboveFocused
void WidgetSetVerticalSliderConfig_OnSetTrackAboveFocused(WidgetSetVerticalSliderConfig _this, ResourcesBitmap value)
Definition: WidgetSet.c:833
XColor
Definition: ewrte.h:1700
WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameDisabled
void WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameDisabled(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:888
WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameDefault
void WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameDefault(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:899
EW_END_OF_FIELDS
#define EW_END_OF_FIELDS(aClass)
Definition: ewrte.h:460
WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameDefault
void WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameDefault(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:811
EW_DECLARE_CLASS
#define EW_DECLARE_CLASS(aClass)
Definition: ewrte.h:393
WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameDisabled
void WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameDisabled(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:800
WidgetSetVerticalSliderConfig_OnSetThumbFrameDefault
void WidgetSetVerticalSliderConfig_OnSetThumbFrameDefault(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:723
WidgetSetVerticalSliderConfig_OnSetTrackBelowDefault
void WidgetSetVerticalSliderConfig_OnSetTrackBelowDefault(WidgetSetVerticalSliderConfig _this, ResourcesBitmap value)
Definition: WidgetSet.c:943
WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameActive
void WidgetSetVerticalSliderConfig_OnSetTrackBelowFrameActive(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:866
WidgetSetVerticalSliderConfig_OnSetThumbFrameFocused
void WidgetSetVerticalSliderConfig_OnSetThumbFrameFocused(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:701
WidgetSetVerticalSliderConfig_OnSetThumbActive
void WidgetSetVerticalSliderConfig_OnSetThumbActive(WidgetSetVerticalSliderConfig _this, ResourcesBitmap value)
Definition: WidgetSet.c:734
ewgfx.h
XInt32
signed long XInt32
Definition: ewrte.h:1586
value
XRect CoreOutline aOutline XPoint value
Definition: _ViewsWarpView.h:137
WidgetSetVerticalSliderConfig_OnSetKeyRepeatDelay
void WidgetSetVerticalSliderConfig_OnSetKeyRepeatDelay(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:657
XBool
char XBool
Definition: ewrte.h:1592
WidgetSetVerticalSliderConfig_OnSetThumbFrameActive
void WidgetSetVerticalSliderConfig_OnSetThumbFrameActive(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:690
XEnum
unsigned long XEnum
Definition: ewrte.h:1593
EW_DEFINE_METHODS
#define EW_DEFINE_METHODS(aClass, aSuperClass)
Definition: ewrte.h:524
WidgetSetVerticalSliderConfig_OnSetTrackBelowFocused
void WidgetSetVerticalSliderConfig_OnSetTrackBelowFocused(WidgetSetVerticalSliderConfig _this, ResourcesBitmap value)
Definition: WidgetSet.c:921
WidgetSetVerticalSliderConfig_OnSetTrackAboveDefault
void WidgetSetVerticalSliderConfig_OnSetTrackAboveDefault(WidgetSetVerticalSliderConfig _this, ResourcesBitmap value)
Definition: WidgetSet.c:855
WidgetSetVerticalSliderConfig_OnSetThumbFrameDisabled
void WidgetSetVerticalSliderConfig_OnSetThumbFrameDisabled(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:712
WidgetSetVerticalSliderConfig_OnSetTrackAboveActive
void WidgetSetVerticalSliderConfig_OnSetTrackAboveActive(WidgetSetVerticalSliderConfig _this, ResourcesBitmap value)
Definition: WidgetSet.c:822
XPoint
Definition: ewrte.h:1616
EW_PROPERTY
#define EW_PROPERTY(aName, aType)
Definition: ewrte.h:466
WidgetSetVerticalSliderConfig_OnSetThumbDefault
void WidgetSetVerticalSliderConfig_OnSetThumbDefault(WidgetSetVerticalSliderConfig _this, ResourcesBitmap value)
Definition: WidgetSet.c:767
WidgetSetVerticalSliderConfig_OnSetThumbDisabled
void WidgetSetVerticalSliderConfig_OnSetThumbDisabled(WidgetSetVerticalSliderConfig _this, ResourcesBitmap value)
Definition: WidgetSet.c:756
WidgetSetVerticalSliderConfig_OnSetWidgetMinSize
void WidgetSetVerticalSliderConfig_OnSetWidgetMinSize(WidgetSetVerticalSliderConfig _this, XPoint value)
Definition: WidgetSet.c:954
EW_END_OF_METHODS
#define EW_END_OF_METHODS(aClass)
Definition: ewrte.h:539
WidgetSetVerticalSliderConfig_OnSetThumbFocused
void WidgetSetVerticalSliderConfig_OnSetThumbFocused(WidgetSetVerticalSliderConfig _this, ResourcesBitmap value)
Definition: WidgetSet.c:745
WidgetSetVerticalSliderConfig_OnSetThumbMarginBelow
void WidgetSetVerticalSliderConfig_OnSetThumbMarginBelow(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:679
WidgetSetVerticalSliderConfig_OnSetTrackBelowDisabled
void WidgetSetVerticalSliderConfig_OnSetTrackBelowDisabled(WidgetSetVerticalSliderConfig _this, ResourcesBitmap value)
Definition: WidgetSet.c:932
WidgetSetVerticalSliderConfig_OnSetKeyRepeatPeriod
void WidgetSetVerticalSliderConfig_OnSetKeyRepeatPeriod(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:646
WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameActive
void WidgetSetVerticalSliderConfig_OnSetTrackAboveFrameActive(WidgetSetVerticalSliderConfig _this, XInt32 value)
Definition: WidgetSet.c:778
WidgetSetVerticalSliderConfig_OnSetTrackBelowActive
void WidgetSetVerticalSliderConfig_OnSetTrackBelowActive(WidgetSetVerticalSliderConfig _this, ResourcesBitmap value)
Definition: WidgetSet.c:910
EW_DEFINE_FIELDS
#define EW_DEFINE_FIELDS(aClass, aSuperClass)
Definition: ewrte.h:451