wxArt2D
|
![]() |
Modules | |
id used for submitting commands to a a2dCommandProcessor | |
Classes | |
class | a2dCommandId |
Each a2dCommand is given a command id at construction. More... | |
class | a2dCommand |
a base command for the a2dCommandProcessor More... | |
class | a2dCommandException |
For exceptions thrown from commands. More... | |
class | a2dCommandGroup |
a group of commands, used to group commands together for undo/redo More... | |
class | a2dCommand_SetProperty |
used to change a property on objects More... | |
class | a2dCommandProcessorEvent |
Event sent to a2dCommandProcessor. More... | |
class | a2dCommandProcessor |
base command processor More... | |
class | a2dCommand_SetVariable |
Set a string variable inside wxDocview. More... | |
class | a2dCommand_SetEnvironmentVariable |
Set a environment variable. More... | |
class | a2dCommand_GetVariable |
Get internal variable. More... | |
class | a2dCommand_GetEnvVariable |
Get internal variable. More... | |
class | a2dCommand_CreateCameleonMask |
===================== commands for cameleons ========================= More... | |
class | a2dCommand_FlattenCameleonMask |
objects which fit the mask are grouped into a new object More... | |
class | a2dCommand_CloneCameleonFromInstMask |
objects which fit the mask are grouped into a new object More... | |
class | a2dCanvasCommandProcessor |
a command processor specially designed to work with a a2dCanvasDocument More... | |
class | a2dCommand_AddObject |
used to add object to a a2dCanvasDocument in the current parent More... | |
class | a2dCommand_ReleaseObject |
used to release object from a a2dCanvasDocument in the current parent More... | |
class | a2dCommand_MoveObject |
move object within a a2dDrawing More... | |
class | a2dCommand_ReplaceObject |
used to replace an object in a a2dCanvasDocument in the current parent More... | |
class | a2dCommand_SetFlag |
for changing boolean values inside canvas objects More... | |
class | a2dCommand_SetPinFlags |
for changing boolean flag values inside pins More... | |
class | a2dCommand_SetSelectFlag |
for changing boolean select flag values inside canvas objects More... | |
class | a2dCommand_SetSelect2Flag |
for changing boolean select2 flag values inside canvas objects More... | |
class | a2dCommand_TransformMask |
for changing only the matrix of objects for which a certain mask was set More... | |
class | a2dCommand_RotateMask |
for changing only the matrix of objects for which a certain mask was set More... | |
class | a2dCommand_AlignMask |
for changing only the alignment of objects for which a certain mask was set More... | |
class | a2dCommand_AddPoint |
used to add points to polygon objects More... | |
class | a2dCommand_RemoveSegment |
used to remove points from polygon objects More... | |
class | a2dCommand_SetSegments |
used to set the complete Segment list/array of polygons More... | |
class | a2dCommand_ChangeText |
used to change text and caret of canvas text objects in a a2dCanvasDocument More... | |
class | a2dCommand_ConnectPins |
used to connect two pins More... | |
class | a2dCommand_DisConnectPins |
used to disconnect two pins More... | |
class | a2dCommand_Select |
command on selected objects More... | |
class | a2dCommand_GroupAB |
command on selected objects More... | |
class | a2dCommand_NewGroup |
create new group at x,y More... | |
class | a2dCommand_NewPin |
create new group at x,y More... | |
class | a2dCommand_SetLayerMask |
set layer of objects which fit the mask More... | |
class | a2dCommand_DeleteMask |
delete objects which fit the mask More... | |
class | a2dCommand_ToTopMask |
objects which fit the mask to top in parent (rendered last) More... | |
class | a2dCommand_ToBackMask |
objects which fit the mask to bottom in parent (rendered first) More... | |
class | a2dCommand_CopyMask |
objects which fit the mask are copied to target and translated More... | |
class | a2dCommand_MoveMask |
objects which fit the mask are moved to target and translated More... | |
class | a2dCommand_GroupMask |
objects which fit the mask are grouped into a new object More... | |
class | a2dCommand_UnGroupMask |
objects which fit the mask are grouped into a new object More... | |
class | a2dCommand_MergeMask |
objects which fit the mask are merge into one new object More... | |
class | a2dCommand_OffsetMask |
objects which fit the mask are offset corrected More... | |
class | a2dCommand_PolygonToSurfaceMask |
objects which fit the mask are offset corrected More... | |
class | a2dCommand_SurfaceToPolygonMask |
objects which fit the mask are offset corrected More... | |
class | a2dCommand_UrlOnMask |
objects which fit the mask are given an Url property More... | |
class | a2dCommand_SetFillStrokeMask |
objects which fit the mask are given a new fill and stroke style More... | |
class | a2dCommand_SetFillStrokeExtMask |
objects which fit the mask are given a new fill and stroke style More... | |
class | a2dCommand_SetTextChangesMask |
objects which fit the mask are given a new font and other text properties More... | |
class | a2dCommand_ImagesToRectMask |
objects which fit the mask are converted to rectangles More... | |
class | a2dCommand_SetLayersProperty |
set all layers visible or not More... | |
class | a2dCommand_ConvertMask |
objects which fit the mask are converted to polygons or vector paths More... | |
class | a2dCommand_SetShowObject |
class | a2dCommand_PushInto |
class | a2dCommand_SetLayerGroup |
layer group A and B commands More... | |
class | a2dCommand_SetStroke |
set More... | |
class | a2dCommand_SetFill |
set More... | |
class | a2dCommand_SetCursor |
set cursor More... | |
class | a2dCommand_AddObjects |
used to add objects to a a2dCanvasDocument in the current parent More... | |
class | a2dCommand_AddObjectToGroup |
used to add object to a a2dCanvasDocument in the current parent More... | |
class | a2dCommand_ReleaseObjectFromGroup |
used to release object from a a2dCanvasDocument in the current parent More... | |
class | a2dMultiSelectGroup |
a2dRecursiveEditTool holds multiple edit object in here More... | |
class | a2dCentralCanvasCommandProcessor |
a command wrapper specially designed to work with wxArt2D docview classes and rest. More... | |
class | a2dCommand_GdsIoSaveTextAsPolygon |
set More... | |
class | a2dCommand_KeyIoSaveTextAsPolygon |
set More... | |
class | a2dCommand_ViewAsImage |
Export view as image. More... | |
class | a2dCommand_ViewAsSvg |
Export view as ViewAsSvg. More... | |
class | a2dCommand_KeyIoSaveFromView |
set More... | |
class | a2dCommand_GdsIoSaveFromView |
set More... | |
class | a2dCommand_ShowDlg |
command to show a dialog More... | |
The a2dCommandProcessor has commands submitted to it.