![]() |
CMGDK r49-rc2
|
#include <ImagePanel.H>
公有成员 | |
ImagePanel (float, float, float, float) | |
virtual | ~ImagePanel () |
void | FadeIn (T *, float=0.025f) |
void | FadeOut (float=0.025f) |
void | FadeTo (T *, float=0.025f) |
公有属性 | |
T * | Image |
保护成员 | |
void | DefaultDraw (GUIObject *) |
保护属性 | |
STATE | state |
T * | NextImage |
float | alpha |
float | speed |
hgl::gui::ImagePanel< T >::ImagePanel | ( | float | l, |
float | t, | ||
float | w, | ||
float | h | ||
) |
virtual hgl::gui::ImagePanel< T >::~ImagePanel | ( | ) | [inline, virtual] |
void hgl::gui::ImagePanel< T >::DefaultDraw | ( | GUIObject * | go | ) | [protected] |
void hgl::gui::ImagePanel< T >::FadeIn | ( | T * | ni, |
float | s = 0.025f |
||
) |
void hgl::gui::ImagePanel< T >::FadeOut | ( | float | s = 0.025f | ) |
void hgl::gui::ImagePanel< T >::FadeTo | ( | T * | ni, |
float | s = 0.025f |
||
) |
float hgl::gui::ImagePanel< T >::alpha [protected] |
T* hgl::gui::ImagePanel< T >::Image |
T* hgl::gui::ImagePanel< T >::NextImage [protected] |
float hgl::gui::ImagePanel< T >::speed [protected] |
STATE hgl::gui::ImagePanel< T >::state [protected] |