

Public Member Functions | |
| void | setModelID (const uint32_t id) |
| uint32_t | getModelID () const |
| void | setIdleSteps (const uint32_t steps) |
| uint32_t | getIdleSteps () const |
Protected Types | |
| enum | DirtyBits { DIRTY_MODEL = eq::View::DIRTY_CUSTOM << 0, DIRTY_IDLE = eq::View::DIRTY_CUSTOM << 1 } |
The changed parts of the view. More... | |
Protected Member Functions | |
| virtual void | serialize (eq::net::DataOStream &os, const uint64_t dirtyBits) |
| virtual void | deserialize (eq::net::DataIStream &is, const uint64_t dirtyBits) |
Definition at line 28 of file examples/eqPly/view.h.
enum eqPly::View::DirtyBits [protected] |
The changed parts of the view.
Reimplemented from eq::View.
Definition at line 49 of file examples/eqPly/view.h.
| void eqPly::View::serialize | ( | eq::net::DataOStream & | os, | |
| const uint64_t | dirtyBits | |||
| ) | [protected, virtual] |
Reimplemented from eq::View.
Definition at line 35 of file examples/eqPly/view.cpp.
References eq::View::serialize().

| void eqPly::View::deserialize | ( | eq::net::DataIStream & | is, | |
| const uint64_t | dirtyBits | |||
| ) | [protected, virtual] |
Reimplemented from eq::View.
Definition at line 44 of file examples/eqPly/view.cpp.
References eq::View::deserialize().

0.9.1 by
1.6.1