STemWin
+
0
/5 examples
SourceVu will show references to
WIDGET_EFFECT
from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
STemWin
STemWin_SampleDemo
STM32469I_EVAL
Applications
STemWin
STemWin_SampleDemo
STM324x9I_EVAL
Applications
STemWin
STemWin_SampleDemo
STM324xG_EVAL
Applications
STemWin
STemWin_SampleDemo
STM32F429I-Discovery
Applications
STemWin
STemWin_SampleDemo
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin
WIDGET_EFFECT
WIDGET_EFFECT struct
Widget object The widget object is the base class for most widgets
Syntax
Show:
Summary
Declaration
from
WIDGET.h:236
typedef
struct
{
int
EffectSize
;
void
(
*
pfDrawUp
)
(
void
)
;
void
(
*
pfDrawUpRect
)
(
const
GUI_RECT
*
pRect
)
;
void
(
*
pfDrawDown
)
(
void
)
;
void
(
*
pfDrawDownRect
)
(
const
GUI_RECT
*
pRect
)
;
void
(
*
pfDrawFlat
)
(
void
)
;
void
(
*
pfDrawFlatRect
)
(
const
GUI_RECT
*
pRect
)
;
}
WIDGET_EFFECT
;
Fields
Field
Declared as
WIDGET_EFFECT::EffectSize
int
WIDGET_EFFECT::pfDrawUp
void
(
*
)
(
void
)
WIDGET_EFFECT::pfDrawUpRect
void
(
*
)
(
const
GUI_RECT
*
pRect
)
WIDGET_EFFECT::pfDrawDown
void
(
*
)
(
void
)
WIDGET_EFFECT::pfDrawDownRect
void
(
*
)
(
const
GUI_RECT
*
pRect
)
WIDGET_EFFECT::pfDrawFlat
void
(
*
)
(
void
)
WIDGET_EFFECT::pfDrawFlatRect
void
(
*
)
(
const
GUI_RECT
*
pRect
)
Related Functions
Found 3 other functions taking a
WIDGET_EFFECT
argument:
Function
WIDGET_SetDefaultEffect()
WIDGET_SetEffect()
MENU_SetDefaultEffect()
Examples
WIDGET_EFFECT
is referenced by 5 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out