STemWin
pImageList
is only used within STemWin.
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
pImageList
pImageList variable
Syntax
Show:
Summary
Declaration
from
imagebrowser_win.c:124
static
FILELIST_FileTypeDef
*
pImageList
;
Examples
References
from
examples
Code
Location
Referrer
static
FILELIST_FileTypeDef
*
pImageList
;
imagebrowser_win.c:124
if
(
pImageList
->
ptr
<
FILEMGR_LIST_DEPDTH
)
imagebrowser_win.c:473
_AddEntireFolder()
strncpy
(
(
char
*
)
pImageList
->
file
[
pImageList
->
ptr
]
.
name
,
(
char
*
)
tmp
,
FILEMGR_FILE_NAME_SIZE
)
;
imagebrowser_win.c:483
_AddEntireFolder()
pImageList
->
ptr
++
;
imagebrowser_win.c:487
_AddEntireFolder()
if
(
pImageList
->
ptr
>
0
)
imagebrowser_win.c:714
_cbImageWindow()
if
(
pImageList
->
ptr
>
0
)
imagebrowser_win.c:740
_cbImageWindow()
if
(
pImageList
->
ptr
>
1
)
imagebrowser_win.c:770
_cbImageWindow()
if
(
file_pos
<
(
pImageList
->
ptr
-
1
)
)
imagebrowser_win.c:772
_cbImageWindow()
else
if
(
file_pos
==
(
pImageList
->
ptr
-
1
)
)
imagebrowser_win.c:776
_cbImageWindow()
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".bmp"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".BMP"
)
)
)
imagebrowser_win.c:781
_cbImageWindow()
else
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".jpg"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".JPG"
)
)
)
imagebrowser_win.c:785
_cbImageWindow()
f_open
(
&
Image_File
,
(
char
const
*
)
pImageList
->
file
[
file_pos
]
.
name
,
FA_OPEN_EXISTING
|
FA_READ
)
;
imagebrowser_win.c:791
_cbImageWindow()
pImageList
=
(
FILELIST_FileTypeDef
*
)
k_malloc
(
sizeof
(
FILELIST_FileTypeDef
)
)
;
imagebrowser_win.c:837
_cbDialog()
pImageList
->
ptr
=
0
;
imagebrowser_win.c:840
_cbDialog()
if
(
Index
<
pImageList
->
ptr
)
imagebrowser_win.c:923
_cbDialog()
if
(
Index
<
pImageList
->
ptr
)
imagebrowser_win.c:937
_cbDialog()
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".bmp"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".BMP"
)
)
)
imagebrowser_win.c:940
_cbDialog()
else
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".jpg"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".JPG"
)
)
)
imagebrowser_win.c:944
_cbDialog()
f_open
(
&
Image_File
,
(
char
const
*
)
pImageList
->
file
[
file_pos
]
.
name
,
FA_OPEN_EXISTING
|
FA_READ
)
;
imagebrowser_win.c:949
_cbDialog()
k_free
(
pImageList
)
;
imagebrowser_win.c:965
_cbDialog()
if
(
pImageList
->
ptr
==
0
)
imagebrowser_win.c:986
_cbDialog()
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".bmp"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".BMP"
)
)
)
imagebrowser_win.c:990
_cbDialog()
else
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".jpg"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".JPG"
)
)
)
imagebrowser_win.c:994
_cbDialog()
f_open
(
&
Image_File
,
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
FA_OPEN_EXISTING
|
FA_READ
)
;
imagebrowser_win.c:999
_cbDialog()
strcpy
(
(
char
*
)
pImageList
->
file
[
pImageList
->
ptr
]
.
name
,
pFileInfo
->
pRoot
)
;
imagebrowser_win.c:1029
_cbDialog()
LISTBOX_SetSel
(
hItem
,
pImageList
->
ptr
)
;
imagebrowser_win.c:1033
_cbDialog()
pImageList
->
ptr
++
;
imagebrowser_win.c:1034
_cbDialog()
file_pos
=
pImageList
->
ptr
-
1
;
imagebrowser_win.c:1035
_cbDialog()
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".bmp"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".BMP"
)
)
)
imagebrowser_win.c:1038
_cbDialog()
else
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".jpg"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".JPG"
)
)
)
imagebrowser_win.c:1042
_cbDialog()
f_open
(
&
Image_File
,
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
FA_OPEN_EXISTING
|
FA_READ
)
;
imagebrowser_win.c:1047
_cbDialog()
if
(
pImageList
->
ptr
>
1
)
imagebrowser_win.c:1061
_cbDialog()
f_open
(
&
Image_File
,
(
char
const
*
)
pImageList
->
file
[
file_pos
]
.
name
,
FA_OPEN_EXISTING
|
FA_READ
)
;
imagebrowser_win.c:1064
_cbDialog()
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".bmp"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".BMP"
)
)
)
imagebrowser_win.c:1066
_cbDialog()
else
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".jpg"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".JPG"
)
)
)
imagebrowser_win.c:1070
_cbDialog()
if
(
pImageList
->
ptr
>
0
)
imagebrowser_win.c:1099
_cbDialog()
if
(
file_pos
<
(
pImageList
->
ptr
-
1
)
)
imagebrowser_win.c:1101
_cbDialog()
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".bmp"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".BMP"
)
)
)
imagebrowser_win.c:1112
_cbDialog()
else
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".jpg"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".JPG"
)
)
)
imagebrowser_win.c:1116
_cbDialog()
f_open
(
&
Image_File
,
(
char
const
*
)
pImageList
->
file
[
file_pos
]
.
name
,
FA_OPEN_EXISTING
|
FA_READ
)
;
imagebrowser_win.c:1121
_cbDialog()
if
(
pImageList
->
ptr
>
0
)
imagebrowser_win.c:1139
_cbDialog()
file_pos
=
(
pImageList
->
ptr
-
1
)
;
imagebrowser_win.c:1148
_cbDialog()
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".bmp"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".BMP"
)
)
)
imagebrowser_win.c:1152
_cbDialog()
else
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".jpg"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".JPG"
)
)
)
imagebrowser_win.c:1156
_cbDialog()
f_open
(
&
Image_File
,
(
char
const
*
)
pImageList
->
file
[
file_pos
]
.
name
,
FA_OPEN_EXISTING
|
FA_READ
)
;
imagebrowser_win.c:1161
_cbDialog()
strcpy
(
(
char
*
)
pImageList
->
file
[
pImageList
->
ptr
]
.
name
,
filename
)
;
imagebrowser_win.c:1202
ImageDirectOpen()
LISTBOX_SetSel
(
hItem
,
pImageList
->
ptr
)
;
imagebrowser_win.c:1206
ImageDirectOpen()
pImageList
->
ptr
++
;
imagebrowser_win.c:1207
ImageDirectOpen()
file_pos
=
pImageList
->
ptr
-
1
;
imagebrowser_win.c:1208
ImageDirectOpen()
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".bmp"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".BMP"
)
)
)
imagebrowser_win.c:1211
ImageDirectOpen()
else
if
(
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".jpg"
)
)
||
(
strstr
(
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
".JPG"
)
)
)
imagebrowser_win.c:1215
ImageDirectOpen()
f_open
(
&
Image_File
,
(
char
*
)
pImageList
->
file
[
file_pos
]
.
name
,
FA_OPEN_EXISTING
|
FA_READ
)
;
imagebrowser_win.c:1220
ImageDirectOpen()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
pImageList
is written by 1 function and is read by 4 functions:
_cbDialog()
All items filtered out
pImageList
_AddEntireFolder()
_cbImageWindow()
_cbDialog()
ImageDirectOpen()
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