#include "nodemold.h"
Go to the source code of this file.
Classes | |
class | OpMouldLibSel |
Provides a library of undoable functions for moulding objects. More... | |
class | OpMouldLib |
Provides a library of undoable functions for moulding objects. More... | |
class | RecordGeometryAction |
This action records the current mould geometry being used by a particular mould node. Once recorded this allows the geometry to be changed. During undo the old geometry will be replaced but not initialised. More... | |
class | SaveDetachAction |
This action saves and restores the detach flags inside a mould object. More... | |
class | InvalidateRectAction |
When executed this action will Force a redraw of a bounding rectangle over a certain spread. More... | |
class | RedrawBoundsAction |
An action to record the bounds of the mould. This op differs from RecordBoundsAction in that it does not use GetUnionBlobBounds() which is really bad for perspectives as this includes the vanishing points which results in a vast area of the document being redrawn. So we have to do everything separately. More... | |
class | OpDragOrigin |
defines an operation for dragging perspective mould vanishing points around More... | |
class | BuildMouldAction |
When executed this action will get the mould to rebuild itself. More... | |
class | StartRebuildMouldAction |
When executed this action will get the mould to rebuild itself. More... | |
class | EndRebuildMouldAction |
When executed this action will get the mould to rebuild itself. More... | |
Defines | |
#define | OPTOKEN_DRAGVANISHPOINT _T("DragVanishPoint") |
|
Definition at line 111 of file moldedit.h. |