i6engine  1.0
i6e::modules::GraphicsMailbox Class Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

i6e::modules::GraphicsMailbox::GraphicsMailbox ( GraphicsManager manager)
explicit

constructor taking pointer to GraphicsManager

i6e::modules::GraphicsMailbox::~GraphicsMailbox ( )

destructor

Member Function Documentation

void i6e::modules::GraphicsMailbox::News ( const api::GameMessage::Ptr msg)

See Class-Description.

Parameters
objMessageAny message on the channel

The documentation for this class was generated from the following file: