Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CGraphicsGL Class Referencefinal

#include <CGraphicsGL.hpp>

Inheritance diagram for CGraphicsGL:
[legend]
Collaboration diagram for CGraphicsGL:
[legend]

Classes

struct  SPrvColor
 
struct  SPrvImageLoaded
 
struct  SPrvLayer
 
struct  SPrvTextBlockGL
 
struct  TextureInfo
 

Public Types

enum class  EDashedLineType { Continuous , Dashed4_2 }
 
enum class  EDetailLevel { Low , Normal , High , VeryHigh }
 
enum class  EDrawSolidType { Smooth , Solid , Wire }
 
enum class  ELight { General , Light0 }
 
enum class  ELightType { Ambient , Diffuse , Specular }
 
enum class  EMatrixModel { ModelView , Projection }
 

Public Member Functions

 CGraphicsGL ()
 
 ~CGraphicsGL () override
 
void removeBlocksRegisters ()
 
void initImage (std::shared_ptr< IImageManager > &&imageManager)
 

Static Public Member Functions

static void setModeTransparency ()
 
static void setModeOpaque ()
 

Static Public Attributes

static constexpr uint32_t BlockNull = UINT_MAX
 

Private Member Functions

void setBackGroundColor (iv::types::color rgb) override
 
void setClearColor () override
 
void initDevice () override
 
void initLight () override
 
void clear () override
 
void defineMaterial (const iv::ui::graphics::Material *material, const bool &isChanged) override
 
bool isDefinedMaterial (const std::string &materialName) override
 
void pushMaterial () override
 
void setMaterial (const std::string &materialName) override
 
void popMaterial () override
 
void setColorRGB (iv::types::color rgb) override
 
void setColorARGB (iv::types::color argb) override
 
void setLineWidth (float width) override
 
void setAlpha (float alpha) override
 
void resetAlpha () override
 
void setOnTexture (bool enableTexture) override
 
std::shared_ptr< iv::ui::graphics::ImageloadImage (const iv::ui::resources::ImageResource &resource) override
 
void appendMatrix (const CMatrix4x4 &matrix) override
 
void setModelMatrix (IGraphics::EMatrixModel matrixModel) override
 
void popTransformation () override
 
void pushTransformation () override
 
void resetTransformation () override
 
void defineLight (IGraphics::ELight light, IGraphics::ELightType lightType, double rColor, double gColor, double bColor) override
 
void positionLight (IGraphics::ELight light, double x, double y, double z) override
 
void viewport (int32_t x, int32_t y, uint64_t sizeX, uint64_t sizeY) override
 
void definePerspective (double fovy, double ratioXForY, double zNear, double zFar) override
 
void defineOrthogonal (double xOrg, double yOrg, double zOrg, double xMin, double yMin, double zMin, double xMax, double yMax, double zMax) override
 
void positionCamera (double eyeX, double eyeY, double eyeZ, double pointReferenceX, double pointReferenceY, double pointReferenceZ, double upX, double upY, double upZ) override
 
void rotation (double angleDegrees, double Ux, double Uy, double Uz) override
 
void scale (double sx, double sy, double sz) override
 
void setNormal (double Nx, double Ny, double Nz) override
 
void translation (double tx, double ty, double tz) override
 
void drawContours (const std::vector< std::shared_ptr< std::vector< iv::math::geometry::Point3d > > > &contours) override
 
void drawFanTriangles (const float *points, const float *normals, const float *textureOpt, const float *rgbaOpt, uint64_t numPoints, const uint32_t *indVertex, uint64_t numVertex) override
 
void drawImage (double x, double y, double width, double height, const iv::ui::resources::ImageResource &resource) override
 
void drawImageRawSize (double x, double y, const iv::ui::resources::ImageResource &resource) override
 
void drawImageWithColor (double x, double y, iv::types::color colorRGB, double width, double height, const iv::ui::resources::ImageResource &resource) override
 
void drawLine (double x1, double y1, double z1, double x2, double y2, double z2) override
 
void drawLineWithStyle (double x1, double y1, double z1, double x2, double y2, double z2, IGraphics::EDashedLineType dashedLineType) override
 
void drawArc (double radiusMark, iv::types::radian angleInitial, iv::types::radian angleFinal, float thickness, uint64_t kPrvNumPoints) override
 
void drawPolyline (const float *vertex, uint64_t numVertex) override
 
void drawPolylineFilled (const float *vertex, uint64_t numVertex) override
 
void drawPolylinesWithColors (const std::shared_ptr< std::vector< iv::math::geometry::Point2d > > &points, const std::vector< iv::math::geometry::Point3d > &rgb) override
 
void drawQuads (double x1, double y1, double z1, double x2, double y2, double z2, double x3, double y3, double z3, double x4, double y4, double z4) override
 
void drawRect (double x1, double y1, double x2, double y2) override
 
void drawRectFilled (double x1, double y1, double x2, double y2) override
 
void drawStripTriangles (const float *points, const float *normals, const float *textureOpt, const float *rgbaOpt, uint64_t numPoints, const uint32_t *indVertex, uint64_t numVertex) override
 
void drawText (const std::string &text, double x, double y, double height, unsigned char justify) override
 
void drawTextWithDeviceHeight (const std::string &text, double x, double y, double height, unsigned char justify) override
 
void drawTriangle (double x1, double y1, double z1, double x2, double y2, double z2, double x3, double y3, double z3) override
 
void drawTriangles (const float *points, const float *normals, const float *textureOpt, const float *rgbaOpt, uint64_t numPoints, const uint32_t *indVertex, uint64_t numVertex) override
 
void drawUnitCone (IGraphics::EDetailLevel detailLevel) override
 
void drawUnitCube () override
 
void drawUnitCylinder (IGraphics::EDetailLevel detailLevel) override
 
void drawUnitDisk (IGraphics::EDetailLevel detailLevel) override
 
void drawUnitSphere (IGraphics::EDetailLevel detailLevel) override
 
bool hasDrawPolylineFilled () const override
 
void setModeDraw (IGraphics::EDrawSolidType drawSolidType) override
 
uint32_t blockTextWithModifiers (const std::string &text, const iv::ui::TextModifier &textModifier, double *widthText, double *heightTextOut) override
 
void drawBlockText (uint32_t idBlockText, double x, double y, double widthText, double heightText, unsigned char justify) override
 
void endBlockText (uint32_t *idBlockText) override
 
bool hasBlockText () const override
 
uint32_t beginBlock () override
 
void drawBlock (uint32_t idBlock) override
 
void endBlock (uint32_t idBlock) override
 
bool hasManagerBlocks () const override
 
void removeBlock (uint32_t *idBlock) override
 
void beginStencilBuffer () override
 
void endStencilBuffer () override
 
void offStencilBuffer () override
 
void onStencilBuffer () override
 
void getCoordTextCornerLeftDown (const std::string &text, double x, double y, double heightCharacter, unsigned char justify, double *xCornerLeftDown, double *yCornerLeftDown, double *widthTextOpt, double *heightTextOpt) override
 
void getSizePixelToWorld (double sizePixelX, double sizePixelY, double *sizeWorldXOpt, double *sizeWorldYOpt) override
 
void getSizeText (const std::string &text, double heightCharacter, double *widthText, double *heightText) override
 
void setBlend (bool isEnable) override
 
void setTestDepth (bool isEnable) override
 
void prvDrawImageWithColor (double xCornerLeftDown, double yCornerLeftDown, iv::types::color colorRGB, std::optional< double > width, std::optional< double > height, const iv::ui::resources::ImageResource &resource)
 
bool prvExistImage (const iv::ui::resources::ImageResource &resource, uint64_t *ind) const
 

Private Attributes

std::vector< std::shared_ptr< SPrvLayer > > m_layers
 
std::vector< std::shared_ptr< SPrvColor > > m_stackLayers
 
std::vector< std::shared_ptr< SPrvImageLoaded > > m_imagesLoaded
 
std::vector< std::shared_ptr< SPrvTextBlockGL > > m_textLoaded
 
std::shared_ptr< SPrvColorm_currentColor
 
bool m_hasAlpha
 
float m_alphaCurrent
 
bool m_isCameraPositioned
 
bool m_activeLight0
 
bool m_isBeginStencil
 
uint16_t m_indActiveStencil
 
CFontManagerCairom_fontManager
 
std::shared_ptr< IImageManagerm_imageManager
 
GLUtesselator * m_tesselator
 
GLUquadricObj * m_quadruple
 
float m_rBackground
 
float m_bBackground
 
float m_gBackground
 
float m_aBackground
 
uint32_t m_idBlockCurrent
 
std::map< TextureInfo, std::list< iv::types::textureId > > m_unusedCreatedTexturesList
 
std::map< iv::types::textureId, TextureInfom_usingTextures
 
uint32_t m_idTextureText
 

Member Enumeration Documentation

◆ EDashedLineType

enum class IGraphics::EDashedLineType
stronginherited
Enumerator
Continuous 
Dashed4_2 

◆ EDetailLevel

enum class IGraphics::EDetailLevel
stronginherited
Enumerator
Low 
Normal 
High 
VeryHigh 

◆ EDrawSolidType

enum class IGraphics::EDrawSolidType
stronginherited
Enumerator
Smooth 
Solid 
Wire 

◆ ELight

enum class IGraphics::ELight
stronginherited
Enumerator
General 
Light0 

◆ ELightType

enum class IGraphics::ELightType
stronginherited
Enumerator
Ambient 
Diffuse 
Specular 

◆ EMatrixModel

enum class IGraphics::EMatrixModel
stronginherited
Enumerator
ModelView 
Projection 

Constructor & Destructor Documentation

◆ CGraphicsGL()

CGraphicsGL::CGraphicsGL ( )

◆ ~CGraphicsGL()

CGraphicsGL::~CGraphicsGL ( )
override

Member Function Documentation

◆ appendMatrix()

void CGraphicsGL::appendMatrix ( const CMatrix4x4 & matrix)
overrideprivatevirtual

Implements IGraphics.

◆ beginBlock()

uint32_t CGraphicsGL::beginBlock ( )
overrideprivatevirtual

Implements IGraphics.

◆ beginStencilBuffer()

void CGraphicsGL::beginStencilBuffer ( )
overrideprivatevirtual

Implements IGraphics.

◆ blockTextWithModifiers()

uint32_t CGraphicsGL::blockTextWithModifiers ( const std::string & text,
const iv::ui::TextModifier & textModifier,
double * widthText,
double * heightTextOut )
overrideprivatevirtual

Implements IGraphics.

◆ clear()

void CGraphicsGL::clear ( )
overrideprivatevirtual

Implements IGraphics.

◆ defineLight()

void CGraphicsGL::defineLight ( IGraphics::ELight light,
IGraphics::ELightType lightType,
double rColor,
double gColor,
double bColor )
overrideprivatevirtual

Implements IGraphics.

◆ defineMaterial()

void CGraphicsGL::defineMaterial ( const iv::ui::graphics::Material * material,
const bool & isChanged )
overrideprivatevirtual

Implements IGraphics.

◆ defineOrthogonal()

void CGraphicsGL::defineOrthogonal ( double xOrg,
double yOrg,
double zOrg,
double xMin,
double yMin,
double zMin,
double xMax,
double yMax,
double zMax )
overrideprivatevirtual

Implements IGraphics.

◆ definePerspective()

void CGraphicsGL::definePerspective ( double fovy,
double ratioXForY,
double zNear,
double zFar )
overrideprivatevirtual

Implements IGraphics.

◆ drawArc()

void CGraphicsGL::drawArc ( double radiusMark,
iv::types::radian angleInitial,
iv::types::radian angleFinal,
float thickness,
uint64_t kPrvNumPoints )
overrideprivatevirtual

Implements IGraphics.

◆ drawBlock()

void CGraphicsGL::drawBlock ( uint32_t idBlock)
overrideprivatevirtual

Implements IGraphics.

◆ drawBlockText()

void CGraphicsGL::drawBlockText ( uint32_t idBlockText,
double x,
double y,
double widthText,
double heightText,
unsigned char justify )
overrideprivatevirtual

Implements IGraphics.

◆ drawContours()

void CGraphicsGL::drawContours ( const std::vector< std::shared_ptr< std::vector< iv::math::geometry::Point3d > > > & contours)
overrideprivatevirtual

Implements IGraphics.

◆ drawFanTriangles()

void CGraphicsGL::drawFanTriangles ( const float * points,
const float * normals,
const float * textureOpt,
const float * rgbaOpt,
uint64_t numPoints,
const uint32_t * indVertex,
uint64_t numVertex )
overrideprivatevirtual

Implements IGraphics.

◆ drawImage()

void CGraphicsGL::drawImage ( double x,
double y,
double width,
double height,
const iv::ui::resources::ImageResource & resource )
overrideprivatevirtual

Implements IGraphics.

◆ drawImageRawSize()

void CGraphicsGL::drawImageRawSize ( double x,
double y,
const iv::ui::resources::ImageResource & resource )
overrideprivatevirtual

Implements IGraphics.

◆ drawImageWithColor()

void CGraphicsGL::drawImageWithColor ( double x,
double y,
iv::types::color colorRGB,
double width,
double height,
const iv::ui::resources::ImageResource & resource )
overrideprivatevirtual

Implements IGraphics.

◆ drawLine()

void CGraphicsGL::drawLine ( double x1,
double y1,
double z1,
double x2,
double y2,
double z2 )
overrideprivatevirtual

Implements IGraphics.

◆ drawLineWithStyle()

void CGraphicsGL::drawLineWithStyle ( double x1,
double y1,
double z1,
double x2,
double y2,
double z2,
IGraphics::EDashedLineType dashedLineType )
overrideprivatevirtual

Implements IGraphics.

◆ drawPolyline()

void CGraphicsGL::drawPolyline ( const float * vertex,
uint64_t numVertex )
overrideprivatevirtual

Implements IGraphics.

◆ drawPolylineFilled()

void CGraphicsGL::drawPolylineFilled ( const float * vertex,
uint64_t numVertex )
overrideprivatevirtual

Implements IGraphics.

◆ drawPolylinesWithColors()

void CGraphicsGL::drawPolylinesWithColors ( const std::shared_ptr< std::vector< iv::math::geometry::Point2d > > & points,
const std::vector< iv::math::geometry::Point3d > & rgb )
overrideprivatevirtual

Implements IGraphics.

◆ drawQuads()

void CGraphicsGL::drawQuads ( double x1,
double y1,
double z1,
double x2,
double y2,
double z2,
double x3,
double y3,
double z3,
double x4,
double y4,
double z4 )
overrideprivatevirtual

Implements IGraphics.

◆ drawRect()

void CGraphicsGL::drawRect ( double x1,
double y1,
double x2,
double y2 )
overrideprivatevirtual

Implements IGraphics.

◆ drawRectFilled()

void CGraphicsGL::drawRectFilled ( double x1,
double y1,
double x2,
double y2 )
overrideprivatevirtual

Implements IGraphics.

◆ drawStripTriangles()

void CGraphicsGL::drawStripTriangles ( const float * points,
const float * normals,
const float * textureOpt,
const float * rgbaOpt,
uint64_t numPoints,
const uint32_t * indVertex,
uint64_t numVertex )
overrideprivatevirtual

Implements IGraphics.

◆ drawText()

void CGraphicsGL::drawText ( const std::string & text,
double x,
double y,
double height,
unsigned char justify )
overrideprivatevirtual

Implements IGraphics.

◆ drawTextWithDeviceHeight()

void CGraphicsGL::drawTextWithDeviceHeight ( const std::string & text,
double x,
double y,
double height,
unsigned char justify )
overrideprivatevirtual

Implements IGraphics.

◆ drawTriangle()

void CGraphicsGL::drawTriangle ( double x1,
double y1,
double z1,
double x2,
double y2,
double z2,
double x3,
double y3,
double z3 )
overrideprivatevirtual

Implements IGraphics.

◆ drawTriangles()

void CGraphicsGL::drawTriangles ( const float * points,
const float * normals,
const float * textureOpt,
const float * rgbaOpt,
uint64_t numPoints,
const uint32_t * indVertex,
uint64_t numVertex )
overrideprivatevirtual

Implements IGraphics.

◆ drawUnitCone()

void CGraphicsGL::drawUnitCone ( IGraphics::EDetailLevel detailLevel)
overrideprivatevirtual

Implements IGraphics.

◆ drawUnitCube()

void CGraphicsGL::drawUnitCube ( )
overrideprivatevirtual

Implements IGraphics.

◆ drawUnitCylinder()

void CGraphicsGL::drawUnitCylinder ( IGraphics::EDetailLevel detailLevel)
overrideprivatevirtual

Implements IGraphics.

◆ drawUnitDisk()

void CGraphicsGL::drawUnitDisk ( IGraphics::EDetailLevel detailLevel)
overrideprivatevirtual

Implements IGraphics.

◆ drawUnitSphere()

void CGraphicsGL::drawUnitSphere ( IGraphics::EDetailLevel detailLevel)
overrideprivatevirtual

Implements IGraphics.

◆ endBlock()

void CGraphicsGL::endBlock ( uint32_t idBlock)
overrideprivatevirtual

Implements IGraphics.

◆ endBlockText()

void CGraphicsGL::endBlockText ( uint32_t * idBlockText)
overrideprivatevirtual

Implements IGraphics.

◆ endStencilBuffer()

void CGraphicsGL::endStencilBuffer ( )
overrideprivatevirtual

Implements IGraphics.

◆ getCoordTextCornerLeftDown()

void CGraphicsGL::getCoordTextCornerLeftDown ( const std::string & text,
double x,
double y,
double heightCharacter,
unsigned char justify,
double * xCornerLeftDown,
double * yCornerLeftDown,
double * widthTextOpt,
double * heightTextOpt )
overrideprivatevirtual

Implements IGraphics.

◆ getSizePixelToWorld()

void CGraphicsGL::getSizePixelToWorld ( double sizePixelX,
double sizePixelY,
double * sizeWorldXOpt,
double * sizeWorldYOpt )
overrideprivatevirtual

Implements IGraphics.

◆ getSizeText()

void CGraphicsGL::getSizeText ( const std::string & text,
double heightCharacter,
double * widthText,
double * heightText )
overrideprivatevirtual

Implements IGraphics.

◆ hasBlockText()

bool CGraphicsGL::hasBlockText ( ) const
nodiscardoverrideprivatevirtual

Implements IGraphics.

◆ hasDrawPolylineFilled()

bool CGraphicsGL::hasDrawPolylineFilled ( ) const
nodiscardoverrideprivatevirtual

Implements IGraphics.

◆ hasManagerBlocks()

bool CGraphicsGL::hasManagerBlocks ( ) const
nodiscardoverrideprivatevirtual

Implements IGraphics.

◆ initDevice()

void CGraphicsGL::initDevice ( )
overrideprivatevirtual

Implements IGraphics.

◆ initImage()

void CGraphicsGL::initImage ( std::shared_ptr< IImageManager > && imageManager)

◆ initLight()

void CGraphicsGL::initLight ( )
overrideprivatevirtual

Implements IGraphics.

◆ isDefinedMaterial()

bool CGraphicsGL::isDefinedMaterial ( const std::string & materialName)
overrideprivatevirtual

Implements IGraphics.

◆ loadImage()

std::shared_ptr< iv::ui::graphics::Image > CGraphicsGL::loadImage ( const iv::ui::resources::ImageResource & resource)
overrideprivatevirtual

Implements IGraphics.

◆ offStencilBuffer()

void CGraphicsGL::offStencilBuffer ( )
overrideprivatevirtual

Implements IGraphics.

◆ onStencilBuffer()

void CGraphicsGL::onStencilBuffer ( )
overrideprivatevirtual

Implements IGraphics.

◆ popMaterial()

void CGraphicsGL::popMaterial ( )
overrideprivatevirtual

Implements IGraphics.

◆ popTransformation()

void CGraphicsGL::popTransformation ( )
overrideprivatevirtual

Implements IGraphics.

◆ positionCamera()

void CGraphicsGL::positionCamera ( double eyeX,
double eyeY,
double eyeZ,
double pointReferenceX,
double pointReferenceY,
double pointReferenceZ,
double upX,
double upY,
double upZ )
overrideprivatevirtual

Implements IGraphics.

◆ positionLight()

void CGraphicsGL::positionLight ( IGraphics::ELight light,
double x,
double y,
double z )
overrideprivatevirtual

Implements IGraphics.

◆ prvDrawImageWithColor()

void CGraphicsGL::prvDrawImageWithColor ( double xCornerLeftDown,
double yCornerLeftDown,
iv::types::color colorRGB,
std::optional< double > width,
std::optional< double > height,
const iv::ui::resources::ImageResource & resource )
private

◆ prvExistImage()

bool CGraphicsGL::prvExistImage ( const iv::ui::resources::ImageResource & resource,
uint64_t * ind ) const
private

◆ pushMaterial()

void CGraphicsGL::pushMaterial ( )
overrideprivatevirtual

Implements IGraphics.

◆ pushTransformation()

void CGraphicsGL::pushTransformation ( )
overrideprivatevirtual

Implements IGraphics.

◆ removeBlock()

void CGraphicsGL::removeBlock ( uint32_t * idBlock)
overrideprivatevirtual

Implements IGraphics.

◆ removeBlocksRegisters()

void CGraphicsGL::removeBlocksRegisters ( )

◆ resetAlpha()

void CGraphicsGL::resetAlpha ( )
overrideprivatevirtual

Implements IGraphics.

◆ resetTransformation()

void CGraphicsGL::resetTransformation ( )
overrideprivatevirtual

Implements IGraphics.

◆ rotation()

void CGraphicsGL::rotation ( double angleDegrees,
double Ux,
double Uy,
double Uz )
overrideprivatevirtual

Implements IGraphics.

◆ scale()

void CGraphicsGL::scale ( double sx,
double sy,
double sz )
overrideprivatevirtual

Implements IGraphics.

◆ setAlpha()

void CGraphicsGL::setAlpha ( float alpha)
overrideprivatevirtual

Implements IGraphics.

◆ setBackGroundColor()

void CGraphicsGL::setBackGroundColor ( iv::types::color rgb)
overrideprivatevirtual

Implements IGraphics.

◆ setBlend()

void CGraphicsGL::setBlend ( bool isEnable)
overrideprivatevirtual

Implements IGraphics.

◆ setClearColor()

void CGraphicsGL::setClearColor ( )
overrideprivatevirtual

Implements IGraphics.

◆ setColorARGB()

void CGraphicsGL::setColorARGB ( iv::types::color argb)
overrideprivatevirtual

Implements IGraphics.

◆ setColorRGB()

void CGraphicsGL::setColorRGB ( iv::types::color rgb)
overrideprivatevirtual

Implements IGraphics.

◆ setLineWidth()

void CGraphicsGL::setLineWidth ( float width)
overrideprivatevirtual

Implements IGraphics.

◆ setMaterial()

void CGraphicsGL::setMaterial ( const std::string & materialName)
overrideprivatevirtual

Implements IGraphics.

◆ setModeDraw()

void CGraphicsGL::setModeDraw ( IGraphics::EDrawSolidType drawSolidType)
overrideprivatevirtual

Implements IGraphics.

◆ setModelMatrix()

void CGraphicsGL::setModelMatrix ( IGraphics::EMatrixModel matrixModel)
overrideprivatevirtual

Implements IGraphics.

◆ setModeOpaque()

void CGraphicsGL::setModeOpaque ( )
static

◆ setModeTransparency()

void CGraphicsGL::setModeTransparency ( )
static

◆ setNormal()

void CGraphicsGL::setNormal ( double Nx,
double Ny,
double Nz )
overrideprivatevirtual

Implements IGraphics.

◆ setOnTexture()

void CGraphicsGL::setOnTexture ( bool enableTexture)
overrideprivatevirtual

Implements IGraphics.

◆ setTestDepth()

void CGraphicsGL::setTestDepth ( bool isEnable)
overrideprivatevirtual

Implements IGraphics.

◆ translation()

void CGraphicsGL::translation ( double tx,
double ty,
double tz )
overrideprivatevirtual

Implements IGraphics.

◆ viewport()

void CGraphicsGL::viewport ( int32_t x,
int32_t y,
uint64_t sizeX,
uint64_t sizeY )
overrideprivatevirtual

Implements IGraphics.

Member Data Documentation

◆ BlockNull

uint32_t IGraphics::BlockNull = UINT_MAX
staticconstexprinherited

◆ m_aBackground

float CGraphicsGL::m_aBackground
private

◆ m_activeLight0

bool CGraphicsGL::m_activeLight0
private

◆ m_alphaCurrent

float CGraphicsGL::m_alphaCurrent
private

◆ m_bBackground

float CGraphicsGL::m_bBackground
private

◆ m_currentColor

std::shared_ptr<SPrvColor> CGraphicsGL::m_currentColor
private

◆ m_fontManager

CFontManagerCairo* CGraphicsGL::m_fontManager
private

◆ m_gBackground

float CGraphicsGL::m_gBackground
private

◆ m_hasAlpha

bool CGraphicsGL::m_hasAlpha
private

◆ m_idBlockCurrent

uint32_t CGraphicsGL::m_idBlockCurrent
private

◆ m_idTextureText

uint32_t CGraphicsGL::m_idTextureText
private

◆ m_imageManager

std::shared_ptr<IImageManager> CGraphicsGL::m_imageManager
private

◆ m_imagesLoaded

std::vector<std::shared_ptr<SPrvImageLoaded> > CGraphicsGL::m_imagesLoaded
private

◆ m_indActiveStencil

uint16_t CGraphicsGL::m_indActiveStencil
private

◆ m_isBeginStencil

bool CGraphicsGL::m_isBeginStencil
private

◆ m_isCameraPositioned

bool CGraphicsGL::m_isCameraPositioned
private

◆ m_layers

std::vector<std::shared_ptr<SPrvLayer> > CGraphicsGL::m_layers
private

◆ m_quadruple

GLUquadricObj* CGraphicsGL::m_quadruple
private

◆ m_rBackground

float CGraphicsGL::m_rBackground
private

◆ m_stackLayers

std::vector<std::shared_ptr<SPrvColor> > CGraphicsGL::m_stackLayers
private

◆ m_tesselator

GLUtesselator* CGraphicsGL::m_tesselator
private

◆ m_textLoaded

std::vector<std::shared_ptr<SPrvTextBlockGL> > CGraphicsGL::m_textLoaded
private

◆ m_unusedCreatedTexturesList

std::map<TextureInfo, std::list<iv::types::textureId> > CGraphicsGL::m_unusedCreatedTexturesList
private

◆ m_usingTextures

std::map<iv::types::textureId, TextureInfo> CGraphicsGL::m_usingTextures
private

The documentation for this class was generated from the following files: