STemWin_SampleDemo
_Action()
is only used within STemWin_SampleDemo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin_SampleDemo
_Action()
_Action() function
_Action Purpose: Does some action with the treeview widget
Syntax
Show:
Summary
Declaration
from
GUIDEMO_Treeview.c:2565
static
void
_Action
(
WM_HWIN
hTree
,
int
xSize
,
int
ySize
)
;
Arguments
Argument
hTree
xSize
ySize
Examples
References
from
examples
Code
Location
Referrer
static
void
_Action
(
WM_HWIN
hTree
,
int
xSize
,
int
ySize
)
{
GUIDEMO_Treeview.c:2565
_Action
(
hTree
,
xSize
,
ySize
)
;
GUIDEMO_Treeview.c:2668
_DemoTreeview()
Call Tree
from
examples
_Action()
is called by 1 function and calls 15 functions:
_DemoTreeview()
All items filtered out
_Action()
GUIDEMO_GetConfFlag()
GUIDEMO_GetTime()
GUIDEMO_ShowInfo()
GUIDEMO_CheckCancel()
TREEVIEW_SetHasLines()
TREEVIEW_SetSelMode()
TREEVIEW_DecSel()
TREEVIEW_GetSel()
TREEVIEW_IncSel()
TREEVIEW_ITEM_Collapse()
TREEVIEW_ITEM_Expand()
TREEVIEW_ITEM_GetInfo()
TREEVIEW_ITEM_SetImage()
GUI_Delay()
_MoveSprite()
All items filtered out
Data Use
from
examples
_Action()
reads 15 variables:
TREEVIEW_ITEM_INFO::IsNode
TREEVIEW_ITEM_INFO::IsExpanded
ACTION_ITEM::Delay
ACTION_ITEM::Job
ACTION_ITEM::pDescription
_aSprite
_aAction
::JOB_INC_SEL
::JOB_DEC_SEL
::JOB_OPEN
::JOB_CLOSE
::JOB_SETIMAGE
::JOB_SETROWMODE
::JOB_HIDELINES
::JOB_SHOWLINES
All items filtered out
_Action()
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