#include <customgui_bitmapbutton.h>
Bitmap button data type (CUSTOMDATATYPE_BITMAPBUTTON) for BitmapButtonCustomGui.
- Note
- Used to get a bitmap button in the Attribute Manager. Specify an object, op, that provides an icon through the MSG_DESCRIPTION_GETBITMAP message.
◆ BitmapButtonStruct() [1/2]
◆ BitmapButtonStruct() [2/2]
Creates a bitmap button data.
- Parameters
-
[in] | t_op | The object to send MSG_DESCRIPTION_GETBITMAP to. |
[in] | t_id | The ID for the DescriptionGetBitmap::id field. |
[in] | t_dirty | The dirty flag. Internally used to detect changes. If this flag changes on parameter set, a new MSG_DESCRIPTION_GETBITMAP will be emitted. |
◆ op
◆ _id
The ID for the DescriptionGetBitmap::id field.
◆ dirty
The dirty flag. Not used by the implementation. Use this to know when the image needs to be updated.
◆ reserved