![]() |
omegalib
13.1
|
#include <ImageBroadcastModule.h>
Public Member Functions | |
| ImageBroadcastModule () | |
| ~ImageBroadcastModule () | |
| void | addChannel (PixelData *channel, const String &channelName, ImageUtils::ImageFormat format=ImageUtils::FormatJpeg, int quality=100) |
| void | removeChannel (const String &channel) |
| virtual void | commitSharedData (SharedOStream &out) |
| virtual void | updateSharedData (SharedIStream &in) |
Public Member Functions inherited from omega::EngineModule | |
| EngineModule (const String &name) | |
| EngineModule () | |
| virtual | ~EngineModule () |
| void | requestOpenGLProfile (OpenGLProfile profile) |
| This method can be used within an engine module ctor or initialization to test for module compatibility. More... | |
| void | enableSharedData () |
| void | disableSharedData () |
| virtual void | initialize () |
| virtual void | dispose () |
| virtual void | update (const UpdateContext &context) |
| virtual void | handleEvent (const Event &evt) |
| virtual bool | handleCommand (const String &cmd) |
| virtual void | initializeRenderer (Renderer *) |
| void | doInitialize (Engine *server) |
| void | doDispose () |
| virtual bool | isInitialized () |
| Engine * | getEngine () |
| Priority | getPriority () |
| void | setPriority (Priority value) |
| const String & | getName () |
Public Member Functions inherited from omicron::ReferenceType | |
| ReferenceType () | |
| virtual | ~ReferenceType () |
| void | ref () |
| void | unref () |
| long | refCount () |
Static Public Member Functions | |
| static ImageBroadcastModule * | instance () |
Static Public Member Functions inherited from omicron::ReferenceType | |
| static void | printObjCounts () |
Additional Inherited Members | |
Public Types inherited from omega::EngineModule | |
| enum | Priority { PriorityLowest = 0, PriorityLow = 1, PriorityNormal = 2, PriorityHigh = 3, PriorityHighest = 4 } |
| enum | OpenGLProfile { CoreProfile, CompatibilityProfile, UnspecifiedProfile } |
Static Protected Attributes inherited from omicron::ReferenceType | |
| static List< ReferenceType * > | mysObjList |
Inheritance diagram for omega::ImageBroadcastModule:| omega::ImageBroadcastModule::ImageBroadcastModule | ( | ) |
| omega::ImageBroadcastModule::~ImageBroadcastModule | ( | ) |
| void omega::ImageBroadcastModule::addChannel | ( | PixelData * | channel, |
| const String & | channelName, | ||
| ImageUtils::ImageFormat | format = ImageUtils::FormatJpeg, |
||
| int | quality = 100 |
||
| ) |
|
virtual |
Reimplemented from omega::EngineModule.
|
static |
| void omega::ImageBroadcastModule::removeChannel | ( | const String & | channel | ) |
|
virtual |
Reimplemented from omega::EngineModule.