|
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 or a2dEventDistributer. 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_Exit |
| call to exit the application. More... | |
| class | a2dCommand_FileClose |
| class | a2dCommand_FileOpen |
| Open a file and make it the current document. More... | |
| class | a2dCommand_FileNew |
| Create a new file and make it the current document. More... | |
| class | a2dCommand_FileSave |
| Save the current document. More... | |
| class | a2dCommand_FileSaveAs |
| Save to a file the current document. More... | |
| class | a2dCommand_FileImport |
| Import a document in a chosen format. More... | |
| class | a2dCommand_FileExport |
| Export a document to a file. More... | |
| class | a2dCommand_FileRevert |
| Relaod file when not saved yet. More... | |
| class | a2dCommand_Print |
| Print the current document or view. More... | |
| class | a2dCommand_CreateDocument |
| Create a new document. More... | |
| class | a2dCommand_CloseDocuments |
| class | a2dCommand_Clear |
| Clear all documents. More... | |
| class | a2dCommand_Ask |
| Ask for a string. More... | |
| class | a2dCommand_AskFile |
| Ask for a file. More... | |
| class | a2dCommand_ShowVar |
| Ask for a variable. More... | |
| class | a2dCommand_SetActivateView |
| SetActivateView by the integer Id of the view. More... | |
| class | a2dCentralCanvasCommandProcessor |
| a command wrapper specially designed to work with wxArt2D docview classes and rest. 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_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_SetSelectFlag |
| for changing boolean select 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_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_Select |
| command on selected objects More... | |
| class | a2dCommand_Zoom |
| command to zoom in view More... | |
| class | a2dCommand_GroupAB |
| command on selected objects More... | |
| class | a2dCommand_SetLayerGroup |
| layer group A and B commands More... | |
| class | a2dCommand_SetLayer |
| set layer More... | |
| class | a2dCommand_SetTarget |
| set layer More... | |
| class | a2dCommand_SetDrawWireFrame |
| set More... | |
| class | a2dCommand_DrawGridLines |
| set More... | |
| class | a2dCommand_DrawGridAtFront |
| set More... | |
| class | a2dCommand_DrawGrid |
| set More... | |
| class | a2dCommand_SetSnapFeatures |
| set features More... | |
| class | a2dCommand_SetSnapFeature |
| set one snapping feature More... | |
| class | a2dCommand_SetSnap |
| set snapping for tools on or off. More... | |
| class | a2dCommand_SetFont |
| set font More... | |
| class | a2dCommand_SetStroke |
| set More... | |
| class | a2dCommand_SetFill |
| set More... | |
| class | a2dCommand_SetContourWidth |
| set SetContourWidth More... | |
| class | a2dCommand_SetPathType |
| set SetPathType More... | |
| class | a2dCommand_Refresh |
| set 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_NewGroup |
| create new group at x,y More... | |
| class | a2dCommand_NewPin |
| create new group at x,y More... | |
| class | a2dCommand_SetShowObject |
| class | a2dCommand_SaveLayers |
| Save layer settings to a CVG file. More... | |
| class | a2dCommand_LoadLayers |
| Load layer settings from a CVG file. More... | |
| class | a2dCommand_SetCursor |
| set cursor More... | |
| class | a2dCommand_SetRelativeStart |
| set releative measurement start More... | |
| class | a2dCommand_AddMeasurement |
| add measurement More... | |
| class | a2dCommand_ClearMeasurements |
| clear all measurements More... | |
| class | a2dCommand_PushInto |
| class | a2dCommand_KeyIoSaveFromView |
| set More... | |
| class | a2dCommand_GdsIoSaveFromView |
| set 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_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 | a2dCentralEditorCommandProcessor |
| a command wrapper specially designed to work with wxArt2D docview classes and rest. More... | |
| class | a2dCommand_PushTool |
| push a tool on the tool stack of the current view More... | |
| class | a2dCommand_ShowDlg |
| command to show a dialog More... | |
| class | a2dCommand_ViewAsImageAdv |
| Export view as image. 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... | |