CMGDK r49-rc2
|
收音机按钮 更多...
#include <RadioButton.H>
公有成员 | |
DefEvent (void, OnDraw,(GUIObject *)) | |
绘制事件 | |
RadioButton (int=0) | |
本类构造函数 | |
RadioButton (float, float, const WideString &, int=0) | |
本类构造函数 | |
virtual | ~RadioButton () |
virtual void | Draw () |
本类析构函数 | |
公有属性 | |
ThemeColor | Color |
颜色 | |
PropertyString | Caption |
按钮标题 |
收音机按钮
收音机按钮的特点是多个按钮,只能选中一个
hgl::gui::RadioButton::RadioButton | ( | int | t = 0 | ) |
本类构造函数
本类构造函数
t | 按钮组编号 |
hgl::gui::RadioButton::RadioButton | ( | float | x, |
float | y, | ||
const WideString & | name, | ||
int | t = 0 |
||
) |
本类构造函数
本类构造函数
x,y | 控件坐标 |
name | 控件标题 |
t | 按钮组编号 |
virtual hgl::gui::RadioButton::~RadioButton | ( | ) | [inline, virtual] |
hgl::gui::RadioButton::DefEvent | ( | void | , |
OnDraw | , | ||
(GUIObject *) | |||
) |
绘制事件
void hgl::gui::RadioButton::Draw | ( | ) | [virtual] |