#include <customgui_bitmapbutton.h>
Bitmap button data type ( CUSTOMDATATYPE_BITMAPBUTTON ) for BitmapButtonCustomGui .
公共成员函数 |
|
BitmapButtonStruct () | |
BitmapButtonStruct ( BaseList2D *t_op, const DescID &t_id, Int32 t_dirty) |
Public Attributes |
|
BaseList2D * | op |
DescID | _id |
Int32 | dirty |
Int32 | reserved |
BitmapButtonStruct | ( | ) |
Default constructor.
BitmapButtonStruct | ( | BaseList2D * | t_op , |
const DescID & | t_id , | ||
Int32 | t_dirty | ||
) |
Creates a bitmap button data.
[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. |
BaseList2D * op |
The object to send MSG_DESCRIPTION_GETBITMAP to.
DescID _id |
The ID for the DescriptionGetBitmap::id field.
Int32 dirty |
The dirty flag. Not used by the implementation. Use this to know when the image needs to be updated.
Int32 reserved |
Internal .