struct CCL::PresetManagementComponent::GUIActionScope

#include <presetcomponent.h>

struct GUIActionScope: public Core::ScopedVar
{
    // construction

    GUIActionScope (bool state = true);
};

Inherited Members

public:
    // fields

    T& var;
    T old;