|
Classes |
class | CreateContourParam |
| The op param for the creation of contours. More...
|
class | OpCreateContour |
| Creates contours on the selection. More...
|
class | OpRemoveContour |
| Removes contours on the selection. More...
|
class | RegenerateContourAction |
| Forces a regeneration of the bevel in all nodes in the list Used by NodeBevelcontroller::OnChildChange to force redraws in undos/redos. More...
|
class | OpChangeContourWidth |
| Forces a regeneration of the bevel in all nodes in the list Used by NodeBevelcontroller::OnChildChange to force redraws in undos/redos. More...
|
class | ChangeContourWidthParam |
| Parameter for the change countour operation. More...
|
class | ContourWidthListItem |
| ListItem for use in ChangeContourWidthAction's list. More...
|
class | ChangeContourWidthAction |
| Forces a regeneration of the bevel in all nodes in the list Used by NodeBevelcontroller::OnChildChange to force redraws in undos/redos. More...
|
class | ChangeContourToOuterAction |
| Changes the node to an outer contour node & regenerates. More...
|
class | ChangeContourToInnerAction |
| Changes the node to an inner contour node & regenerates. More...
|
class | OpChangeContourToInner |
| Changes all contours to inner - used by the button on the infobar. More...
|
class | OpChangeContourToOuter |
| Changes all contours to outer - used by the button on the infobar. More...
|
class | OpChangeContourSteps |
| This changes the number of steps of the selected blends. More...
|
class | ChangeContourStepsAction |
| An action which undoes the modification of a path's filled bit (or redoes it) It can also be used to undo the IsStroked flag as well. More...
|
class | OpChangeContourColourType |
| This changes the number of steps of the selected blends. More...
|
class | OpChangeContourAttributeProfile |
| This changes the number of steps of the selected blends. More...
|
class | ChangeContourAttributeProfileAction |
| An action which undoes the modification of a path's filled bit (or redoes it) It can also be used to undo the IsStroked flag as well. More...
|
class | ChangeContourColourTypeAction |
| An action which undoes the modification of a path's filled bit (or redoes it) It can also be used to undo the IsStroked flag as well. More...
|
class | ChangeContourProfileParam |
| The op param for the creation of contours. More...
|
class | OpChangeContourObjectProfile |
| This changes the number of steps of the selected blends. More...
|
class | ChangeContourObjectProfileAction |
| An action which undoes the modification of a path's filled bit (or redoes it) It can also be used to undo the IsStroked flag as well. More...
|
class | OpChangeContourStepDistance |
| This changes the step distance of the selected blends. More...
|
class | OpConvertPathToShapes |
| This creates objects out of the paths of the selected objects. More...
|
class | ConvertPathToShapesBecomeA |
| The become A structure for the above operation Adds a node into the tree which is the stroked path of the particular node passed into the PassBack function Notes: When stepping through, you MUST store the next node before calling DoBecomeA - since the tree will be changed when PassBack is called in this class. More...
|
class | OpToggleContourInsetPath |
| Toggles the inset path states of all selected contours. More...
|
class | ToggleInsetPathAction |
| Toggles the inset path flag on the given node. More...
|
Defines |
#define | OPTOKEN_CREATECONTOUR _T("CreateContour") |
#define | OPTOKEN_REMOVECONTOUR _T("RemoveContour") |
#define | OPTOKEN_CHANGECONTOURWIDTH _T("ChangeContourWidth") |
#define | OPTOKEN_CHANGECONTOUR_INNER _T("ChangeContourToInner") |
#define | OPTOKEN_CHANGECONTOUR_OUTER _T("ChangeContourToOuter") |
#define | OPTOKEN_CHANGECONTOURSTEPS _T("ChangeContourSteps") |
#define | OPTOKEN_CHANGECONTOURCOLOURTYPE _T("ChangeContourColourType") |
#define | OPTOKEN_CHANGECONTOURATTRPROFILE _T("ChangeContourAttributeProfile") |
#define | OPTOKEN_CHANGECONTOUROBJPROFILE _T("ChangeContourObjectProfile") |
#define | OPTOKEN_CHANGECONTOURSTEPDISTANCE _T("ChangeContourStepDistance") |
#define | OPTOKEN_CONVERTPATHTOSHAPES _T("ConvertPathToShapes") |
#define | OPTOKEN_TOGGLEINSETPATH _T("InsetPath") |