SCV
4.2.1
Simple Components for Visual
|
#include <InternalFrameHolder.h>
Public Member Functions | |
void | display (void) |
bool | processMouse (const scv::MouseEvent &evt) |
bool | processKey (const scv::KeyEvent &evt) |
void | closeAllWindows (void) |
void | registerFrame (InternalFrame *frame) |
Protected Attributes | |
std::deque< InternalFrame * > | _framesDeque |
Friends | |
class | Singleton< InternalFrameHolder > |
Additional Inherited Members | |
![]() | |
static void | setInstance (T *instance) |
static T * | getInstance () |
static void | destroyInstance () |
![]() | |
Singleton (void) | |
virtual | ~Singleton (void) |
Singleton (const Singleton &source) | |
![]() | |
static T * | _instance = 0 |
void scv::InternalFrameHolder::closeAllWindows | ( | void | ) |
void scv::InternalFrameHolder::display | ( | void | ) |
bool scv::InternalFrameHolder::processKey | ( | const scv::KeyEvent & | evt | ) |
bool scv::InternalFrameHolder::processMouse | ( | const scv::MouseEvent & | evt | ) |
void scv::InternalFrameHolder::registerFrame | ( | InternalFrame * | frame | ) |
|
friend |
|
protected |