STemWin_SampleDemo
_aAction
is only used within STemWin_SampleDemo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin_SampleDemo
_aAction
_aAction variable
_aAction
Syntax
Show:
Summary
Declaration
from
GUIDEMO_Treeview.c:2404
static
const
ACTION_ITEM
_aAction
[
]
=
{
{
600
,
JOB_INC_SEL
,
"Moving cursor..."
}
,
{
500
,
JOB_OPEN
,
NULL
}
,
{
400
,
JOB_INC_SEL
,
NULL
}
,
{
300
,
JOB_OPEN
,
NULL
}
,
{
200
,
JOB_INC_SEL
,
NULL
}
,
{
200
,
JOB_INC_SEL
,
"Open and close nodes..."
}
,
{
200
,
JOB_INC_SEL
,
NULL
}
,
{
200
,
JOB_INC_SEL
,
NULL
}
,
{
200
,
JOB_OPEN
,
NULL
}
,
{
200
,
JOB_INC_SEL
,
NULL
}
,
{
200
,
JOB_INC_SEL
,
NULL
}
,
{
200
,
JOB_INC_SEL
,
NULL
}
,
{
200
,
JOB_INC_SEL
,
NULL
}
,
{
200
,
JOB_OPEN
,
NULL
}
,
{
900
,
JOB_SETROWMODE
,
"Change selection mode..."
}
,
{
900
,
JOB_DEC_SEL
,
NULL
}
,
{
10
,
JOB_DEC_SEL
,
NULL
}
,
{
10
,
JOB_DEC_SEL
,
NULL
}
,
{
10
,
JOB_DEC_SEL
,
NULL
}
,
{
10
,
JOB_DEC_SEL
,
NULL
}
,
{
10
,
JOB_DEC_SEL
,
NULL
}
,
{
10
,
JOB_DEC_SEL
,
NULL
}
,
{
10
,
JOB_DEC_SEL
,
NULL
}
,
{
10
,
JOB_DEC_SEL
,
NULL
}
,
{
200
,
JOB_CLOSE
,
NULL
}
,
{
200
,
JOB_OPEN
,
NULL
}
,
{
200
,
JOB_CLOSE
,
NULL
}
,
{
200
,
JOB_OPEN
,
NULL
}
,
{
900
,
JOB_SETIMAGE
,
"Setting images..."
}
,
{
100
,
JOB_INC_SEL
,
NULL
}
,
{
100
,
JOB_INC_SEL
,
NULL
}
,
{
100
,
JOB_SETIMAGE
,
NULL
}
,
{
100
,
JOB_INC_SEL
,
NULL
}
,
{
100
,
JOB_SETIMAGE
,
NULL
}
,
{
100
,
JOB_INC_SEL
,
NULL
}
,
{
100
,
JOB_SETIMAGE
,
NULL
}
,
{
900
,
JOB_HIDELINES
,
"Show/hide lines..."
}
,
{
200
,
JOB_SHOWLINES
,
NULL
}
,
{
200
,
JOB_HIDELINES
,
NULL
}
,
{
200
,
JOB_SHOWLINES
,
NULL
}
,
{
200
,
JOB_HIDELINES
,
NULL
}
,
{
200
,
JOB_SHOWLINES
,
NULL
}
,
{
1800
,
0
,
NULL
}
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
ACTION_ITEM
_aAction
[
]
=
{
GUIDEMO_Treeview.c:2404
TimeNext
=
GUIDEMO_GetTime
(
)
+
_aAction
[
Index
]
.
Delay
;
GUIDEMO_Treeview.c:2573
_Action()
if
(
_aAction
[
Index
]
.
pDescription
)
{
GUIDEMO_Treeview.c:2574
_Action()
GUIDEMO_ShowInfo
(
_aAction
[
Index
]
.
pDescription
)
;
GUIDEMO_Treeview.c:2575
_Action()
switch
(
_aAction
[
Index
]
.
Job
)
{
GUIDEMO_Treeview.c:2593
_Action()
}
while
(
++
Index
<
GUI_COUNTOF
(
_aAction
)
)
;
GUIDEMO_Treeview.c:2627
_Action()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_aAction
is read by 1 function:
All items filtered out
_aAction
_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