#include <GUIInterface.h>
Public Member Functions | |
virtual void | DrawImage (const CByteImage *pImage, int x=0, int y=0)=0 |
virtual void | Hide ()=0 |
virtual void | Show ()=0 |
virtual | ~CGUIInterface () |
Definition at line 58 of file GUIInterface.h.
virtual CGUIInterface::~CGUIInterface | ( | ) | [inline, virtual] |
Definition at line 62 of file GUIInterface.h.
virtual void CGUIInterface::DrawImage | ( | const CByteImage * | pImage, |
int | x = 0 , |
||
int | y = 0 |
||
) | [pure virtual] |
Implemented in CQTWindow, and COpenCVWindow.
virtual void CGUIInterface::Hide | ( | ) | [pure virtual] |
Implemented in CQTWindow, and COpenCVWindow.
virtual void CGUIInterface::Show | ( | ) | [pure virtual] |
Implemented in CQTWindow, and COpenCVWindow.