class CCL::EditView::InputDeviceScope

#include <editview.h>

class InputDeviceScope: private Core::ScopedVar
{
public:
    // construction

    InputDeviceScope (EditView& editView, int device);
};

Inherited Members

public:
    // fields

    T& var;
    T old;