GCGlib
0.04.228
GCG Graphics Engine
|
Base class for video processing. More...
#include <gcg.h>
Public Member Functions | |
gcgVIDEO () | |
Constructs a valid but empty image. The image can be used as destiny image in any gcgIMAGE method or GCGlib function. More... | |
virtual | ~gcgVIDEO () |
Releases all video resources by deleting the video handler. More... | |
Public Member Functions inherited from gcgCLASS | |
void * | operator new (size_t size) |
Defines a new operator to be used by instatiations of GCGlib classes instead the global one. More... | |
void * | operator new (size_t size, const std::nothrow_t &) throw () |
Defines a new operator to be used by instantiations of GCGlib classes instead the global one. Returns a NULL pointer instead of throwing an exception if an error occurs. More... | |
void * | operator new[] (size_t size) |
Defines a new operator to be used by GCGlib array allocations instead the global one. More... | |
void * | operator new[] (size_t size, const std::nothrow_t &) throw () |
Defines a new operator to be used by vector allocations instead the global one. More... | |
void | operator delete (void *p) |
Defines a delete operator to free instances of GCGlib classes instead the global one. It is designed to match the new operator. More... | |
void | operator delete (void *p, const std::nothrow_t &) throw () |
Defines a delete operator to free instances of GCGlib classes instead the global one. It is designed to match the new operator. More... | |
void | operator delete[] (void *p) |
Defines a delete operator to free instances of arrays for GCGlib classes instead the global one. It is designed to match the new[] operator. More... | |
void | operator delete[] (void *p, const std::nothrow_t &) throw () |
Defines a delete operator to free instances of arrays for GCGlib classes instead the global one. It is designed to match the new[] operator. More... | |
Base class for video processing.
The gcgVIDEO class gives all main attributes for video processing and holds the handler specific subclasses. The gcgVIDEO is currently provided for Windows and Linux. Do not change any attributes unless you are absolutely sure about you are doing.
gcgVIDEO::gcgVIDEO | ( | ) |
Constructs a valid but empty image. The image can be used as destiny image in any gcgIMAGE method or GCGlib function.
|
virtual |
Releases all video resources by deleting the video handler.