vdr-plugin-softhddevice-drm-gles 1.6.2
cOglCmdDrawEllipse Class Reference

#include <openglosd.h>

Public Member Functions

 cOglCmdDrawEllipse (cOglFb *fb, GLint x, GLint y, GLint width, GLint height, GLint color, GLint quadrants)
 
virtual ~cOglCmdDrawEllipse (void)
 
virtual const charDescription (void)
 
virtual bool Execute (void)
 
- Public Member Functions inherited from cOglCmd
 cOglCmd (cOglFb *fb)
 
virtual ~cOglCmd (void)
 
virtual bool NeedsLockingAgainstStateChange (void)
 

Private Member Functions

GLfloatCreateVerticesFull (int &)
 
GLfloatCreateVerticesQuadrant (int &)
 
GLfloatCreateVerticesHalf (int &)
 

Private Attributes

GLint m_x
 
GLint m_y
 
GLint m_width
 
GLint m_height
 
GLint m_color
 
GLint m_quadrants
 

Additional Inherited Members

- Protected Attributes inherited from cOglCmd
cOglFbm_pFramebuffer
 

Detailed Description

Definition at line 461 of file openglosd.h.

Constructor & Destructor Documentation

◆ cOglCmdDrawEllipse()

cOglCmdDrawEllipse::cOglCmdDrawEllipse ( cOglFb fb,
GLint  x,
GLint  y,
GLint  width,
GLint  height,
GLint  color,
GLint  quadrants 
)
inline

Definition at line 463 of file openglosd.h.

◆ ~cOglCmdDrawEllipse()

virtual cOglCmdDrawEllipse::~cOglCmdDrawEllipse ( void  )
inlinevirtual

Definition at line 471 of file openglosd.h.

Member Function Documentation

◆ Description()

virtual const char * cOglCmdDrawEllipse::Description ( void  )
inlinevirtual

Implements cOglCmd.

Definition at line 472 of file openglosd.h.

Member Data Documentation

◆ m_color

GLint cOglCmdDrawEllipse::m_color
private

Definition at line 477 of file openglosd.h.

Referenced by Execute().

◆ m_height

GLint cOglCmdDrawEllipse::m_height
private

◆ m_quadrants

GLint cOglCmdDrawEllipse::m_quadrants
private

Definition at line 478 of file openglosd.h.

Referenced by CreateVerticesHalf(), CreateVerticesQuadrant(), and Execute().

◆ m_width

GLint cOglCmdDrawEllipse::m_width
private

◆ m_x

GLint cOglCmdDrawEllipse::m_x
private

Definition at line 475 of file openglosd.h.

Referenced by CreateVerticesFull(), CreateVerticesHalf(), and CreateVerticesQuadrant().

◆ m_y

GLint cOglCmdDrawEllipse::m_y
private

Definition at line 475 of file openglosd.h.

Referenced by CreateVerticesFull(), CreateVerticesHalf(), and CreateVerticesQuadrant().


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