vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
cOglCmdDrawRectangle Class Reference

#include <openglosd.h>

Public Member Functions

 cOglCmdDrawRectangle (cOglFb *fb, GLint x, GLint y, GLint width, GLint height, GLint color)
 
virtual ~cOglCmdDrawRectangle (void)
 
virtual const char * Description (void)
 
virtual bool Execute (void)
 
- Public Member Functions inherited from cOglCmd
 cOglCmd (cOglFb *fb)
 
virtual ~cOglCmd (void)
 

Private Attributes

GLint m_x
 
GLint m_y
 
GLint m_width
 
GLint m_height
 
GLint m_color
 

Additional Inherited Members

- Protected Attributes inherited from cOglCmd
cOglFbm_pFramebuffer
 

Detailed Description

Definition at line 462 of file openglosd.h.

Constructor & Destructor Documentation

◆ cOglCmdDrawRectangle()

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

Definition at line 465 of file openglosd.h.

◆ ~cOglCmdDrawRectangle()

virtual cOglCmdDrawRectangle::~cOglCmdDrawRectangle ( void  )
inlinevirtual

Definition at line 472 of file openglosd.h.

Member Function Documentation

◆ Description()

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

Implements cOglCmd.

Definition at line 473 of file openglosd.h.

◆ Execute()

Member Data Documentation

◆ m_color

GLint cOglCmdDrawRectangle::m_color
private

Definition at line 478 of file openglosd.h.

Referenced by Execute().

◆ m_height

GLint cOglCmdDrawRectangle::m_height
private

Definition at line 477 of file openglosd.h.

Referenced by Execute().

◆ m_width

GLint cOglCmdDrawRectangle::m_width
private

Definition at line 477 of file openglosd.h.

Referenced by Execute().

◆ m_x

GLint cOglCmdDrawRectangle::m_x
private

Definition at line 476 of file openglosd.h.

Referenced by Execute().

◆ m_y

GLint cOglCmdDrawRectangle::m_y
private

Definition at line 476 of file openglosd.h.

Referenced by Execute().


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