struct CCL::ITextModel::InteractionInfo

Interaction information.

#include <itextmodel.h>

struct InteractionInfo
{
    // fields

    IView* view;
    const GUIEvent& editEvent;
};