WebRadioApp  0.1
_WidgetSetHorizontalSliderConfig.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 _WidgetSetHorizontalSliderConfig_H
28 #define _WidgetSetHorizontalSliderConfig_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::HorizontalSliderConfig */
54 #ifndef _WidgetSetHorizontalSliderConfig_
55  EW_DECLARE_CLASS( WidgetSetHorizontalSliderConfig )
56 #define _WidgetSetHorizontalSliderConfig_
57 #endif
58 
59 
60 /* This class implements the functionality permitting you to simply customize the
61  look and feel of a 'horizontal slider' widget (WidgetSet::HorizontalSlider).
62  In the 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 horizontal 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 vertically centered the
79  entire width in the background of the slider. In the configuration object you
80  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  - 'TrackLeft' is a bitmap frame view (Views::Frame) filling vertically centered
87  the background of the slider between its left edge and the actual position of
88  the thumb. In the configuration object you can individually specify for every
89  slider state the desired bitmap (@TrackLeftActive, @TrackLeftDefault, @TrackLeftDisabled,
90  @TrackLeftFocused), the frame number within the bitmap (@TrackLeftFrameActive,
91  @TrackLeftFrameDefault, @TrackLeftFrameDisabled, @TrackLeftFrameFocused) and
92  opacity or color to tint the bitmap (@TrackLeftTintActive, @TrackLeftTintDefault,
93  @TrackLeftTintDisabled, @TrackLeftTintFocused). With the property @TrackLeftWithEdge
94  you can configure how the right 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  - 'TrackRight' is a bitmap frame view (Views::Frame) filling vertically centered
98  the background of the slider between the actual position of the thumb and the
99  right edge of the slider widget. In the configuration object you can individually
100  specify for every slider state the desired bitmap (@TrackRightActive, @TrackRightDefault,
101  @TrackRightDisabled, @TrackRightFocused), the frame number within the bitmap
102  (@TrackRightFrameActive, @TrackRightFrameDefault, @TrackRightFrameDisabled, @TrackRightFrameFocused)
103  and opacity or color to tint the bitmap (@TrackRightTintActive, @TrackRightTintDefault,
104  @TrackRightTintDisabled, @TrackRightTintFocused). With the property @TrackRightWithEdge
105  you can configure how the left 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 vertically centered at the
109  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 on the left and on the right of the thumb can be specified by using the
116  properties @ThumbMarginLeft and @ThumbMarginRight. The slider can automatically
117  play animated bitmaps if the specified frame number is -1.
118  - 'Cover' is a bitmap frame view (Views::Frame) filling vertically centered the
119  entire width of the slider and covering so eventually the thumb and track. In
120  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 @KeyCodeLeft and @KeyCodeRight causing
128  the slider's thumb to be moved left or right. To prevent the slider from being
129  able 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( WidgetSetHorizontalSliderConfig, 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( TrackRightActive, ResourcesBitmap )
146  EW_PROPERTY( TrackRightFocused, ResourcesBitmap )
147  EW_PROPERTY( TrackRightDisabled, ResourcesBitmap )
148  EW_PROPERTY( TrackRightDefault, ResourcesBitmap )
149  EW_PROPERTY( TrackLeftActive, ResourcesBitmap )
150  EW_PROPERTY( TrackLeftFocused, ResourcesBitmap )
151  EW_PROPERTY( TrackLeftDisabled, ResourcesBitmap )
152  EW_PROPERTY( TrackLeftDefault, 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( ThumbMarginRight, XInt32 )
168  EW_PROPERTY( ThumbMarginLeft, 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( TrackRightTintActive, XColor )
178  EW_PROPERTY( TrackRightTintFocused, XColor )
179  EW_PROPERTY( TrackRightTintDisabled, XColor )
180  EW_PROPERTY( TrackRightTintDefault, XColor )
181  EW_PROPERTY( TrackRightFrameActive, XInt32 )
182  EW_PROPERTY( TrackRightFrameFocused, XInt32 )
183  EW_PROPERTY( TrackRightFrameDisabled, XInt32 )
184  EW_PROPERTY( TrackRightFrameDefault, XInt32 )
185  EW_PROPERTY( TrackLeftTintActive, XColor )
186  EW_PROPERTY( TrackLeftTintFocused, XColor )
187  EW_PROPERTY( TrackLeftTintDisabled, XColor )
188  EW_PROPERTY( TrackLeftTintDefault, XColor )
189  EW_PROPERTY( TrackLeftFrameActive, XInt32 )
190  EW_PROPERTY( TrackLeftFrameFocused, XInt32 )
191  EW_PROPERTY( TrackLeftFrameDisabled, XInt32 )
192  EW_PROPERTY( TrackLeftFrameDefault, 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( KeyCodeLeft, XEnum )
204  EW_PROPERTY( KeyCodeRight, XEnum )
205  EW_PROPERTY( TrackLeftWithEdge, XBool )
206  EW_PROPERTY( TrackRightWithEdge, XBool )
207  EW_PROPERTY( ThumbUpdateAtTouch, XBool )
208 EW_END_OF_FIELDS( WidgetSetHorizontalSliderConfig )
209 
210 /* Virtual Method Table (VMT) for the class : 'WidgetSet::HorizontalSliderConfig' */
211 EW_DEFINE_METHODS( WidgetSetHorizontalSliderConfig, WidgetSetWidgetConfig )
212 EW_END_OF_METHODS( WidgetSetHorizontalSliderConfig )
213 
214 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetKeyRepeatPeriod()' */
215 void WidgetSetHorizontalSliderConfig_OnSetKeyRepeatPeriod( WidgetSetHorizontalSliderConfig _this,
216  XInt32 value );
217 
218 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetKeyRepeatDelay()' */
219 void WidgetSetHorizontalSliderConfig_OnSetKeyRepeatDelay( WidgetSetHorizontalSliderConfig _this,
220  XInt32 value );
221 
222 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetThumbMarginRight()' */
223 void WidgetSetHorizontalSliderConfig_OnSetThumbMarginRight( WidgetSetHorizontalSliderConfig _this,
224  XInt32 value );
225 
226 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetThumbMarginLeft()' */
227 void WidgetSetHorizontalSliderConfig_OnSetThumbMarginLeft( WidgetSetHorizontalSliderConfig _this,
228  XInt32 value );
229 
230 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetThumbFrameActive()' */
231 void WidgetSetHorizontalSliderConfig_OnSetThumbFrameActive( WidgetSetHorizontalSliderConfig _this,
232  XInt32 value );
233 
234 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetThumbFrameFocused()' */
235 void WidgetSetHorizontalSliderConfig_OnSetThumbFrameFocused( WidgetSetHorizontalSliderConfig _this,
236  XInt32 value );
237 
238 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetThumbFrameDisabled()' */
239 void WidgetSetHorizontalSliderConfig_OnSetThumbFrameDisabled( WidgetSetHorizontalSliderConfig _this,
240  XInt32 value );
241 
242 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetThumbFrameDefault()' */
243 void WidgetSetHorizontalSliderConfig_OnSetThumbFrameDefault( WidgetSetHorizontalSliderConfig _this,
244  XInt32 value );
245 
246 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetThumbActive()' */
247 void WidgetSetHorizontalSliderConfig_OnSetThumbActive( WidgetSetHorizontalSliderConfig _this,
248  ResourcesBitmap value );
249 
250 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetThumbFocused()' */
251 void WidgetSetHorizontalSliderConfig_OnSetThumbFocused( WidgetSetHorizontalSliderConfig _this,
252  ResourcesBitmap value );
253 
254 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetThumbDisabled()' */
255 void WidgetSetHorizontalSliderConfig_OnSetThumbDisabled( WidgetSetHorizontalSliderConfig _this,
256  ResourcesBitmap value );
257 
258 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetThumbDefault()' */
259 void WidgetSetHorizontalSliderConfig_OnSetThumbDefault( WidgetSetHorizontalSliderConfig _this,
260  ResourcesBitmap value );
261 
262 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackRightFrameActive()' */
263 void WidgetSetHorizontalSliderConfig_OnSetTrackRightFrameActive( WidgetSetHorizontalSliderConfig _this,
264  XInt32 value );
265 
266 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackRightFrameFocused()' */
267 void WidgetSetHorizontalSliderConfig_OnSetTrackRightFrameFocused( WidgetSetHorizontalSliderConfig _this,
268  XInt32 value );
269 
270 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackRightFrameDisabled()' */
271 void WidgetSetHorizontalSliderConfig_OnSetTrackRightFrameDisabled( WidgetSetHorizontalSliderConfig _this,
272  XInt32 value );
273 
274 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackRightFrameDefault()' */
275 void WidgetSetHorizontalSliderConfig_OnSetTrackRightFrameDefault( WidgetSetHorizontalSliderConfig _this,
276  XInt32 value );
277 
278 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackRightActive()' */
279 void WidgetSetHorizontalSliderConfig_OnSetTrackRightActive( WidgetSetHorizontalSliderConfig _this,
280  ResourcesBitmap value );
281 
282 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackRightFocused()' */
283 void WidgetSetHorizontalSliderConfig_OnSetTrackRightFocused( WidgetSetHorizontalSliderConfig _this,
284  ResourcesBitmap value );
285 
286 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackRightDisabled()' */
287 void WidgetSetHorizontalSliderConfig_OnSetTrackRightDisabled( WidgetSetHorizontalSliderConfig _this,
288  ResourcesBitmap value );
289 
290 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackRightDefault()' */
291 void WidgetSetHorizontalSliderConfig_OnSetTrackRightDefault( WidgetSetHorizontalSliderConfig _this,
292  ResourcesBitmap value );
293 
294 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackLeftFrameActive()' */
295 void WidgetSetHorizontalSliderConfig_OnSetTrackLeftFrameActive( WidgetSetHorizontalSliderConfig _this,
296  XInt32 value );
297 
298 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackLeftFrameFocused()' */
299 void WidgetSetHorizontalSliderConfig_OnSetTrackLeftFrameFocused( WidgetSetHorizontalSliderConfig _this,
300  XInt32 value );
301 
302 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackLeftFrameDisabled()' */
303 void WidgetSetHorizontalSliderConfig_OnSetTrackLeftFrameDisabled( WidgetSetHorizontalSliderConfig _this,
304  XInt32 value );
305 
306 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackLeftFrameDefault()' */
307 void WidgetSetHorizontalSliderConfig_OnSetTrackLeftFrameDefault( WidgetSetHorizontalSliderConfig _this,
308  XInt32 value );
309 
310 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackLeftActive()' */
311 void WidgetSetHorizontalSliderConfig_OnSetTrackLeftActive( WidgetSetHorizontalSliderConfig _this,
312  ResourcesBitmap value );
313 
314 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackLeftFocused()' */
315 void WidgetSetHorizontalSliderConfig_OnSetTrackLeftFocused( WidgetSetHorizontalSliderConfig _this,
316  ResourcesBitmap value );
317 
318 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackLeftDisabled()' */
319 void WidgetSetHorizontalSliderConfig_OnSetTrackLeftDisabled( WidgetSetHorizontalSliderConfig _this,
320  ResourcesBitmap value );
321 
322 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetTrackLeftDefault()' */
323 void WidgetSetHorizontalSliderConfig_OnSetTrackLeftDefault( WidgetSetHorizontalSliderConfig _this,
324  ResourcesBitmap value );
325 
326 /* 'C' function for method : 'WidgetSet::HorizontalSliderConfig.OnSetWidgetMinSize()' */
327 void WidgetSetHorizontalSliderConfig_OnSetWidgetMinSize( WidgetSetHorizontalSliderConfig _this,
328  XPoint value );
329 
330 #ifdef __cplusplus
331  }
332 #endif
333 
334 #endif /* _WidgetSetHorizontalSliderConfig_H */
335 
336 /* Embedded Wizard */
ewrte.h
_WidgetSetWidgetConfig.h
WidgetSetHorizontalSliderConfig_OnSetTrackLeftFrameFocused
void WidgetSetHorizontalSliderConfig_OnSetTrackLeftFrameFocused(WidgetSetHorizontalSliderConfig _this, XInt32 value)
XColor
Definition: ewrte.h:1700
WidgetSetHorizontalSliderConfig_OnSetThumbDisabled
void WidgetSetHorizontalSliderConfig_OnSetThumbDisabled(WidgetSetHorizontalSliderConfig _this, ResourcesBitmap value)
EW_END_OF_FIELDS
#define EW_END_OF_FIELDS(aClass)
Definition: ewrte.h:460
EW_DECLARE_CLASS
#define EW_DECLARE_CLASS(aClass)
Definition: ewrte.h:393
WidgetSetHorizontalSliderConfig_OnSetTrackRightFrameDisabled
void WidgetSetHorizontalSliderConfig_OnSetTrackRightFrameDisabled(WidgetSetHorizontalSliderConfig _this, XInt32 value)
ewgfx.h
WidgetSetHorizontalSliderConfig_OnSetTrackLeftFrameActive
void WidgetSetHorizontalSliderConfig_OnSetTrackLeftFrameActive(WidgetSetHorizontalSliderConfig _this, XInt32 value)
XInt32
signed long XInt32
Definition: ewrte.h:1586
value
XRect CoreOutline aOutline XPoint value
Definition: _ViewsWarpView.h:137
WidgetSetHorizontalSliderConfig_OnSetThumbMarginLeft
void WidgetSetHorizontalSliderConfig_OnSetThumbMarginLeft(WidgetSetHorizontalSliderConfig _this, XInt32 value)
WidgetSetHorizontalSliderConfig_OnSetThumbDefault
void WidgetSetHorizontalSliderConfig_OnSetThumbDefault(WidgetSetHorizontalSliderConfig _this, ResourcesBitmap value)
WidgetSetHorizontalSliderConfig_OnSetThumbFrameActive
void WidgetSetHorizontalSliderConfig_OnSetThumbFrameActive(WidgetSetHorizontalSliderConfig _this, XInt32 value)
XBool
char XBool
Definition: ewrte.h:1592
XEnum
unsigned long XEnum
Definition: ewrte.h:1593
WidgetSetHorizontalSliderConfig_OnSetWidgetMinSize
void WidgetSetHorizontalSliderConfig_OnSetWidgetMinSize(WidgetSetHorizontalSliderConfig _this, XPoint value)
EW_DEFINE_METHODS
#define EW_DEFINE_METHODS(aClass, aSuperClass)
Definition: ewrte.h:524
WidgetSetHorizontalSliderConfig_OnSetThumbFocused
void WidgetSetHorizontalSliderConfig_OnSetThumbFocused(WidgetSetHorizontalSliderConfig _this, ResourcesBitmap value)
WidgetSetHorizontalSliderConfig_OnSetKeyRepeatDelay
void WidgetSetHorizontalSliderConfig_OnSetKeyRepeatDelay(WidgetSetHorizontalSliderConfig _this, XInt32 value)
WidgetSetHorizontalSliderConfig_OnSetTrackLeftActive
void WidgetSetHorizontalSliderConfig_OnSetTrackLeftActive(WidgetSetHorizontalSliderConfig _this, ResourcesBitmap value)
WidgetSetHorizontalSliderConfig_OnSetTrackRightDisabled
void WidgetSetHorizontalSliderConfig_OnSetTrackRightDisabled(WidgetSetHorizontalSliderConfig _this, ResourcesBitmap value)
WidgetSetHorizontalSliderConfig_OnSetThumbFrameFocused
void WidgetSetHorizontalSliderConfig_OnSetThumbFrameFocused(WidgetSetHorizontalSliderConfig _this, XInt32 value)
WidgetSetHorizontalSliderConfig_OnSetTrackRightFrameFocused
void WidgetSetHorizontalSliderConfig_OnSetTrackRightFrameFocused(WidgetSetHorizontalSliderConfig _this, XInt32 value)
WidgetSetHorizontalSliderConfig_OnSetKeyRepeatPeriod
void WidgetSetHorizontalSliderConfig_OnSetKeyRepeatPeriod(WidgetSetHorizontalSliderConfig _this, XInt32 value)
WidgetSetHorizontalSliderConfig_OnSetTrackRightFrameDefault
void WidgetSetHorizontalSliderConfig_OnSetTrackRightFrameDefault(WidgetSetHorizontalSliderConfig _this, XInt32 value)
WidgetSetHorizontalSliderConfig_OnSetThumbActive
void WidgetSetHorizontalSliderConfig_OnSetThumbActive(WidgetSetHorizontalSliderConfig _this, ResourcesBitmap value)
WidgetSetHorizontalSliderConfig_OnSetTrackLeftFocused
void WidgetSetHorizontalSliderConfig_OnSetTrackLeftFocused(WidgetSetHorizontalSliderConfig _this, ResourcesBitmap value)
WidgetSetHorizontalSliderConfig_OnSetTrackLeftDefault
void WidgetSetHorizontalSliderConfig_OnSetTrackLeftDefault(WidgetSetHorizontalSliderConfig _this, ResourcesBitmap value)
WidgetSetHorizontalSliderConfig_OnSetTrackLeftDisabled
void WidgetSetHorizontalSliderConfig_OnSetTrackLeftDisabled(WidgetSetHorizontalSliderConfig _this, ResourcesBitmap value)
WidgetSetHorizontalSliderConfig_OnSetTrackLeftFrameDefault
void WidgetSetHorizontalSliderConfig_OnSetTrackLeftFrameDefault(WidgetSetHorizontalSliderConfig _this, XInt32 value)
WidgetSetHorizontalSliderConfig_OnSetTrackRightActive
void WidgetSetHorizontalSliderConfig_OnSetTrackRightActive(WidgetSetHorizontalSliderConfig _this, ResourcesBitmap value)
XPoint
Definition: ewrte.h:1616
EW_PROPERTY
#define EW_PROPERTY(aName, aType)
Definition: ewrte.h:466
WidgetSetHorizontalSliderConfig_OnSetTrackRightFrameActive
void WidgetSetHorizontalSliderConfig_OnSetTrackRightFrameActive(WidgetSetHorizontalSliderConfig _this, XInt32 value)
WidgetSetHorizontalSliderConfig_OnSetThumbFrameDefault
void WidgetSetHorizontalSliderConfig_OnSetThumbFrameDefault(WidgetSetHorizontalSliderConfig _this, XInt32 value)
WidgetSetHorizontalSliderConfig_OnSetThumbMarginRight
void WidgetSetHorizontalSliderConfig_OnSetThumbMarginRight(WidgetSetHorizontalSliderConfig _this, XInt32 value)
WidgetSetHorizontalSliderConfig_OnSetThumbFrameDisabled
void WidgetSetHorizontalSliderConfig_OnSetThumbFrameDisabled(WidgetSetHorizontalSliderConfig _this, XInt32 value)
WidgetSetHorizontalSliderConfig_OnSetTrackLeftFrameDisabled
void WidgetSetHorizontalSliderConfig_OnSetTrackLeftFrameDisabled(WidgetSetHorizontalSliderConfig _this, XInt32 value)
EW_END_OF_METHODS
#define EW_END_OF_METHODS(aClass)
Definition: ewrte.h:539
WidgetSetHorizontalSliderConfig_OnSetTrackRightDefault
void WidgetSetHorizontalSliderConfig_OnSetTrackRightDefault(WidgetSetHorizontalSliderConfig _this, ResourcesBitmap value)
WidgetSetHorizontalSliderConfig_OnSetTrackRightFocused
void WidgetSetHorizontalSliderConfig_OnSetTrackRightFocused(WidgetSetHorizontalSliderConfig _this, ResourcesBitmap value)
EW_DEFINE_FIELDS
#define EW_DEFINE_FIELDS(aClass, aSuperClass)
Definition: ewrte.h:451