26#ifndef TGUI_RADIO_BUTTON_GROUP_HPP
27#define TGUI_RADIO_BUTTON_GROUP_HPP
30#include <TGUI/Widgets/Group.hpp>
31#include <TGUI/Widgets/RadioButton.hpp>
45 typedef std::shared_ptr<RadioButtonGroup>
Ptr;
46 typedef std::shared_ptr<const RadioButtonGroup>
ConstPtr;
56 RadioButtonGroup(
const char* typeName =
"RadioButtonGroup",
bool initRenderer =
true);
110 return std::make_shared<RadioButtonGroup>(*
this);
Base class for render targets.
Definition BackendRenderTarget.hpp:48
Group widget.
Definition Group.hpp:44
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:36
States used for drawing.
Definition RenderStates.hpp:39