Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
GFX_GOL_ObjectStateSet(pB, BTN_DRAW);
break;
default:
break;
}
}
Parameters
Parameters Description
pObject Pointer to the object.
stateBits Defines which state bits are to be cleared. Please refer to
specific objects for object state bits definition for details
Function
GFX_STATUS GFX_GOL_ObjectStateSet(
GFX_GOL_OBJ_HEADER *pObject,
uint16_t stateBits);
1.6.2.3 GOL Object Management
API for managing objects and list of objects.
Functions
Name Description
GFX_GOL_ObjectAdd This function adds an object to the tail of the currently active list.
GFX_GOL_ObjectByIDDelete This function removes an object with the given user defined ID from the
currently active list.
GFX_GOL_ObjectCanBeFocused Checks if the object can be focused.
GFX_GOL_ObjectDelete This function removes an object from the currently active list.
GFX_GOL_ObjectFind This function returns the pointer to object in the list with the user defined
ID assigned to it.
GFX_GOL_ObjectFocusGet This function returns the pointer to the object that is currently receiving
keyboard input (or focused).
GFX_GOL_ObjectFocusNextGet This function returns the pointer to the next object in the active list of
objects which can be focused.
GFX_GOL_ObjectFocusPrevGet This function returns the pointer to the previous object in the active list of
objects which can be focused.
GFX_GOL_ObjectFocusSet This function sets the object to be focused.
GFX_GOL_ObjectIDGet This function returns the object ID.
GFX_GOL_ObjectListFree This function sets the active list to the new list.
GFX_GOL_ObjectListGet This function returns the current active list.
GFX_GOL_ObjectListNew This function removes an object with the given user defined ID from the
currently active list.
GFX_GOL_ObjectListSet This function sets the active list to the new list.
GFX_GOL_ObjectNextGet This function returns the pointer to next object in the list after the
specified object.
GFX_GOL_ObjectTypeGet This function returns the object type.
Macros
Name Description
GFX_GOL_ObjectStyleSchemeGet This function returns the style scheme currently set for the object.
GFX_GOL_ObjectStyleSchemeSet This function sets the style scheme of the object.
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
297
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf