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

#include <openglosd.h>

Collaboration diagram for cOglCmdDrawImage:
Collaboration graph
[legend]

Public Member Functions

 cOglCmdDrawImage (cOglFb *fb, tColor *argb, GLint width, GLint height, GLint x, GLint y, bool overlay=true, double scaleX=1.0f, double scaleY=1.0f)
 
virtual ~cOglCmdDrawImage (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

tColor * argb
 
GLint x
 
GLint y
 
GLint width
 
GLint height
 
bool overlay
 
GLfloat scaleX
 
GLfloat scaleY
 
GLint bcolor
 

Additional Inherited Members

- Protected Attributes inherited from cOglCmd
cOglFbfb
 

Detailed Description

Definition at line 499 of file openglosd.h.

Constructor & Destructor Documentation

◆ cOglCmdDrawImage()

cOglCmdDrawImage::cOglCmdDrawImage ( cOglFb fb,
tColor *  argb,
GLint  width,
GLint  height,
GLint  x,
GLint  y,
bool  overlay = true,
double  scaleX = 1.0f,
double  scaleY = 1.0f 
)

Definition at line 1867 of file openglosd.cpp.

References argb, bcolor, BORDERCOLOR, height, overlay, scaleX, scaleY, width, x, and y.

◆ ~cOglCmdDrawImage()

cOglCmdDrawImage::~cOglCmdDrawImage ( void  )
virtual

Definition at line 1879 of file openglosd.cpp.

References argb.

Member Function Documentation

◆ Description()

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

Implements cOglCmd.

Definition at line 509 of file openglosd.h.

◆ Execute()

bool cOglCmdDrawImage::Execute ( void  )
virtual

Member Data Documentation

◆ argb

tColor* cOglCmdDrawImage::argb
private

Definition at line 501 of file openglosd.h.

Referenced by cOglCmdDrawImage(), Execute(), and ~cOglCmdDrawImage().

◆ bcolor

GLint cOglCmdDrawImage::bcolor
private

Definition at line 505 of file openglosd.h.

Referenced by cOglCmdDrawImage(), and Execute().

◆ height

GLint cOglCmdDrawImage::height
private

Definition at line 502 of file openglosd.h.

Referenced by cOglCmdDrawImage(), and Execute().

◆ overlay

bool cOglCmdDrawImage::overlay
private

Definition at line 503 of file openglosd.h.

Referenced by cOglCmdDrawImage(), and Execute().

◆ scaleX

GLfloat cOglCmdDrawImage::scaleX
private

Definition at line 504 of file openglosd.h.

Referenced by cOglCmdDrawImage(), and Execute().

◆ scaleY

GLfloat cOglCmdDrawImage::scaleY
private

Definition at line 504 of file openglosd.h.

Referenced by cOglCmdDrawImage(), and Execute().

◆ width

GLint cOglCmdDrawImage::width
private

Definition at line 502 of file openglosd.h.

Referenced by cOglCmdDrawImage(), and Execute().

◆ x

GLint cOglCmdDrawImage::x
private

Definition at line 502 of file openglosd.h.

Referenced by cOglCmdDrawImage(), and Execute().

◆ y

GLint cOglCmdDrawImage::y
private

Definition at line 502 of file openglosd.h.

Referenced by cOglCmdDrawImage(), and Execute().


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