Nana C++ Library. Reference for users.
What we need to use nana
|
for managing checkboxs in radio mode More...
Public Member Functions | |
~radio_group () | |
void | add (checkbox &) |
Retrieves the index of checked option. It returns radio_group::npos if no checkbox is checked. More... | |
std::size_t | checked () const |
std::size_t | size () const |
template<typename Function > | |
void | on_clicked (Function &&click_fn) |
template<typename Function > | |
void | on_checked (Function &&check_fn) |
Static Public Attributes | |
static constexpr const std::size_t | npos = static_cast<std::size_t>(-1) |
for managing checkboxs in radio mode
nana::radio_group::~radio_group | ( | ) |
void nana::radio_group::add | ( | checkbox & | uiobj | ) |
Retrieves the index of checked option. It returns radio_group::npos if no checkbox is checked.
std::size_t nana::radio_group::checked | ( | ) | const |
|
inline |
|
inline |
std::size_t nana::radio_group::size | ( | ) | const |
|
static |