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

#include <openglosd.h>

Collaboration diagram for cOglCmdDropImage:
Collaboration graph
[legend]

Public Member Functions

 cOglCmdDropImage (sOglImage *imageRef, cCondWait *wait)
 
virtual ~cOglCmdDropImage (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

sOglImage * imageRef
 
cCondWait * wait
 

Additional Inherited Members

- Protected Attributes inherited from cOglCmd
cOglFbfb
 

Detailed Description

Definition at line 537 of file openglosd.h.

Constructor & Destructor Documentation

◆ cOglCmdDropImage()

cOglCmdDropImage::cOglCmdDropImage ( sOglImage *  imageRef,
cCondWait *  wait 
)

Definition at line 2024 of file openglosd.cpp.

References imageRef, and wait.

◆ ~cOglCmdDropImage()

virtual cOglCmdDropImage::~cOglCmdDropImage ( void  )
inlinevirtual

Definition at line 543 of file openglosd.h.

Member Function Documentation

◆ Description()

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

Implements cOglCmd.

Definition at line 544 of file openglosd.h.

◆ Execute()

bool cOglCmdDropImage::Execute ( void  )
virtual

Implements cOglCmd.

Definition at line 2029 of file openglosd.cpp.

References GL_CHECK, imageRef, and wait.

Member Data Documentation

◆ imageRef

sOglImage* cOglCmdDropImage::imageRef
private

Definition at line 539 of file openglosd.h.

Referenced by cOglCmdDropImage(), and Execute().

◆ wait

cCondWait* cOglCmdDropImage::wait
private

Definition at line 540 of file openglosd.h.

Referenced by cOglCmdDropImage(), and Execute().


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