Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
File
gfx_gol_check_box.h
Syntax
typedef struct {
GFX_GOL_OBJ_HEADER hdr;
uint16_t textHeight;
GFX_XCHAR * pText;
GFX_ALIGNMENT alignment;
} GFX_GOL_CHECKBOX;
Members
Members Description
GFX_GOL_OBJ_HEADER hdr; Generic header for all Objects (see
GFX_GOL_OBJ_HEADER).
uint16_t textHeight; Pre-computed text height
GFX_XCHAR * pText; Pointer to text
GFX_ALIGNMENT alignment; text alignment
Description
Typedef: GFX_GOL_CHECKBOX
Defines the structure used for the Check Box object. Object is drawn with the defined shape parameters and values set on
the given fields.
Remarks
None.
1.6.2.7.4 GFX_GOL_CHECKBOX_STATE Type
Specifies the different states of the Check Box object.
File
gfx_gol_check_box.h
Syntax
typedef enum {
GFX_GOL_CHECKBOX_FOCUSED_STATE,
GFX_GOL_CHECKBOX_DISABLED_STATE,
GFX_GOL_CHECKBOX_CHECKED_STATE,
GFX_GOL_CHECKBOX_DRAW_CHECK_STATE,
GFX_GOL_CHECKBOX_DRAW_FOCUS_STATE,
GFX_GOL_CHECKBOX_DRAW_STATE,
GFX_GOL_CHECKBOX_HIDE_STATE
} GFX_GOL_CHECKBOX_STATE;
Members
Members Description
GFX_GOL_CHECKBOX_FOCUSED_STATE Property bit for focus state.
GFX_GOL_CHECKBOX_DISABLED_STATE Property bit to indicate object is disabled.
GFX_GOL_CHECKBOX_CHECKED_STATE Property bit to indicate object is checked.
GFX_GOL_CHECKBOX_DRAW_CHECK_STATE Draw bit to indicate the check must be redrawn.
GFX_GOL_CHECKBOX_DRAW_FOCUS_STATE Draw bit to indicate focus must be redrawn.
GFX_GOL_CHECKBOX_DRAW_STATE Draw bit to indicate object must be redrawn.
GFX_GOL_CHECKBOX_HIDE_STATE Draw bit to indicate object must be removed from screen.
Description
Typedef: GFX_GOL_CHECKBOX_STATE
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
326
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf