Blender V2.61 - r43446

GPC_Canvas::TBannerData Struct Reference

#include <GPC_Canvas.h>

List of all members.

Public Attributes

TBannerAlignment alignment
bool enabled
unsigned int displayWidth
unsigned int displayHeight
unsigned int imageWidth
unsigned int imageHeight
unsigned char * imageData
unsigned int textureName

Detailed Description

Used to store info for banners drawn on top of the canvas.

Definition at line 65 of file GPC_Canvas.h.


Member Data Documentation

Where the banner will be displayed.

Definition at line 67 of file GPC_Canvas.h.

Referenced by GPC_Canvas::AddBanner(), and GPC_Canvas::DrawBanner().

Banner display height.

Definition at line 73 of file GPC_Canvas.h.

Referenced by GPC_Canvas::AddBanner(), and GPC_Canvas::DrawBanner().

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().

Banner image data.

Definition at line 79 of file GPC_Canvas.h.

Referenced by GPC_Canvas::AddBanner(), GPC_Canvas::DisposeBanner(), and GPC_Canvas::DrawBanner().

Banner image height.

Definition at line 77 of file GPC_Canvas.h.

Referenced by GPC_Canvas::AddBanner().

Banner image width.

Definition at line 75 of file GPC_Canvas.h.

Referenced by GPC_Canvas::AddBanner(), and GPC_Canvas::DrawBanner().

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().


The documentation for this struct was generated from the following file: