|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <AbstractProjectManager.h>
Public Member Functions | |
| ScopedState (AbstractProjectManager *projectManager, const State &state) | |
| ~ScopedState () | |
Set state for the duration of the enveloping scope, reverts to idle when the object gets out of scope
|
inline |
Construct with initialization state
| projectManager | Pointer to project manager for which to set the state |
| state | State at scope begin (reverts to idle when the object gets out of scope) |
|
inline |
Revert to idle when object goes out of scope