#include "dragtool.h"
#include "transop.h"
#include "blobs.h"
Go to the source code of this file.
Classes | |
class | OpSelectorDragBox |
This operation is started when the user does a drag over the document, that started in empty space. A drag box will be drawn out over the document as the user moves the mouse about and when the drag ends, all the objects wholly inside the box will be selected. More... | |
class | OpDragRotateCentre |
Allows you to drag the selector tool's centre of rotattion around. More... | |
class | SelectorTool |
The Selector tool is used to change the selection, edit objects and transform them. The Selector tool now derives from the DragTool, so that TransOperation may refer to a general DragTool when an object drag is in progress. At a later date, drag functionality may be pulled up into DragTool, to allow future tools to implement dragging of objects more easily. More... | |
struct | SelectorTool::IterateFlags |
Defines | |
#define | OPTOKEN_SELECTOR_DRAGBOX _T("SelectorDragBox") |
#define | OPTOKEN_SELECTOR_DRAGCENTRE _T("SelectorDragCentre") |
|
Definition at line 109 of file selector.h. |
|
Definition at line 110 of file selector.h. |