#include "dragtool.h"
#include "selector.h"
#include "ngscan.h"
#include "transop.h"
Go to the source code of this file.
Classes | |
class | SliceTool |
SliceTool is actually a misnomer. This tool is used for creating rollover buttons and bars for web pages. More... | |
class | SliceInfoBarOp |
class | SliceInfoBarOpCreate |
Class for creating SliceInfoBarOps. Derived classes of BarCreate are used by DialogBarOp::ReadBarsFromFile(). More... | |
class | OpSliceDragBox |
Drag box class for the SliceTool. Allows the user to select a number of named sets, by dragging a box around some objects on the document. All objects sharing the same names as those inside the box will then be selected. More... | |
class | RectListItem |
class | OpSliceTranslate |
This is the Slice tool's Translate operation, which is similar in behaviour to OpTranslateTrans, except that we inform the user during the drag if the current selection's bounds overlap those of an unselected named set (button). When doing an immediate transform the params to DoWithParams() are :- Param1 - All the standard transform data Param2 - A pointer to a DocCoord that holds to offset translate by. More... | |
Defines | |
#define | OPTOKEN_SLICE_DRAGBOX _T("SliceDragBox") |
#define | OPTOKEN_SLICE_TRANSLATE _T("SliceTranslate") |
|
Definition at line 103 of file slicetool.h. |
|
Definition at line 104 of file slicetool.h. |