ChoiceBinding Class Reference

Binds a group of radio buttons to an int (enum) value. More...

#include <Databinding.h>

List of all members.


Detailed Description

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.


The documentation for this class was generated from the following files: