#include <candocproc.h>


Public Member Functions | |
| a2dCentralEditorCommandProcessor (long flags=a2dDEFAULT_DOCUMENT_FLAGS, bool initialize=true, int maxCommands=-1) | |
| a2dCentralEditorCommandProcessor (a2dDocumentCommandProcessor *other) | |
| initilize with lower level command processor | |
| ~a2dCentralEditorCommandProcessor () | |
| destructor | |
| void | OnEditProperties (a2dPropertyEditEvent &event) |
| void | OnUpdateMenu (wxUpdateUIEvent &event) |
| void | OnMenu (wxCommandEvent &event) |
| All menu's a2dMenuIdItem using can be intercepted here. | |
| virtual void | OnExit () |
| cleaup modeless dialogs created from here | |
| virtual bool | ShowDlg (const a2dCommandId *comID, bool modal, bool onTop) |
| void | DeleteDlgs () |
| bool | IsShownToolDlg () |
| bool | IsShowna2dStyleDialog () |
| bool | IsShownLayerPropertiesDialog () |
| bool | IsShownLayerOrderDialog () |
| bool | IsShownIdentifyDialog () |
| bool | IsShowna2dSnapSettings () |
| bool | IsShowna2dCoordinateEntry () |
| bool | IsShowna2dMeasureDlg () |
| bool | IsShowna2dPathSettings () |
| bool | IsShowna2dSettings () |
| bool | IsShowna2dTransDlg () |
| bool | IsShownPropEditDlg () |
| bool | IsShownStructureDlg () |
Static Public Attributes | |
| static const a2dCommandId | COMID_PopTool |
| static const a2dCommandId | COMID_InsertGroupRef |
| static const a2dCommandId | COMID_ShowDlgLayers |
| static const a2dCommandId | COMID_ShowDlgLayersDocument |
| static const a2dCommandId | COMID_ShowDlgLayersGlobal |
| static const a2dCommandId | COMID_ShowDlgLayerOrderDocument |
| static const a2dCommandId | COMID_ShowDlgLayerOrderGlobal |
| static const a2dCommandId | COMID_ShowDlgTools |
| static const a2dCommandId | COMID_ShowDlgStyle |
| static const a2dCommandId | COMID_ShowDlgSnap |
| static const a2dCommandId | COMID_ShowDlgGroups |
| static const a2dCommandId | COMID_ShowDlgIdentify |
| static const a2dCommandId | COMID_ShowDlgCoordEntry |
| static const a2dCommandId | COMID_ShowDlgMeasure |
| static const a2dCommandId | COMID_ShowDlgStructure |
| static const a2dCommandId | COMID_ShowDlgPathSettings |
| static const a2dCommandId | COMID_ShowDlgSettings |
| static const a2dCommandId | COMID_ShowDlgTrans |
| static const a2dCommandId | COMID_ShowDlgPropEdit |
Protected Member Functions | |
| bool | InsertGroupRef () |
Protected Attributes | |
| ToolDlg * | m_tooldlg |
| a2dStyleDialog * | m_styledlg |
| LayerPropertiesDialog * | m_layersdlg |
| a2dLayerOrderDialog * | m_layerOrderDlg |
| a2dLayerDialog * | m_layerChooseDlg |
| IdentifyDialog * | m_identifyDlg |
| a2dSnapSettings * | m_snapSettings |
| a2dCoordinateEntry * | m_coordEntry |
| a2dMeasureDlg * | m_measure |
| a2dPathSettings * | m_pathsettings |
| a2dSettings * | m_settings |
| a2dTransDlg * | m_transset |
| a2dPropertyEditorDlg * | m_propEdit |
| a2dCanvasObjectsDialog * | m_structDlg |
This class wraps command string into functions for a a2dDocumentCommandProcessor.
Definition at line 187 of file candocproc.h.
| a2dCentralEditorCommandProcessor::a2dCentralEditorCommandProcessor | ( | long | flags = a2dDEFAULT_DOCUMENT_FLAGS, |
|
| bool | initialize = true, |
|||
| int | maxCommands = -1 | |||
| ) |