Blender V2.61 - r43446
|
#include <GPC_Canvas.h>
Public Attributes | |
TBannerAlignment | alignment |
bool | enabled |
unsigned int | displayWidth |
unsigned int | displayHeight |
unsigned int | imageWidth |
unsigned int | imageHeight |
unsigned char * | imageData |
unsigned int | textureName |
Used to store info for banners drawn on top of the canvas.
Definition at line 65 of file GPC_Canvas.h.
Where the banner will be displayed.
Definition at line 67 of file GPC_Canvas.h.
Referenced by GPC_Canvas::AddBanner(), and GPC_Canvas::DrawBanner().
unsigned int GPC_Canvas::TBannerData::displayHeight |
Banner display height.
Definition at line 73 of file GPC_Canvas.h.
Referenced by GPC_Canvas::AddBanner(), and GPC_Canvas::DrawBanner().
unsigned int GPC_Canvas::TBannerData::displayWidth |
Banner display width.
Definition at line 71 of file GPC_Canvas.h.
Referenced by GPC_Canvas::AddBanner(), and GPC_Canvas::DrawBanner().
Banner display enabled.
Definition at line 69 of file GPC_Canvas.h.
Referenced by GPC_Canvas::AddBanner(), and GPC_Canvas::DrawBanner().
unsigned char* GPC_Canvas::TBannerData::imageData |
Banner image data.
Definition at line 79 of file GPC_Canvas.h.
Referenced by GPC_Canvas::AddBanner(), GPC_Canvas::DisposeBanner(), and GPC_Canvas::DrawBanner().
unsigned int GPC_Canvas::TBannerData::imageHeight |
Banner image height.
Definition at line 77 of file GPC_Canvas.h.
Referenced by GPC_Canvas::AddBanner().
unsigned int GPC_Canvas::TBannerData::imageWidth |
Banner image width.
Definition at line 75 of file GPC_Canvas.h.
Referenced by GPC_Canvas::AddBanner(), and GPC_Canvas::DrawBanner().
unsigned int GPC_Canvas::TBannerData::textureName |
Banner OpenGL texture name.
Definition at line 81 of file GPC_Canvas.h.
Referenced by GPC_Canvas::AddBanner(), GPC_Canvas::DisposeBanner(), and GPC_Canvas::DrawBanner().