|
IVT
|
#include <VCDisplay.h>
Public Member Functions | |
| CVCDisplay (bool doubleBuffer, bool show_overlay=false) | |
| ~CVCDisplay () | |
| void | make_current () const |
| void | restore_default () const |
| void | enable_overlay () const |
| void | disable_overlay () const |
| void | show (const CByteImage *image) |
| void | overlay (const CByteImage *ovl) |
Definition at line 58 of file VCDisplay.h.
| CVCDisplay::CVCDisplay | ( | bool | doubleBuffer, |
| bool | show_overlay = false |
||
| ) |
Definition at line 83 of file VCDisplay.cpp.
| CVCDisplay::~CVCDisplay | ( | ) |
Definition at line 118 of file VCDisplay.cpp.
| void CVCDisplay::disable_overlay | ( | ) | const |
Definition at line 161 of file VCDisplay.cpp.
| void CVCDisplay::enable_overlay | ( | ) | const |
Definition at line 154 of file VCDisplay.cpp.
| void CVCDisplay::make_current | ( | ) | const |
Definition at line 138 of file VCDisplay.cpp.
| void CVCDisplay::overlay | ( | const CByteImage * | ovl | ) |
Definition at line 198 of file VCDisplay.cpp.
| void CVCDisplay::restore_default | ( | ) | const |
Definition at line 145 of file VCDisplay.cpp.
| void CVCDisplay::show | ( | const CByteImage * | image | ) |
Definition at line 167 of file VCDisplay.cpp.