CMGDK r49-rc2
公有成员 | 保护成员
hgl::gui::TexForm类参考

使用Texture2D图片做为背景的面板 更多...

#include <TexForm.H>

继承图,类hgl::gui::TexForm
hgl::gui::Form hgl::ObjectControl hgl::ClasList< Object > hgl::GUIObject hgl::EventObject hgl::VisualObject hgl::EnumObject hgl::Object hgl::_Object

所有成员的列表。

公有成员

Texture2DGetImage ()
 TexForm (float, float, Texture2D *)
 TexForm (float, float, const wchar_t *)
 TexForm (float, float, HAC *, const wchar_t *)
virtual ~TexForm ()

保护成员

void DefaultDraw (GUIObject *)

详细描述

使用Texture2D图片做为背景的面板


构造及析构函数文档

hgl::gui::TexForm::TexForm ( float  l,
float  t,
Texture2D tex 
)

本类构造函数

参数:
l,t窗体的左上角坐标
tex窗体图片指针
hgl::gui::TexForm::TexForm ( float  l,
float  t,
const wchar_t *  fn 
)

本类构造函数

参数:
l,t窗体的左上角坐标
fn窗体图片文件名
hgl::gui::TexForm::TexForm ( float  l,
float  t,
HAC hac,
const wchar_t *  fn 
)

本类构造函数

参数:
l,t窗体的左上角坐标
hac文件所在HAC包指针
fn窗体图片文件名
hgl::gui::TexForm::~TexForm ( ) [virtual]

成员函数文档

void hgl::gui::TexForm::DefaultDraw ( GUIObject go) [protected]
Texture2D* hgl::gui::TexForm::GetImage ( ) [inline]

该类的文档由以下文件生成:
 全部  名字空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义