i6engine
1.0
|
Extracts the contents of incoming messages on the "Graphics" channel and calls the corresponding methods of the graphics subsystem. More...
#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/modules/graphics/GraphicsMailbox.h>
Public Member Functions | |
GraphicsMailbox (GraphicsManager *manager) | |
constructor taking pointer to GraphicsManager More... | |
~GraphicsMailbox () | |
destructor More... | |
void | News (const api::GameMessage::Ptr &msg) |
See Class-Description. More... | |
Extracts the contents of incoming messages on the "Graphics" channel and calls the corresponding methods of the graphics subsystem.
Please consult the messaging documentation found in the "Related Pages" on top of this page for in-depth usage details. The supported methods are declared in the enum method of GraphicsConfig: i6e::modules::GraphicsConfig::method
Definition at line 43 of file GraphicsMailbox.h.
|
explicit |
constructor taking pointer to GraphicsManager
i6e::modules::GraphicsMailbox::~GraphicsMailbox | ( | ) |
destructor
void i6e::modules::GraphicsMailbox::News | ( | const api::GameMessage::Ptr & | msg | ) |
See Class-Description.
objMessage | Any message on the channel |