GEOS SDK TechDocs
|
|
4.3 Rescanning Directories
HINT_FILE_SELECTOR_SCALABLE_UI_DATA
The File Selector lets you set which features you want based on the current application features, using
HINT_FILE_SELECTOR_SCALABLE_UI_DATA
. This hint will query the application object to get the current application features set, and it will set the File Selector's feature set (
GFSI_attrs
) accordingly.
The hint takes an array of
GenFileSelectorScalableUIEntry
structures, each of which has three fields:
GFSSUIE_command
GenFileSelectorScalableUICommand
, which is an enumerated type describing the effect of this particular entry. The five commands are detailed below.
GFSSUIE_appFeature
GAI_appFeatures
value) and check those features against the features in this field. If they match, the hint will cause the features in
GFSSUIE_fsFeatures
to be set or cleared as appropriate.
GFSSUIE_fsFeatures
Following are the
GenFileSelectorScalableUICommand
s. Each queries the
GFSSUIE_appFeature
field and then acts appropriately.
GFSSUIE_fsFeatures
if the feature(s) in
GFSSUIE_appFeature
are turned on.
GFSSUIE_fsFeatures
if the feature(s) in
GFSSUIE_appFeature
are off.
GFSSUIE_fsFeatures
if the features in
GFSSUIE_appFeature
are turned on.
GFSSUIE_fsFeatures
if the application is at the user level specified in
GFSSUIE_appFeature
.
GFSSUIE_fsFeatures
if the application is at the user level specified in
GFSSUIE_appFeature
.
GEOS SDK TechDocs
|
|
4.3 Rescanning Directories