i6engine
1.0
|
updates dimensions and color of a viewport More...
#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/api/configs/GraphicsConfig.h>
Public Member Functions | |
Graphics_Viewport_Update () | |
Graphics_Viewport_Update (const int64_t i, const int64_t, int z, const double l, const double t, const double w, const double h, const double re, const double gr, const double bl, const double al) | |
Graphics_Viewport_Update * | copy () |
Copy method returning an exact copy of itself. More... | |
Public Member Functions inherited from i6e::core::MessageStruct | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
MessageStruct () | |
Default constructor for MessageStruct. More... | |
MessageStruct (const MessageStruct &other) | |
Copy constructor for MessageStruct. More... | |
MessageStruct (const int64_t id, const IPKey &send, const int64_t waitID) | |
Constructor for MessageStruct. More... | |
MessageStruct (int64_t id, int64_t waitID) | |
virtual | ~MessageStruct () |
Virtual destructor. More... | |
int64_t | getID () const |
returns the id More... | |
int64_t | getWaitID () const |
returns the waitForId More... | |
Public Attributes | |
int | zOrder |
double | left |
double | top |
double | width |
double | height |
double | red |
double | green |
double | blue |
double | alpha |
Public Attributes inherited from i6e::core::MessageStruct | |
int64_t | _id |
IPKey | _sender |
int64_t | _waitForId |
updates dimensions and color of a viewport
Definition at line 440 of file GraphicsConfig.h.
i6e::api::graphics::Graphics_Viewport_Update::Graphics_Viewport_Update | ( | ) |
i6e::api::graphics::Graphics_Viewport_Update::Graphics_Viewport_Update | ( | const int64_t | i, |
const int64_t | , | ||
int | z, | ||
const double | l, | ||
const double | t, | ||
const double | w, | ||
const double | h, | ||
const double | re, | ||
const double | gr, | ||
const double | bl, | ||
const double | al | ||
) |
|
inlinevirtual |
Copy method returning an exact copy of itself.
Reimplemented from i6e::core::MessageStruct.
Definition at line 446 of file GraphicsConfig.h.
double i6e::api::graphics::Graphics_Viewport_Update::alpha |
Definition at line 443 of file GraphicsConfig.h.
double i6e::api::graphics::Graphics_Viewport_Update::blue |
Definition at line 443 of file GraphicsConfig.h.
double i6e::api::graphics::Graphics_Viewport_Update::green |
Definition at line 443 of file GraphicsConfig.h.
double i6e::api::graphics::Graphics_Viewport_Update::height |
Definition at line 442 of file GraphicsConfig.h.
double i6e::api::graphics::Graphics_Viewport_Update::left |
Definition at line 442 of file GraphicsConfig.h.
double i6e::api::graphics::Graphics_Viewport_Update::red |
Definition at line 443 of file GraphicsConfig.h.
double i6e::api::graphics::Graphics_Viewport_Update::top |
Definition at line 442 of file GraphicsConfig.h.
double i6e::api::graphics::Graphics_Viewport_Update::width |
Definition at line 442 of file GraphicsConfig.h.
int i6e::api::graphics::Graphics_Viewport_Update::zOrder |
Definition at line 441 of file GraphicsConfig.h.