vdr-plugin-softhddevice-drm-gles 1.4.0
Public Member Functions | Private Attributes | List of all members
cOglCmdDrawRectangle Class Reference

#include <openglosd.h>

Collaboration diagram for cOglCmdDrawRectangle:
Collaboration graph
[legend]

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)
 
virtual const char * Description (void)=0
 
virtual bool Execute (void)=0
 

Private Attributes

GLint x
 
GLint y
 
GLint width
 
GLint height
 
GLint color
 

Additional Inherited Members

- Protected Attributes inherited from cOglCmd
cOglFbfb
 

Detailed Description

Definition at line 442 of file openglosd.h.

Constructor & Destructor Documentation

◆ cOglCmdDrawRectangle()

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

Definition at line 1383 of file openglosd.cpp.

References color, height, width, x, and y.

◆ ~cOglCmdDrawRectangle()

virtual cOglCmdDrawRectangle::~cOglCmdDrawRectangle ( void  )
inlinevirtual

Definition at line 449 of file openglosd.h.

Member Function Documentation

◆ Description()

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

Implements cOglCmd.

Definition at line 450 of file openglosd.h.

◆ Execute()

bool cOglCmdDrawRectangle::Execute ( void  )
virtual

Member Data Documentation

◆ color

GLint cOglCmdDrawRectangle::color
private

Definition at line 446 of file openglosd.h.

Referenced by cOglCmdDrawRectangle(), and Execute().

◆ height

GLint cOglCmdDrawRectangle::height
private

Definition at line 445 of file openglosd.h.

Referenced by cOglCmdDrawRectangle(), and Execute().

◆ width

GLint cOglCmdDrawRectangle::width
private

Definition at line 445 of file openglosd.h.

Referenced by cOglCmdDrawRectangle(), and Execute().

◆ x

GLint cOglCmdDrawRectangle::x
private

Definition at line 444 of file openglosd.h.

Referenced by cOglCmdDrawRectangle(), and Execute().

◆ y

GLint cOglCmdDrawRectangle::y
private

Definition at line 444 of file openglosd.h.

Referenced by cOglCmdDrawRectangle(), and Execute().


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