CheckboxChange class reference
The event is generated when the checkbox widget changes its state.
Functions documentation
CheckboxChange(Widget2D* widget, bool state);
Default constructor.
CheckboxChange* Clone() const;
Implementation of the event cloning function.
Widget2D* GetWidget();
Refers to the widget that generates the event.
Variables documentation
int m_State;Stores data regarding widget state.
Widget2D* m_Widget;
Stores pointer to the widget that generates the event.