struct CCL::ISelectionViewer

Overview

Selection viewer interface. More…

#include <selection.h>

struct ISelectionViewer
{
    // methods

    virtual void showSelection (bool redraw = true) = 0;
    virtual void hideSelection (bool redraw = true) = 0;
    virtual void makeSelectedItemsVisible (bool relaxed) = 0;
};

Detailed Documentation

Selection viewer interface.

Methods

virtual void showSelection (bool redraw = true) = 0

Show selection.

virtual void hideSelection (bool redraw = true) = 0

Hide selection.

virtual void makeSelectedItemsVisible (bool relaxed) = 0

Try to make the selected items visible (e.g.

by scrolling).