struct CCL::Document::SilentPreviewScope

Helper to suppress wait cursors on loading document previews.

#include <document.h>

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

    SilentPreviewScope (bool state);
};

Inherited Members

public:
    // fields

    T& var;
    T old;