eqPly::View Class Reference

Inheritance diagram for eqPly::View:
Inheritance graph
[legend]
Collaboration diagram for eqPly::View:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

Definition at line 28 of file examples/eqPly/view.h.


Member Enumeration Documentation

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.


Member Function Documentation

void eqPly::View::serialize ( eq::net::DataOStream os,
const uint64_t  dirtyBits 
) [protected, virtual]
See also:
eq::View::serialize()

Reimplemented from eq::View.

Definition at line 35 of file examples/eqPly/view.cpp.

References eq::View::serialize().

Here is the call graph for this function:

void eqPly::View::deserialize ( eq::net::DataIStream is,
const uint64_t  dirtyBits 
) [protected, virtual]
See also:
eq::View::deserialize()

Reimplemented from eq::View.

Definition at line 44 of file examples/eqPly/view.cpp.

References eq::View::deserialize().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Sat Feb 6 13:15:45 2010 for Equalizer 0.9.1 by  doxygen 1.6.1