| a2dCentralCanvasCommandProcessor(long flags=a2dDEFAULT_DOCUMENT_FLAGS, bool initialize=true, int maxCommands=-1) | a2dCentralCanvasCommandProcessor | |
| a2dCentralCanvasCommandProcessor(a2dDocumentCommandProcessor *other) | a2dCentralCanvasCommandProcessor | |
| a2dCommandProcessor(int maxCommands=-1) | a2dCommandProcessor | |
| a2dDocumentCommandProcessor(long flags=a2dDEFAULT_DOCUMENT_FLAGS, bool initialize=true, int maxCommands=-1) | a2dDocumentCommandProcessor | |
| a2dDocumentCommandProcessor(a2dDocumentCommandProcessor *other) | a2dDocumentCommandProcessor | |
| a2dLuaCentralCommandProcessor(long flags=a2dDEFAULT_DOCUMENT_FLAGS, bool initialize=true, int maxCommands=-1) | a2dLuaCentralCommandProcessor | |
| a2dLuaCentralCommandProcessor(a2dDocumentCommandProcessor *other) | a2dLuaCentralCommandProcessor | |
| a2dObject() | a2dObject | |
| a2dObject(const a2dObject &other, CloneOptions options, a2dRefMap *refs) (defined in a2dObject) | a2dObject | |
| Add_a2dArc(double xc, double yc, double radius, double start, double end) | a2dLuaCentralCommandProcessor | |
| Add_a2dArrow(double xt, double yt, double l1, double l2, double b, bool spline=false) | a2dLuaCentralCommandProcessor | |
| Add_a2dCanvasObject(double x=0, double y=0) | a2dLuaCentralCommandProcessor | |
| Add_a2dCanvasObjectReference(double x, double y, a2dCanvasObject *obj) | a2dLuaCentralCommandProcessor | |
| Add_a2dCircle(double x, double y, double radius) | a2dLuaCentralCommandProcessor | |
| Add_a2dEllipse(double xc, double yc, double width, double height) | a2dLuaCentralCommandProcessor | |
| Add_a2dEllipticArc(double xc, double yc, double width, double height, double start, double end) | a2dLuaCentralCommandProcessor | |
| Add_a2dEndsLine(double x1, double y1, double x2, double y2) | a2dLuaCentralCommandProcessor | |
| Add_a2dImage(const wxImage &image, double xc, double yc, double w, double h) | a2dLuaCentralCommandProcessor | |
| Add_a2dImage(const wxString &imagefile, wxBitmapType type, double xc, double yc, double w, double h) | a2dLuaCentralCommandProcessor | |
| Add_a2dOrigin(double w, double h) | a2dLuaCentralCommandProcessor | |
| Add_a2dPolygonL(a2dVertexList *points, bool spline=false) | a2dLuaCentralCommandProcessor | |
| Add_a2dPolylineL(a2dVertexList *points, bool spline=false) | a2dLuaCentralCommandProcessor | |
| Add_a2dRect(double x, double y, double w, double h, double radius=0) | a2dLuaCentralCommandProcessor | |
| Add_a2dRectC(double xc, double yc, double w, double h, double angle=0, double radius=0) | a2dLuaCentralCommandProcessor | |
| Add_a2dSLine(double x1, double y1, double x2, double y2) | a2dLuaCentralCommandProcessor | |
| Add_a2dText(const wxString &text, double x, double y, double angle, const a2dFont &font) | a2dLuaCentralCommandProcessor | |
| Add_Point(double x, double y) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| AddConfigPath(const wxString &path) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| AddCreatedDocument(a2dDocument *newDoc, bool sentPreAddCreatedDocumentEvent=false, bool sentPostCreateDocumentEvent=false, a2dDocumentFlagMask documentflags=a2dREFDOC_NEW, a2dTemplateFlagMask docTemplateFlags=a2dTemplateFlag::VISIBLE) | a2dDocumentCommandProcessor | |
| AddCurrent(a2dCanvasObject *objectToAdd, bool withUndo=false, a2dPropertyIdList *setStyles=NULL, a2dCanvasObject *parentObject=NULL) | a2dCentralCanvasCommandProcessor | |
| AddDocument(a2dDocument *doc) | a2dDocumentCommandProcessor | |
| AddDocumentCreateView(a2dDocument *newDoc, const wxString &viewTypeName=wxT(""), a2dDocumentFlagMask documentflags=a2dREFDOC_NEW, a2dTemplateFlagMask docTemplateFlags=a2dTemplateFlag::VISIBLE, a2dTemplateFlagMask viewTemplateFlags=a2dTemplateFlag::VISIBLE) | a2dDocumentCommandProcessor | |
| AddFileToHistory(const wxFileName &file, a2dDocumentTemplate *docTemplate=NULL, a2dViewTemplate *viewTemplate=NULL) | a2dDocumentCommandProcessor | virtual |
| AddFontPath(const wxString &path) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| AddGroupA(wxUint16 layer) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| AddGroupB(wxUint16 layer) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| AddGroupObject(const wxString &groupName, double x=0, double y=0, wxUint16 layer=0) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| AddIconPath(const wxString &path) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| AddImagePath(const wxString &path) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| AddLayersPath(const wxString &path) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| AddProperty(a2dNamedProperty *property) | a2dObject | virtual |
| AlwaysWriteSerializationId() const | a2dObject | virtual |
| Ask(const wxString &variablename, const wxString &mes) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| AskFile(const wxString &storeInVariable, const wxString &message=_("Give Name of file"), const wxString &defaultDir=_T("./"), const wxString &extension=_T("*"), const wxString &fileFilter=_T("*")) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| a2dCentralCanvasCommandProcessor::AskFile(const wxString &message, const wxString &default_path="", const wxString &default_filename="", const wxString &default_extension="", const wxString &wildcard="*.*", int flags=0, int x=-1, int y=-1) | a2dDocumentCommandProcessor | inline |
| AskFile2(const wxString &message=_("Give Name of file"), const wxString &defaultDir=_T("./"), const wxString &extension=_T("*"), const wxString &fileFilter=_T("*")) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| AssociateDocTemplate(a2dDocumentTemplate *temp) | a2dDocumentCommandProcessor | |
| AssociateViewTemplate(a2dViewTemplate *temp) | a2dDocumentCommandProcessor | |
| BoolOperation_GroupAB(a2dCommand_GroupAB::a2dDoWhat operation, bool clearTarget, bool selectedA, bool selectedB) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| CanRedo() const | a2dCommandProcessor | virtual |
| CanUndo() const | a2dCommandProcessor | virtual |
| CheckCanvasDocument() const | a2dCentralCanvasCommandProcessor | |
| CheckCurrentView(a2dView *view) | a2dDocumentCommandProcessor | |
| CheckDrawer() const | a2dCentralCanvasCommandProcessor | |
| CheckReferences() | a2dObject | |
| Clear(bool force=true) | a2dDocumentCommandProcessor | |
| ClearCommands() | a2dCommandProcessor | virtual |
| ClearGroup(const wxString &group) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| Clone(CloneOptions options, a2dRefMap *refs=NULL) const | a2dObject | |
| clone_childs enum value | a2dObject | |
| clone_deep enum value (defined in a2dObject) | a2dObject | |
| clone_flat enum value (defined in a2dObject) | a2dObject | |
| clone_members enum value | a2dObject | |
| clone_noCameleonRef enum value | a2dObject | |
| clone_noReference enum value | a2dObject | |
| clone_properties enum value | a2dObject | |
| clone_seteditcopy enum value | a2dObject | |
| clone_setoriginal enum value | a2dObject | |
| clone_toDrag enum value | a2dObject | |
| clone_unused enum value | a2dObject | |
| CloneOptions enum name | a2dObject | |
| CloseDocuments(bool force=true) | a2dDocumentCommandProcessor | |
| COMID_ShowLuaExecDlg (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | static |
| CommandGroupBegin(const wxString &name) | a2dCommandProcessor | |
| CommandGroupBegin(a2dCommandGroup *group) | a2dCommandProcessor | |
| CommandGroupEnd(a2dCommandGroup *group) | a2dCommandProcessor | |
| Connect(int winid, int lastId, int eventType, wxObjectEventFunction func, wxObject *userData=(wxObject *) NULL, wxEvtHandler *eventSink=(wxEvtHandler *) NULL) (defined in a2dObject) | a2dObject | |
| ConnectEvent(wxEventType type, wxEvtHandler *eventSink) | a2dObject | |
| ConvertLinesArcsGroupA() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| ConvertPolygonToArcsGroupA(bool detectCircle=false) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| ConvertPolylineToArcsGroupA() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| ConvertToArcsGroupA(bool detectCircle=false) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| ConvertToPolygonPolylinesWithArcsGroupA() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| ConvertToPolygonPolylinesWithoutArcsGroupA() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| ConvertToPolylinesGroupA() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| ConvertToVPathsGroupA() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| CopyGroupA() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| CopySelected(double x, double y, long layer) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| CreateDocuments(const wxString &path, a2dDocumentFlagMask documentflags=a2dREFDOC_NON, a2dDocumentTemplate *wantedDocTemplate=NULL, int dialogflags=wxFD_OPEN, a2dTemplateFlagMask docTemplateFlags=a2dTemplateFlag::VISIBLE) | a2dDocumentCommandProcessor | virtual |
| CreateView(a2dDocument *doc, const wxString &viewTypeName=wxT(""), a2dDocumentFlagMask flags=a2dREFDOC_NON, a2dTemplateFlagMask viewTemplateFlags=a2dTemplateFlag::VISIBLE) | a2dDocumentCommandProcessor | virtual |
| CvgString(const wxString &cvgString) (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| DECLARE_PROPERTIES() (defined in a2dObject) | a2dObject | |
| DeleteDlgs() (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| DeleteGroupA() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| DeleteSelected() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| DeSelectAll() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| DetectSmallGroupA() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| DisassociateDocTemplate(a2dDocumentTemplate *temp) | a2dDocumentCommandProcessor | |
| DisassociateViewTemplate(a2dViewTemplate *temp) | a2dDocumentCommandProcessor | |
| Disconnect(int winid, int lastId, wxEventType eventType, wxObjectEventFunction func=NULL, wxObject *userData=(wxObject *) NULL, wxEvtHandler *eventSink=(wxEvtHandler *) NULL) (defined in a2dObject) | a2dObject | |
| DisconnectEvent(wxEventType type, wxEvtHandler *eventSink) | a2dObject | |
| DisconnectEventAll(wxEvtHandler *eventSink) | a2dObject | |
| DoCommand(a2dCommand &cmd) | a2dCommandProcessor | protectedvirtual |
| DoIgnoreIfNotMember(const a2dPropertyId *id) const | a2dObject | inlineprotectedvirtual |
| DoLoad(wxObject *parent, a2dIOHandlerXmlSerIn &parser, a2dXmlSer_flag xmlparts) | a2dObject | protectedvirtual |
| DoPostCommand(a2dCommand &cmd) | a2dCommandProcessor | protectedvirtual |
| DoPreCommand(a2dCommand &cmd) | a2dCommandProcessor | protectedvirtual |
| DoSave(wxObject *parent, a2dIOHandlerXmlSerOut &out, a2dXmlSer_flag xmlparts, a2dObjectList *towrite) | a2dObject | protectedvirtual |
| DoWalker(wxObject *parent, a2dWalkerIOHandler &handler) | a2dObject | protectedvirtual |
| DrawGrid(bool onOff=true) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| DrawGridAtFront(bool onOff=true) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| DrawGridLines(bool onOff=true) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| DrawWireFrame(bool onOff=true) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| EditProperties(const a2dPropertyId *id, bool withUndo=true) | a2dObject | virtual |
| Execute(const wxString &commandsString, bool withUndo=TRUE) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| ExecuteF(bool withUndo, wxChar *Format,...) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | virtual |
| ExecuteFile(const wxString &fileName) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| Exit(bool force=true) | a2dDocumentCommandProcessor | |
| FileClose(bool force=true) | a2dDocumentCommandProcessor | |
| FileExport(const wxString &path, const wxString &description, bool silent=true) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| a2dCentralCanvasCommandProcessor::FileExport(const wxFileName &file=wxFileName(wxT("")), const wxString &description=wxT(""), a2dDocumentFlagMask flags=a2dREFDOC_NON) | a2dDocumentCommandProcessor | |
| FileHistoryAddFilesToMenu() | a2dDocumentCommandProcessor | virtual |
| FileHistoryAddFilesToMenu(wxMenu *menu) | a2dDocumentCommandProcessor | virtual |
| FileHistoryRemoveMenu(wxMenu *menu) | a2dDocumentCommandProcessor | virtual |
| FileHistoryUseMenu(wxMenu *menu) | a2dDocumentCommandProcessor | virtual |
| FileImport(const wxString &path, const wxString &description) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| a2dCentralCanvasCommandProcessor::FileImport(const wxFileName &file=wxFileName(wxT("")), const wxString &description=wxT(""), a2dDocumentFlagMask flags=a2dREFDOC_NON) | a2dDocumentCommandProcessor | |
| FileNew() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| a2dCentralCanvasCommandProcessor::FileNew(a2dDocumentPtr &doc, a2dTemplateFlagMask docTemplateFlags=a2dTemplateFlag::VISIBLE) | a2dDocumentCommandProcessor | |
| FileOpen(const wxString &path) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| FileOpen(a2dDocumentPtr &doc, wxFileName &path) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| a2dCentralCanvasCommandProcessor::FileOpen(a2dDocumentPtr &doc, const wxFileName &file=wxFileName(wxT("")), a2dTemplateFlagMask docTemplateFlags=a2dTemplateFlag::VISIBLE|a2dTemplateFlag::LOAD) | a2dDocumentCommandProcessor | |
| FileOpenCheck(a2dDocumentPtr &doc, const wxFileName &file, bool checkModification) | a2dDocumentCommandProcessor | |
| FileRevert() | a2dDocumentCommandProcessor | |
| FileSave() | a2dDocumentCommandProcessor | |
| FileSaveAll() | a2dDocumentCommandProcessor | |
| FileSaveAs(const wxString &path, bool silent=true) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| a2dCentralCanvasCommandProcessor::FileSaveAs(const wxFileName &file=wxFileName(wxT("")), a2dDocumentFlagMask flags=a2dREFDOC_NON) | a2dDocumentCommandProcessor | |
| FilesOpen(const wxString &openPath=wxT(""), int dialogFlags=wxFD_MULTIPLE|wxFD_OPEN, a2dTemplateFlagMask docTemplateFlags=a2dTemplateFlag::VISIBLE|a2dTemplateFlag::LOAD) | a2dDocumentCommandProcessor | |
| FillLibraryPoints() (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| Find(const wxString &objectname) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| FindActiveGroup() | a2dCommandProcessor | protected |
| FindProperty(const a2dPropertyId *id, a2dPropertyId::Flags flags=a2dPropertyId::flag_none) | a2dObject | virtual |
| FindProperty(const a2dPropertyId *id, a2dPropertyId::Flags flags=a2dPropertyId::flag_none) const | a2dObject | virtual |
| FindTemplateForPath(const a2dDocumentTemplateList &docTemplates, const wxString &path, a2dTemplateFlagMask mask=a2dTemplateFlag::VISIBLE) | a2dDocumentCommandProcessor | virtual |
| FlushDoc(a2dDocument *doc) (defined in a2dDocumentCommandProcessor) | a2dDocumentCommandProcessor | virtual |
| GdsIoSaveTextAsPolygon(bool onOff) (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| GetAberArcToPoly() const | a2dCentralCanvasCommandProcessor | |
| GetAberPolyToArc() const | a2dCentralCanvasCommandProcessor | |
| GetActiveEditorFrame() | a2dLuaCentralCommandProcessor | |
| GetActiveTool() | a2dCentralCanvasCommandProcessor | |
| GetAutoZeroPtrList() | a2dObject | inline |
| GetBooleanEngineCorrectionAber() const | a2dCentralCanvasCommandProcessor | |
| GetBooleanEngineCorrectionFactor() const | a2dCentralCanvasCommandProcessor | |
| GetBooleanEngineDGrid() const | a2dCentralCanvasCommandProcessor | |
| GetBooleanEngineGrid() const | a2dCentralCanvasCommandProcessor | |
| GetBooleanEngineLinkHoles() const | a2dCentralCanvasCommandProcessor | |
| GetBooleanEngineMarge() const | a2dCentralCanvasCommandProcessor | |
| GetBooleanEngineMaxlinemerge() const | a2dCentralCanvasCommandProcessor | |
| GetBooleanEngineRoundfactor() const | a2dCentralCanvasCommandProcessor | |
| GetBooleanEngineSmoothAber() const | a2dCentralCanvasCommandProcessor | |
| GetBooleanEngineWindingRule() const | a2dCentralCanvasCommandProcessor | |
| GetBusyExit() | a2dDocumentCommandProcessor | inline |
| GetCanvasDocument() | a2dCentralCanvasCommandProcessor | inline |
| GetCheck() const | a2dObject | inline |
| GetCurrentCommand() const | a2dCommandProcessor | inline |
| GetCurrentDocument() const | a2dDocumentCommandProcessor | |
| GetCurrentDocumentCommandProcessor() const | a2dDocumentCommandProcessor | |
| GetCurrentGroup() const | a2dCommandProcessor | inline |
| GetCurrentView() const | a2dDocumentCommandProcessor | |
| GetDefaultPrintSettings() | a2dDocumentCommandProcessor | |
| GetDocTemplates() | a2dDocumentCommandProcessor | inline |
| GetDocuments() const | a2dDocumentCommandProcessor | inline |
| GetDrawingCmdProcessor() | a2dCentralCanvasCommandProcessor | inline |
| GetFileHistory() const | a2dDocumentCommandProcessor | inlinevirtual |
| GetHistoryFile(size_t i) const | a2dDocumentCommandProcessor | virtual |
| GetHistoryFileItem(size_t i) const | a2dDocumentCommandProcessor | virtual |
| GetHistoryFilesCount() const | a2dDocumentCommandProcessor | virtual |
| GetLastDirectory() const | a2dDocumentCommandProcessor | inline |
| GetLayersDocument() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| GetLayersGlobal() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| GetLibraryPoints() const (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | inline |
| GetLuaState() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | inline |
| GetMaxCommands() const | a2dCommandProcessor | inline |
| GetMaxDocsOpen() const | a2dDocumentCommandProcessor | inline |
| GetName() const | a2dObject | virtual |
| GetOwnedBy() | a2dObject | inline |
| GetPageSetupData(void) const (defined in a2dDocumentCommandProcessor) | a2dDocumentCommandProcessor | inline |
| GetPreferredExportDocumentTemplate() | a2dDocumentCommandProcessor | inline |
| GetPreferredImportDocumentTemplate() | a2dDocumentCommandProcessor | inline |
| GetPreferredOpenDocumentTemplate() | a2dDocumentCommandProcessor | inline |
| GetPrintSetup(a2dPrintWhat printWhat) | a2dDocumentCommandProcessor | |
| GetProperty(const a2dPropertyId *propertyId, a2dPropertyId::Flags flags=a2dPropertyId::flag_none) const | a2dObject | |
| GetPropertyList() const | a2dObject | inline |
| GetRadiusMax() const | a2dCentralCanvasCommandProcessor | |
| GetRadiusMin() const | a2dCentralCanvasCommandProcessor | |
| GetRedoAccelerator() const | a2dCommandProcessor | inline |
| GetRedoMenuLabel() const | a2dCommandProcessor | |
| GetRelease() const | a2dObject | inline |
| GetRootGroup() const | a2dCommandProcessor | inline |
| GetSelectedOnlyA() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| GetSelectedOnlyB() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| GetSmall() const | a2dCentralCanvasCommandProcessor | |
| GetUndo() | a2dDocumentCommandProcessor | inline |
| GetUndoAccelerator() const | a2dCommandProcessor | inline |
| GetUndoMenuLabel() const | a2dCommandProcessor | |
| GetUniqueSerializationId() const | a2dObject | |
| GetUnitsScaleOfDocument() | a2dCentralCanvasCommandProcessor | |
| GetURI() const | a2dObject | |
| GetVariable(const wxString &varname) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| GetViewTemplates() | a2dDocumentCommandProcessor | inline |
| Group() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| HasDynamicProperties() const | a2dObject | inline |
| HasProperty(const a2dPropertyId *id, const wxString &stringvalue=wxEmptyString) const | a2dObject | virtual |
| Initialize() | a2dDocumentCommandProcessor | virtual |
| InsertGroupRef(double x, double y) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| IsShowna2dLuaExecDlg() | a2dLuaCentralCommandProcessor | |
| IsShownStructureDlg() (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| IsTemporary_DontSave() const | a2dObject | inlinevirtual |
| KeyIoSaveTextAsPolygon(bool onOff) (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| LinkReference(a2dObject *other) | a2dObject | virtual |
| Load(wxObject *parent, a2dIOHandlerXmlSerIn &parser) | a2dObject | virtual |
| LoadFromDocument(a2dIOHandlerXmlSerIn &parser) | a2dObject | |
| LoadLayers(const wxString &filename) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| LoadLayers(const wxFileName &fileName) (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| m_autozeroptrlist | a2dObject | protected |
| m_busyExit | a2dDocumentCommandProcessor | protected |
| m_check | a2dObject | protected |
| m_currentCommand | a2dCommandProcessor | protected |
| m_currentDocument | a2dDocumentCommandProcessor | protected |
| m_currentGroup | a2dCommandProcessor | protected |
| m_currentView | a2dDocumentCommandProcessor | protected |
| m_defaultDocumentNameCounter | a2dDocumentCommandProcessor | protected |
| m_docs | a2dDocumentCommandProcessor | protected |
| m_docTemplates | a2dDocumentCommandProcessor | protected |
| m_fileHistory | a2dDocumentCommandProcessor | protected |
| m_flags | a2dDocumentCommandProcessor | protected |
| m_interp (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | protected |
| m_iteratorCount (defined in a2dObject) | a2dObject | protected |
| m_lastDirectory | a2dDocumentCommandProcessor | protected |
| m_layerOrderDlg (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | protected |
| m_layersdlg (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | protected |
| m_librarypoints (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | protected |
| m_listOfIdforAddPrims (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | protected |
| m_luaExecDlg (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | protected |
| m_maxDocsOpen | a2dDocumentCommandProcessor | protected |
| m_maxNoCommands | a2dCommandProcessor | protected |
| m_pageSetupData | a2dDocumentCommandProcessor | protected |
| m_pendingDisconnects (defined in a2dObject) | a2dObject | protected |
| m_preferredExportTemplate | a2dDocumentCommandProcessor | protected |
| m_preferredImportTemplate | a2dDocumentCommandProcessor | protected |
| m_preferredOpenTemplate | a2dDocumentCommandProcessor | protected |
| m_propertylist | a2dObject | protected |
| m_recursion_active | a2dObject | protected |
| m_redoAccelerator | a2dCommandProcessor | protected |
| m_refcount | a2dObject | protected |
| m_release | a2dObject | protected |
| m_rootGroup | a2dCommandProcessor | protected |
| m_structDlgDoc (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | protected |
| m_undoAccelerator | a2dCommandProcessor | protected |
| m_viewTemplates | a2dDocumentCommandProcessor | protected |
| m_withUndo | a2dDocumentCommandProcessor | protected |
| MakeDefaultName(wxString &buf) | a2dDocumentCommandProcessor | virtual |
| MakeFrameTitle(a2dDocument *doc, const wxString &modifiedIndicator=wxT("")) | a2dDocumentCommandProcessor | virtual |
| MatchTemplate(const wxString &path) | a2dDocumentCommandProcessor | |
| Message(const wxString &message) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| Move_Point(int index, double x, double y) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| MoveGroupA() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| MoveSelected(double x, double y, long layer) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| NewPin(double x, double y, const wxString &groupname) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| OnActivateView(a2dViewEvent &viewevent) | a2dDocumentCommandProcessor | protected |
| OnAddView(a2dDocumentEvent &docevent) | a2dDocumentCommandProcessor | protected |
| OnBusyBegin(a2dCommandProcessorEvent &event) | a2dCentralCanvasCommandProcessor | protected |
| OnBusyEnd(a2dCommandProcessorEvent &event) | a2dCentralCanvasCommandProcessor | protected |
| OnCannotOpenDocument(a2dCommandEvent &event) | a2dDocumentCommandProcessor | |
| OnChangedDocument(a2dCommandEvent &event) (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | protected |
| OnCreateFileHistory() | a2dDocumentCommandProcessor | virtual |
| OnExit() | a2dLuaCentralCommandProcessor | virtual |
| OnMenu(wxCommandEvent &event) | a2dCentralCanvasCommandProcessor | |
| OnPropertyChanged(const a2dPropertyId *id) | a2dObject | virtual |
| OnPushToolUpdateMenu(wxUpdateUIEvent &event) (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| OnRedo(wxCommandEvent &event) | a2dDocumentCommandProcessor | protected |
| OnRemoveView(a2dDocumentEvent &viewevent) | a2dDocumentCommandProcessor | protected |
| OnUndo(wxCommandEvent &event) | a2dDocumentCommandProcessor | protected |
| OnUpdateCreateView(wxUpdateUIEvent &event) | a2dDocumentCommandProcessor | protected |
| OnUpdateFileClose(wxUpdateUIEvent &event) | a2dDocumentCommandProcessor | protected |
| OnUpdateFileCloseAll(wxUpdateUIEvent &event) | a2dDocumentCommandProcessor | protected |
| OnUpdateFileNew(wxUpdateUIEvent &event) | a2dDocumentCommandProcessor | protected |
| OnUpdateFileOpen(wxUpdateUIEvent &event) | a2dDocumentCommandProcessor | protected |
| OnUpdateFileRevert(wxUpdateUIEvent &event) | a2dDocumentCommandProcessor | protected |
| OnUpdateFileSave(wxUpdateUIEvent &event) | a2dDocumentCommandProcessor | protected |
| OnUpdateFileSaveAll(wxUpdateUIEvent &event) | a2dDocumentCommandProcessor | protected |
| OnUpdateFileSaveAs(wxUpdateUIEvent &event) | a2dDocumentCommandProcessor | protected |
| OnUpdateMenu(wxUpdateUIEvent &event) (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| OnUpdatePreview(wxUpdateUIEvent &event) | a2dDocumentCommandProcessor | protected |
| OnUpdatePrint(wxUpdateUIEvent &event) | a2dDocumentCommandProcessor | protected |
| OnUpdatePrintSetup(wxUpdateUIEvent &event) | a2dDocumentCommandProcessor | protected |
| OnUpdateRedo(wxUpdateUIEvent &event) (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| OnUpdateUndo(wxUpdateUIEvent &event) (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| operator=(const a2dObject &other) | a2dObject | |
| PopTool() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| Preview(a2dPrintWhat printWhat=a2dPRINT_Preview) | a2dDocumentCommandProcessor | |
| Print(a2dPrintWhat printWhat=a2dPRINT_Print) | a2dDocumentCommandProcessor | |
| PrintSetup(a2dPrintWhat printWhat) | a2dDocumentCommandProcessor | |
| ProcessConnectedEvent(wxEvent &event) | a2dObject | |
| ProcessEvent(wxEvent &event) | a2dCentralCanvasCommandProcessor | virtual |
| PROPID_autozeroptrlist (defined in a2dObject) | a2dObject | static |
| PROPID_Check | a2dObject | static |
| PROPID_Name | a2dObject | static |
| PROPID_URI | a2dObject | static |
| PushInto(const wxString &name) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| PushTool(const a2dCommandId &which, bool shiftadd=false, bool oneshot=false) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| Redo() | a2dCommandProcessor | virtual |
| RedoCommand(a2dCommand &cmd) | a2dCommandProcessor | protectedvirtual |
| refcount_nondynamic enum value (defined in a2dObject) | a2dObject | protected |
| Refresh() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| ReleaseTemplate(a2dDocumentTemplate *temp, long flags=0) | a2dDocumentCommandProcessor | |
| RemoveDocument(a2dDocument *doc) | a2dDocumentCommandProcessor | |
| RemoveFileFromHistory(size_t i) | a2dDocumentCommandProcessor | virtual |
| RemoveProperty(const a2dPropertyId *id, bool all=true) | a2dObject | virtual |
| RemoveRedundantGroupA() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| RemoveTemporaryProperties() | a2dObject | |
| ResolveInform() | a2dObject | virtual |
| Save(wxObject *parent, a2dIOHandlerXmlSerOut &out, a2dObjectList *towrite) | a2dObject | virtual |
| SaveAsDocument(a2dIOHandlerXmlSerOut &out) | a2dObject | |
| SaveLayers(const wxFileName &fileName) (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| SaveLayersDocument(const wxString &filename) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SaveLayersGlobal(const wxString &filename) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SaveViewAsImage(a2dCanvasDocument *doc, const wxString &file, wxBitmapType type, a2dCanvasObject *from) | a2dCentralCanvasCommandProcessor | |
| SearchDynamicEventTable(wxEvent &event) (defined in a2dObject) | a2dObject | |
| SelectAll() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SelectDocumentPath(const wxString &title, const a2dDocumentTemplateList &docTemplates, wxString &path, a2dDocumentFlagMask flags, wxArrayString *selectedPaths, a2dDocumentTemplate **chosenTemplate, int dialogflags=wxFD_OPEN, a2dTemplateFlagMask docTemplateFlags=a2dTemplateFlag::VISIBLE, const a2dDocumentTemplate *preferedTemplate=NULL) | a2dDocumentCommandProcessor | virtual |
| SelectDocumentType(bool sort=false, a2dTemplateFlagMask docTemplateFlags=a2dTemplateFlag::VISIBLE) | a2dDocumentCommandProcessor | virtual |
| SelectedChangeLayer(long layer) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SelectViewType(a2dDocument *doc, const a2dViewTemplateList &list, const wxString &viewTypeName=wxT(""), bool sort=false, a2dTemplateFlagMask viewTemplateFlags=a2dTemplateFlag::VISIBLE) | a2dDocumentCommandProcessor | virtual |
| SentBusyEvent(bool start, a2dCommand *command) | a2dCommandProcessor | protected |
| SetAberArcToPoly(const a2dDoMu &aber) | a2dCentralCanvasCommandProcessor | |
| SetAberPolyToArc(const a2dDoMu &aber) | a2dCentralCanvasCommandProcessor | |
| SetBooleanEngineCorrectionAber(const a2dDoMu &aber) | a2dCentralCanvasCommandProcessor | |
| SetBooleanEngineCorrectionFactor(const a2dDoMu &aber) | a2dCentralCanvasCommandProcessor | |
| SetBooleanEngineDGrid(double dgrid) | a2dCentralCanvasCommandProcessor | |
| SetBooleanEngineGrid(long grid) | a2dCentralCanvasCommandProcessor | |
| SetBooleanEngineLinkHoles(bool doLinkHoles) (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| SetBooleanEngineMarge(const a2dDoMu &marge) | a2dCentralCanvasCommandProcessor | |
| SetBooleanEngineMaxlinemerge(const a2dDoMu &maxline) | a2dCentralCanvasCommandProcessor | |
| SetBooleanEngineRoundfactor(double roundfac) | a2dCentralCanvasCommandProcessor | |
| SetBooleanEngineSmoothAber(const a2dDoMu &aber) (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| SetBooleanEngineWindingRule(bool rule) | a2dCentralCanvasCommandProcessor | |
| SetBusyExit(bool exitBusy) | a2dDocumentCommandProcessor | inline |
| SetCheck(bool check) | a2dObject | inline |
| SetCurrentDocument(a2dDocument *document) | a2dDocumentCommandProcessor | |
| SetCurrentGroup(a2dCommandGroup *group) | a2dCommandProcessor | |
| SetCurrentToLastActive() | a2dCommandProcessor | protected |
| SetCurrentView(a2dView *view) | a2dCentralCanvasCommandProcessor | virtual |
| SetCursor(double x, double y) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SetDocumentLayers(const wxString &propertyname, const wxString &value) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SetFillStrokeSelected() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SetGridX(const a2dDoMu &gridX) | a2dCentralCanvasCommandProcessor | |
| SetGridY(const a2dDoMu &gridY) | a2dCentralCanvasCommandProcessor | |
| SetLastDirectory(const wxString &dir) | a2dDocumentCommandProcessor | inline |
| SetLayer(wxUint16 layer) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SetLayerProperty(long layer, const wxString &propertyname, const wxString &value) | a2dCentralCanvasCommandProcessor | |
| SetLayersDocument(a2dLayers *layers) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SetLayersGlobal(a2dLayers *layers) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SetMaxDocsOpen(size_t n) | a2dDocumentCommandProcessor | inline |
| SetMenuStrings() | a2dCommandProcessor | virtual |
| SetName(const wxString &name) | a2dObject | virtual |
| SetNonDynamic() | a2dObject | virtual |
| SetOrAddPropertyToObject(a2dObject *propRefObject, const wxString &name, const wxString &value=wxT(""), bool withUndo=true) | a2dCommandProcessor | virtual |
| SetOrAddPropertyToObject(a2dObject *propRefObject, a2dNamedProperty *property, bool withUndo=true) | a2dCommandProcessor | virtual |
| SetPageSetupData(const wxPageSetupDialogData &pageSetupData) (defined in a2dDocumentCommandProcessor) | a2dDocumentCommandProcessor | inline |
| SetPageSetupData(wxPageSetupDialogData *pageSetupData) (defined in a2dDocumentCommandProcessor) | a2dDocumentCommandProcessor | |
| SetPreferredExportDocumentTemplate(a2dDocumentTemplate *docTemplate) | a2dDocumentCommandProcessor | inline |
| SetPreferredImportDocumentTemplate(a2dDocumentTemplate *docTemplate) | a2dDocumentCommandProcessor | inline |
| SetPreferredOpenDocumentTemplate(a2dDocumentTemplate *docTemplate) | a2dDocumentCommandProcessor | inline |
| SetProperty(a2dNamedProperty *propertyHolder, a2dPropertyId::SetFlags flags=a2dPropertyId::set_none) | a2dObject | |
| SetProperty(const a2dNamedProperty &propertyHolder, a2dPropertyId::SetFlags flags=a2dPropertyId::set_none) | a2dObject | |
| SetPropertyToObject(const wxString &objectname, const wxString &propertyname, const wxString &value=wxT("")) | a2dCentralCanvasCommandProcessor | |
| SetPropertyToObject(const wxString &objectname, a2dNamedProperty *property) | a2dCentralCanvasCommandProcessor | |
| SetRadiusMax(const a2dDoMu &radiusMax) | a2dCentralCanvasCommandProcessor | |
| SetRadiusMin(const a2dDoMu &radiusMin) | a2dCentralCanvasCommandProcessor | |
| SetRedoAccelerator(const wxString &accel) | a2dCommandProcessor | inline |
| SetRelease(bool value) | a2dObject | inline |
| SetSelectedOnlyA(bool selectedOnlyA) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SetSelectedOnlyB(bool selectedOnlyB) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SetShowObject(int index) | a2dCentralCanvasCommandProcessor | |
| SetSmall(const a2dDoMu &smallest) | a2dCentralCanvasCommandProcessor | |
| SetSnap(bool snap) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SetSnapFeatures(wxUint32 features) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SetTarget(wxUint16 target) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SetUndo(bool withUndo) | a2dDocumentCommandProcessor | inline |
| SetUndoAccelerator(const wxString &accel) | a2dCommandProcessor | inline |
| SetURI(const wxURI &url) | a2dObject | |
| SetUrl() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| SetVariable(const wxString &varname, const wxString &varvalue) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| ShowDlg(const a2dCommandId *comID, bool modal, bool onTop) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | virtual |
| ShowLuaExecDlg() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | protected |
| ShowVariable(const wxString &variableName, const wxString &message) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| sm_Edit_properties | a2dObject | static |
| SmrtPtrRelease() | a2dCommandProcessor | virtual |
| Store(a2dCommand *command) | a2dCommandProcessor | virtual |
| Submit(a2dCommand *command, bool storeIt=true) | a2dCommandProcessor | virtual |
| SubmitToDocument(a2dCommand *command, bool storeIt=true) | a2dDocumentCommandProcessor | virtual |
| SubmitToDrawing(a2dCommand *command, bool storeIt=true) | a2dCentralCanvasCommandProcessor | |
| TakeOverProperties(a2dObject *from, a2dPropertyIdList *listOfIds) | a2dObject | |
| TAutoZeroPtrListClass typedef | a2dObject | |
| ToBack() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| ToTop() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| TransformSelected(const wxString &str) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| Undo() | a2dCommandProcessor | virtual |
| UndoCommand(a2dCommand &cmd) | a2dCommandProcessor | protectedvirtual |
| UnGroup(bool selected, bool deep) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| UnGroup() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| Update() | a2dCentralCanvasCommandProcessor | |
| UpdateAllViews() (defined in a2dCentralCanvasCommandProcessor) | a2dCentralCanvasCommandProcessor | |
| ViewAsImageAdv(const wxFileName &file, wxBitmapType type, bool onView=false) (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| Walker(wxObject *parent, a2dWalkerIOHandler &handler) | a2dObject | |
| Zoom(double x1, double y1, double x2, double y2, bool upp) | a2dCentralCanvasCommandProcessor | |
| ZoomOut() (defined in a2dLuaCentralCommandProcessor) | a2dLuaCentralCommandProcessor | |
| ~a2dCentralCanvasCommandProcessor() | a2dCentralCanvasCommandProcessor | |
| ~a2dCommandProcessor() | a2dCommandProcessor | virtual |
| ~a2dDocumentCommandProcessor() | a2dDocumentCommandProcessor | |
| ~a2dLuaCentralCommandProcessor() | a2dLuaCentralCommandProcessor | |
| ~a2dObject() | a2dObject | virtual |