Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
Parameters
Parameters Description
pObject Pointer to the object
scale Scale factor that will be used to display the image.
Function
void GFX_GOL_PictureControlScaleSet(
GFX_GOL_PICTURECONTROL pObject,
int8_t scale)
1.6.2.1.9 Progress Bar Object
Progress Bar is an object that can be used to display the progress of a task such as a data download or transfer.
Functions
Name Description
GFX_GOL_ProgressBarActionGet This function evaluates the message from a user if the message will
affect the object or not.
GFX_GOL_ProgressBarCreate This function creates a GFX_GOL_PROGRESSBAR object with the
parameters given. It automatically attaches the new object into a global
linked list of objects and returns the address of the object.
GFX_GOL_ProgressBarDraw This function renders the object on the screen based on the current state
of the object.
GFX_GOL_ProgressBarPositionSet This function sets the position of the progress bar.
GFX_GOL_ProgressBarRangeSet This function sets the range of the progress bar.
Macros
Name Description
GFX_GOL_ProgressBarPositionGet This function returns the current position of the progress bar.
GFX_GOL_ProgressBarRangeGet This function returns the range of the progress bar.
Description
Progress Bar is an object that can be used to display the progress of a task such as a data download or transfer.
Progress Bar supports only Touchscreen inputs, replying to the events with the pre-defined actions (see
GFX_GOL_ProgressBarActionGet() for details).
The Progress Bar object is rendered using the assigned style scheme. The following figure illustrates the usage of the style
schemes in the object.
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
238
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf