_alphaMode | GlsRenderObject | protected |
_antiAlias | GlsRenderObject | protected |
_backgroundPoly | GlsText | protected |
_blinking | GlsDisplayObject | protected |
_blinkRate | GlsDisplayObject | protected |
_border | GlsText | protected |
_cellHeight | GlsText | protected |
_cellWidth | GlsText | protected |
_charAttributes | GlsTextGrid | protected |
_columns | GlsTextGrid | protected |
_cullBackFace | GlsRenderObject | protected |
_dcsMatrix | GlsDisplayObject | protected |
_dcsMatrixInverse | GlsDisplayObject | protected |
_dcsMatrixIsIdentity | GlsDisplayObject | protected |
_depthBufferMode | GlsRenderObject | protected |
_drawMatrix | GlsDisplayObject | protected |
_dynamicRotation | GlsDisplayObject | protected |
_dynamicScale | GlsDisplayObject | protected |
_dynamicScaleIsUnity | GlsDisplayObject | protected |
_dynamicTranslation | GlsDisplayObject | protected |
_eventDispatcher | GlsDisplayObject | protected |
_fillColor | GlsRenderObject | protected |
_font | GlsText | protected |
_halo | GlsText | protected |
_haloColor | GlsText | protected |
_justification | GlsText | protected |
_lineColor | GlsRenderObject | protected |
_lineWidth | GlsRenderObject | protected |
_location | GlsDisplayObject | protected |
_needCalcDrawMatrix | GlsDisplayObject | protected |
_needCalculate | GlsDisplayObject | protected |
_objectType | GlsDisplayObject | protected |
_parent | GlsDisplayObject | protected |
_perCharAttributes | GlsTextGrid | protected |
_pickMatrix | GlsDisplayObject | protected |
_pickMode | GlsDisplayObject | protected |
_pickRegion | GlsDisplayObject | protected |
_polygonEndMode | GlsRenderObject | protected |
_polygonMode | GlsRenderObject | protected |
_rotationPoint | GlsDisplayObject | protected |
_rowInfo | GlsText | protected |
_rowOffset | GlsText | protected |
_rows | GlsText | protected |
_shadingMode | GlsRenderObject | protected |
_shadow | GlsText | protected |
_shadowColor | GlsText | protected |
_shadowDistance | GlsText | protected |
_str | GlsText | protected |
_textHeight | GlsText | protected |
_textRotationMatrix | GlsText | protected |
_textRotationMatrixIsIdentity | GlsText | protected |
_textureIndex | GlsRenderObject | protected |
_textureMagFilterMode | GlsRenderObject | protected |
_textureMapMode | GlsRenderObject | protected |
_textureMinFilterMode | GlsRenderObject | protected |
_texturePalette | GlsRenderObject | protected |
_textureRepeat | GlsRenderObject | protected |
_textWidth | GlsText | protected |
_underlineStrikeThruRenderers | GlsText | protected |
_uppercase | GlsText | protected |
_visible | GlsDisplayObject | protected |
_windowPickLowerLeft | GlsDisplayObject | protected |
_windowPickLowerRight | GlsDisplayObject | protected |
_windowPickRegionValid | GlsDisplayObject | protected |
_windowPickUpperLeft | GlsDisplayObject | protected |
_windowPickUpperRight | GlsDisplayObject | protected |
_wrapText | GlsText | protected |
ALPHA_MODE_2_LEVEL_REF | GlsRenderObject | protectedstatic |
CalcDrawMatrix(const GlsMatrixAffineD *const additionalTransform, const GlsBool includeLocation) | GlsDisplayObject | protected |
Calculate(const GlsFloat64 time) | GlsDisplayObject | virtual |
CalculateRowData(void) | GlsTextGrid | protectedvirtual |
CalcWindowPickRegion(GlsInputManager &inputManager, const GlsMatrixAffineD::GLMatrixAffineF &parentDrawMatrix) | GlsDisplayObject | protectedvirtual |
Draw(GlsStateManager &gl, const GlsFloat64 time) | GlsText | virtual |
DrawCharacters(GlsStateManager &gl) | GlsTextGrid | protectedvirtual |
GetObjectType(void) const | GlsDisplayObject | |
GlsDisplayObject(const InitParameters &initParameters, const ObjectType objectType, GlsEventDispatcher *const eventDispatcher) | GlsDisplayObject | protected |
GlsRenderObject(const InitParameters &initParameters, GlsEventDispatcher *const eventDispatcher) | GlsRenderObject | protected |
GlsText(const InitParameters &initParameters, const GlsUInt32 maxNumLineSegmentsPerRow, GlsEventDispatcher *const eventDispatcher) | GlsText | protected |
GlsTextGrid(const InitParameters &initParameters, GlsEventDispatcher *const eventDispatcher) | GlsTextGrid | |
GlsTextureFilterModeToGL(const GlsTextureFilterMode mode) const | GlsRenderObject | protected |
HandleEvent(GlsEvent &event) | GlsDisplayObject | |
InvalidatePickCache(void) | GlsDisplayObject | |
IsBlinkedOff(const GlsFloat64 time) const | GlsDisplayObject | protected |
Justification enum name | GlsText | |
JUSTIFICATION_CENTER enum value | GlsText | |
JUSTIFICATION_LEFT enum value | GlsText | |
JUSTIFICATION_RIGHT enum value | GlsText | |
JustificationOffset(const GlsUInt32 row) const | GlsText | protected |
NeedCalculate(void) const | GlsDisplayObject | |
NEW_LINE_CHAR | GlsText | protectedstatic |
NUM_VERTS_BACKGROUND_POLY | GlsText | protectedstatic |
OBJECT_TYPE_COMPOSITE enum value | GlsDisplayObject | |
OBJECT_TYPE_RENDERABLE enum value | GlsDisplayObject | |
ObjectType enum name | GlsDisplayObject | |
OffsetTexture(const GlsVector2D &offset) | GlsText | virtual |
PICK_MODE_ALWAYS enum value | GlsDisplayObject | |
PICK_MODE_FIRST enum value | GlsDisplayObject | |
PICK_MODE_NEVER enum value | GlsDisplayObject | |
PickMode enum name | GlsDisplayObject | |
PickTest(const GlsVector2D &windowCoord, GlsInputManager &inputManager, const GlsMatrixAffineD::GLMatrixAffineF &parentDrawMatrix) | GlsDisplayObject | virtual |
ResetUnderineStrikeThruRenderers(void) | GlsText | protected |
SetAlphaMode(const GlsAlphaMode alphaMode) | GlsText | virtual |
SetBlinking(const GlsBool blinking) | GlsDisplayObject | |
SetBlinkRate(const GlsFloat32 blinkRate) | GlsDisplayObject | |
SetCharAttribute(const GlsUInt32 column, const GlsUInt32 row, const GlsText::CharAttribute &charAttribute) | GlsTextGrid | |
SetCharAttributes(const GlsText::CharAttribute &charAttribute) | GlsTextGrid | virtual |
SetDynamicRotation(const GlsVector3D &dynamicRotation) | GlsDisplayObject | |
SetDynamicScale(const GlsVector3D &dynamicScale) | GlsDisplayObject | |
SetDynamicTranslation(const GlsVector3D &dynamicTranslation) | GlsDisplayObject | |
SetFillColor(const GlsColor &fillColor) | GlsText | virtual |
SetHaloColor(const GlsColor &haloColor) | GlsText | |
SetLineColor(const GlsColor &lineColor) | GlsText | virtual |
SetLineWidth(const GlsFloat32 lineWidth) | GlsText | virtual |
SetParent(GlsDisplayObject *const parent) | GlsDisplayObject | |
SetPickMode(const PickMode pickMode) | GlsDisplayObject | |
SetPolygonMode(const GlsPolygonMode polygonMode) | GlsText | virtual |
SetShadowColor(const GlsColor &shadowColor) | GlsText | |
SetString(const GlsChar *const str) | GlsText | |
SetTextureIndex(const GlsUInt32 textureIndex) | GlsText | virtual |
SetupAlpha(GlsStateManager &gl) const | GlsRenderObject | protected |
SetupAntiAlias(GlsStateManager &gl) const | GlsRenderObject | protected |
SetupBackfaceCulling(GlsStateManager &gl) const | GlsRenderObject | protected |
SetupDepthTest(GlsStateManager &gl) const | GlsRenderObject | protected |
SetupLineStyle(GlsStateManager &gl) const | GlsRenderObject | protected |
SetupShading(GlsStateManager &gl) const | GlsRenderObject | protected |
SetupTexture(GlsStateManager &gl, const GlsUInt32 textureIndex) const | GlsRenderObject | protected |
SetupTextureFilterSettings(GlsStateManager &gl) const | GlsRenderObject | protected |
SetVisibility(const GlsBool visible) | GlsDisplayObject | |
SPACE_CHAR | GlsText | protectedstatic |
~GlsDisplayObject() | GlsDisplayObject | protectedvirtual |
~GlsRenderObject() | GlsRenderObject | protectedvirtual |
~GlsText() | GlsText | protectedvirtual |
~GlsTextGrid() | GlsTextGrid | protectedvirtual |