Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
Members
Members Description
GFX_GOL_OBJ_HEADER hdr; Generic header for all Objects (see
GFX_GOL_OBJ_HEADER).
GFX_GOL_LISTITEM * pItemList; Pointer to the list of items.
GFX_GOL_LISTITEM * pFocusItem; Pointer to the focused item.
uint16_t itemsNumber; Number of items in the list box.
int16_t scrollY; Scroll displacement for the list.
int16_t textHeight; Pre-computed text height.
GFX_ALIGNMENT alignment; items alignment
Description
Typedef: GFX_GOL_LISTBOX
Defines the parameters required for a List Box Object. Object is drawn with the defined shape parameters and values set on
the given fields.
Remarks
None.
1.6.2.7.13 GFX_GOL_LISTBOX_ITEM_STATUS Type
Defines the types used to indicate the status of an item.
File
gfx_gol_list_box.h
Syntax
typedef enum {
GFX_GOL_LISTBOX_ITEM_STATUS_SELECTED,
GFX_GOL_LISTBOX_ITEM_STATUS_REDRAW
} GFX_GOL_LISTBOX_ITEM_STATUS;
Members
Members Description
GFX_GOL_LISTBOX_ITEM_STATUS_SELECTED Item is selected.
GFX_GOL_LISTBOX_ITEM_STATUS_REDRAW Item is to be redrawn.
Description
Typedef: GFX_GOL_LISTBOX_ITEM_STATUS
Defines the types used to indicate the status of an item in the List Box.
Remarks
None.
1.6.2.7.14 GFX_GOL_LISTBOX_STATE Type
Specifies the different states of the List Box object.
File
gfx_gol_list_box.h
Syntax
typedef enum {
GFX_GOL_LISTBOX_FOCUSED_STATE,
GFX_GOL_LISTBOX_DISABLED_STATE,
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
332
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf