|
Equalizer
1.2.1
|
Inheritance diagram for eqPly::View:
Collaboration diagram for eqPly::View:Classes | |
| class | Proxy |
Public Member Functions | |
| View (eq::Layout *parent) | |
| Construct a new view. | |
| virtual | ~View () |
| Destruct this view. | |
| void | setModelID (const eq::uint128_t &id) |
| eq::uint128_t | getModelID () const |
| void | setIdleSteps (const int32_t steps) |
| int32_t | getIdleSteps () const |
| void | toggleEqualizer () |
Friends | |
| class | Proxy |
Definition at line 40 of file share/Equalizer/examples/eqPly/view.h.
| eqPly::View::View | ( | eq::Layout * | parent | ) |
Construct a new view.
Reimplemented from eq::View.
Definition at line 40 of file view.cpp.
References eq::fabric::Object::setUserData().
Here is the call graph for this function:| eqPly::View::~View | ( | ) | [virtual] |
Destruct this view.
Reimplemented from eq::View.
Definition at line 51 of file view.cpp.
References eq::fabric::Object::setUserData(), and co::base::uint128_t::ZERO.
Here is the call graph for this function:
1.2.1 by
1.8.0