Binds a group of radio buttons to an int (enum) value. More...
#include <Databinding.h>
Binds a group of radio buttons to an int (enum) value.
This class binds a group of radio buttons to an int, so when a radio button is clicked the int is updated with the index of the currently checked button in the group. This does not update the radio buttons when the int is set to a new value.
1.7.1