Macros | |
#define | D4D_PIC_F_DEFAULT |
This is picture init flags. If not defined, it sets to (D4D_OBJECT_F_VISIBLE | D4D_OBJECT_F_ENABLED) as a default. More... | |
#define | D4D_PIC_PRTY_DEFAULT |
This is picture init properties. If not defined, it sets to (D4D_ALIGN_H_CENTER_MASK | D4D_ALIGN_V_CENTER_MASK) as a default. More... | |
#define | D4D_GET_PICTURE(pObj) |
#define | _D4D_DECLARE_PICTURE(type, name, x, y, cx, cy, radius, pMargin, pRelations, pBmp, flags, pUser, pOnUsrMsg) |
Macro that create the Picture object structure in memory including all substructures. More... | |
#define | D4D_DECLARE_PICTURE(name, x, y, cx, cy, pBmp, flags, pUser, pOnUsrMsg) |
Macro that create the Picture object structure in memory including all substructures with restricted count of parameters to simplify definition. More... | |
#define | D4D_DECLARE_STD_PICTURE(name, x, y, cx, cy, pBmp) |
Macro that create the Picture object structure in memory including all substructures with restricted count of parameters to simplify definition The missing parameters are replaced by default values. More... | |
#define | D4D_DECLARE_RPICTURE(name, x, y, cx, cy, radius, pBmp, flags, pUser, pOnUsrMsg) |
Macro that create the rounded Picture object structure in memory including all substructures with restricted count of parameters to simplify definition. More... | |
#define | D4D_DECLARE_STD_RPICTURE(name, x, y, cx, cy, radius, pBmp) |
Macro that create the rounded Picture object structure in memory including all substructures with restricted count of parameters to simplify definition The missing parameters are replaced by default values. More... | |
#define | D4D_DECLARE_PICTURE_INRAM(name, x, y, cx, cy, pBmp, flags, pUser, pOnUsrMsg) |
Same as D4D_DECLARE_PICTURE, but is created in RAM instead of the ROM memory. More... | |
#define | D4D_DECLARE_STD_PICTURE_INRAM(name, x, y, cx, cy, pBmp) |
Same as D4D_DECLARE_STD_PICTURE, but is created in RAM instead of the ROM memory. More... | |
#define | D4D_DECLARE_RPICTURE_INRAM(name, x, y, cx, cy, radius, pBmp, flags, pUser, pOnUsrMsg) |
Same as D4D_DECLARE_RPICTURE, but is created in RAM instead of the ROM memory. More... | |
#define | D4D_DECLARE_STD_RPICTURE_INRAM(name, x, y, cx, cy, radius, pBmp) |
Same as D4D_DECLARE_STD_RPICTURE, but is created in RAM instead of the ROM memory. More... | |
Variables | |
const D4D_OBJECT_SYS_FUNCTION | d4d_pictSysFunc |
D4D Driver picture object header file.
Definition in file d4d_picture.h.
#define D4D_GET_PICTURE | ( | pObj | ) |
Definition at line 89 of file d4d_picture.h.
const D4D_OBJECT_SYS_FUNCTION d4d_pictSysFunc |
Definition at line 53 of file d4d_picture.c.