

Public Member Functions | |
| Config (eq::base::RefPtr< eq::Server > parent) | |
| const FrameData & | getFrameData () const |
| virtual bool | init () |
| virtual bool | exit () |
| Exit this configuration. | |
| virtual uint32_t | startFrame () |
| void | setInitData (const LocalInitData &data) |
| const InitData & | getInitData () const |
| void | mapData (const uint32_t initDataID) |
| void | unmapData () |
| virtual bool | handleEvent (const eq::ConfigEvent *event) |
| Handle one config event. | |
| bool | needsRedraw () |
Protected Member Functions | |
| virtual | ~Config () |
| Destruct a config. | |
Protected Attributes | |
| LocalInitData | _initData |
| FrameData | _frameData |
| bool | _redraw |
Definition at line 29 of file examples/eqNBody/config.h.
| virtual eqNbody::Config::~Config | ( | ) | [inline, protected, virtual] |
Destruct a config.
Reimplemented from eq::Config.
Definition at line 51 of file examples/eqNBody/config.h.
| bool eqNbody::Config::exit | ( | ) | [virtual] |
Exit this configuration.
This method is to be called only on the application node on an initialized configuration.
Exiting a configuration calls configExit on all active render entities, releases the entities using the NodeFactory and stops the render clients.
A configuration which was not exited properly may not be re-initialized.
Reimplemented from eq::Config.
Definition at line 53 of file examples/eqNBody/config.cpp.
References eq::Config::exit().

| bool eqNbody::Config::handleEvent | ( | const eq::ConfigEvent * | event | ) | [virtual] |
Handle one config event.
| event | the event. |
Reimplemented from eq::Config.
Definition at line 112 of file examples/eqNBody/config.cpp.
References eq::Config::handleEvent(), eq::Event::KEY_PRESS, eq::Event::keyPress, eq::Event::type, eq::Event::VIEW_RESIZE, eq::Event::WINDOW_CLOSE, eq::Event::WINDOW_EXPOSE, and eq::Event::WINDOW_RESIZE.
Referenced by eqPixelBench::Config::handleEvent().


0.9.1 by
1.6.1