![]() |
CMGDK r49-rc2
|
#include <HTPBaseLayer.H>
公有成员 | |
HTPBaseLayer () | |
HTPBaseLayer (TileLibrary *, Stream *) | |
virtual | ~HTPBaseLayer () |
公有属性 | |
PropertyString | Name |
名称属性 | |
Color4f | Color |
色彩 | |
bool | Visible |
是否显示 | |
Property< int > | Left |
层相对左边界坐标 | |
Property< int > | Top |
层相对上边界坐标 | |
Property< int > | Width |
层宽度 | |
Property< int > | Height |
层高度 | |
BlendMode | Blend |
混合方式 | |
保护成员 | |
int | GetLeft () |
int | GetTop () |
int | GetWidth () |
int | GetHeight () |
void | SetLeft (int n) |
void | SetTop (int n) |
void | InitPrivate () |
保护属性 | |
WideString | name |
int | left |
int | top |
int | width |
int | height |
int | color_num |
色彩成份 | |
char | blendmode [4] |
int32 * | data |
TileLibrary * | lib |
int | tile_width |
int | tile_height |
int | tile_cols |
int | tile_rows |
hgl::HTPBaseLayer::HTPBaseLayer | ( | ) |
hgl::HTPBaseLayer::HTPBaseLayer | ( | TileLibrary * | tlb, |
Stream * | str | ||
) |
hgl::HTPBaseLayer::~HTPBaseLayer | ( | ) | [virtual] |
int hgl::HTPBaseLayer::GetHeight | ( | ) | [inline, protected] |
int hgl::HTPBaseLayer::GetLeft | ( | ) | [inline, protected] |
int hgl::HTPBaseLayer::GetTop | ( | ) | [inline, protected] |
int hgl::HTPBaseLayer::GetWidth | ( | ) | [inline, protected] |
void hgl::HTPBaseLayer::InitPrivate | ( | ) | [protected] |
void hgl::HTPBaseLayer::SetLeft | ( | int | n | ) | [inline, protected] |
void hgl::HTPBaseLayer::SetTop | ( | int | n | ) | [inline, protected] |
char hgl::HTPBaseLayer::blendmode[4] [protected] |
int hgl::HTPBaseLayer::color_num [protected] |
色彩成份
int32* hgl::HTPBaseLayer::data [protected] |
int hgl::HTPBaseLayer::height [protected] |
int hgl::HTPBaseLayer::left [protected] |
层相对左边界坐标
TileLibrary* hgl::HTPBaseLayer::lib [protected] |
WideString hgl::HTPBaseLayer::name [protected] |
int hgl::HTPBaseLayer::tile_cols [protected] |
int hgl::HTPBaseLayer::tile_height [protected] |
int hgl::HTPBaseLayer::tile_rows [protected] |
int hgl::HTPBaseLayer::tile_width [protected] |
int hgl::HTPBaseLayer::top [protected] |
层相对上边界坐标
是否显示
int hgl::HTPBaseLayer::width [protected] |