![]() |
CMGDK r49-rc2
|
超链接标签 更多...
#include <Hyperlink.H>
公有成员 | |
Hyperlink () | |
Hyperlink (float, float, const wchar_t *, const wchar_t *url=NULL) | |
virtual | ~Hyperlink () |
公有属性 | |
WideString | URL |
指向的网址 | |
保护成员 | |
void | InitPrivate () |
void | DefaultClick (GUIObject *) |
超链接标签
超链接标签同一般标签在显示效果上仅在于默认颜色为蓝色并带下划线
点击后会自动触发WEB浏览器,并查看相应网页
hgl::gui::Hyperlink::Hyperlink | ( | ) |
hgl::gui::Hyperlink::Hyperlink | ( | float | l, |
float | t, | ||
const wchar_t * | show_caption, | ||
const wchar_t * | url_address = NULL |
||
) |
本类构造函数
l,t | 控件左上角坐标 |
show_caption | 显示的内容 |
url_address | 指向的超链接 |
virtual hgl::gui::Hyperlink::~Hyperlink | ( | ) | [inline, virtual] |
void hgl::gui::Hyperlink::DefaultClick | ( | GUIObject * | go | ) | [protected] |
void hgl::gui::Hyperlink::InitPrivate | ( | ) | [protected] |