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

#include <openglosd.h>

Collaboration diagram for cOglCmdDrawSlope:
Collaboration graph
[legend]

Public Member Functions

 cOglCmdDrawSlope (cOglFb *fb, GLint x, GLint y, GLint width, GLint height, GLint color, GLint type)
 type: 0: horizontal, rising, lower 1: horizontal, rising, upper 2: horizontal, falling, lower 3: horizontal, falling, upper 4: vertical, rising, lower 5: vertical, rising, upper 6: vertical, falling, lower 7: vertical, falling, upper More...
 
virtual ~cOglCmdDrawSlope (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
 
GLint type
 

Additional Inherited Members

- Protected Attributes inherited from cOglCmd
cOglFbfb
 

Detailed Description

Definition at line 470 of file openglosd.h.

Constructor & Destructor Documentation

◆ cOglCmdDrawSlope()

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

type: 0: horizontal, rising, lower 1: horizontal, rising, upper 2: horizontal, falling, lower 3: horizontal, falling, upper 4: vertical, rising, lower 5: vertical, rising, upper 6: vertical, falling, lower 7: vertical, falling, upper

Definition at line 1622 of file openglosd.cpp.

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

◆ ~cOglCmdDrawSlope()

virtual cOglCmdDrawSlope::~cOglCmdDrawSlope ( void  )
inlinevirtual

Definition at line 478 of file openglosd.h.

Member Function Documentation

◆ Description()

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

Implements cOglCmd.

Definition at line 479 of file openglosd.h.

◆ Execute()

bool cOglCmdDrawSlope::Execute ( void  )
virtual

Member Data Documentation

◆ color

GLint cOglCmdDrawSlope::color
private

Definition at line 474 of file openglosd.h.

Referenced by cOglCmdDrawSlope(), and Execute().

◆ height

GLint cOglCmdDrawSlope::height
private

Definition at line 473 of file openglosd.h.

Referenced by cOglCmdDrawSlope(), and Execute().

◆ type

GLint cOglCmdDrawSlope::type
private

Definition at line 475 of file openglosd.h.

Referenced by cOglCmdDrawSlope(), and Execute().

◆ width

GLint cOglCmdDrawSlope::width
private

Definition at line 473 of file openglosd.h.

Referenced by cOglCmdDrawSlope(), and Execute().

◆ x

GLint cOglCmdDrawSlope::x
private

Definition at line 472 of file openglosd.h.

Referenced by cOglCmdDrawSlope(), and Execute().

◆ y

GLint cOglCmdDrawSlope::y
private

Definition at line 472 of file openglosd.h.

Referenced by cOglCmdDrawSlope(), and Execute().


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