Searched refs:GetCommandProcessor (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Dview.cpp54 doc->GetCommandProcessor()->SetEditMenu(((MyFrame *)frame)->editMenu);
55 doc->GetCommandProcessor()->Initialize();
192 doc->GetCommandProcessor()->Submit(new DiagramCommand(_T("Cut"), wxID_CUT, doc, NULL, 0.0, 0.0, true, theShape));
217 doc->GetCommandProcessor()->Submit(new DiagramCommand(_T("Change colour"), OGLEDIT_CHANGE_BACKGROUND_COLOUR, doc,
228 GetDocument()->GetCommandProcessor()->Submit(new DiagramCommand(_T("Edit label"), OGLEDIT_EDIT_LABEL, (DiagramDocument*) GetDocument(), newLabel, theShape));
286 view->GetDocument()->GetCommandProcessor()->Submit(
H A Ddoc.cpp433 doc->GetCommandProcessor()->Submit(new DiagramCommand(_T("Cut"), wxID_CUT, doc, NULL, 0.0, 0.0, line->Selected(), line));
540 canvas->view->GetDocument()->GetCommandProcessor()->Submit(
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docview/
H A Dview.cpp75 doc->GetCommandProcessor()->SetEditMenu(((MyFrame *)frame)->editMenu);
76 doc->GetCommandProcessor()->Initialize();
149 doc->GetCommandProcessor()->Submit(new DrawingCommand(_T("Cut Last Segment"), DOODLE_CUT, doc, (DoodleSegment *) NULL));
250 doc->GetCommandProcessor()->Submit(new DrawingCommand(_T("Add Segment"), DOODLE_ADD, doc, currentSegment));
H A Ddocview.cpp209 doc->GetCommandProcessor()->SetEditMenu(edit_menu);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dview.cpp97 doc->GetCommandProcessor()->SetEditMenu(editMenu);
98 doc->GetCommandProcessor()->Initialize();
228 event.Enable(doc->GetCommandProcessor()->CanUndo());
234 event.Enable(doc->GetCommandProcessor()->CanRedo());
345 doc->GetCommandProcessor()->Submit(cmd);
370 doc->GetCommandProcessor()->Submit(command);
417 doc->GetCommandProcessor()->Submit(cmd);
495 doc->GetCommandProcessor()->Submit(cmd);
607 doc->GetCommandProcessor()->Submit(cmd);
731 doc->GetCommandProcessor()
[all...]
H A Dshapes.cpp114 view->GetDocument()->GetCommandProcessor()->Submit(new csDiagramCommand("Edit label", (csDiagramDocument*) view->GetDocument(),
248 canvas->GetView()->GetDocument()->GetCommandProcessor()->Submit(
455 canvas->GetView()->GetDocument()->GetCommandProcessor()->Submit(cmd);
558 canvas->GetView()->GetDocument()->GetCommandProcessor()->Submit(cmd);
595 canvas->GetView()->GetDocument()->GetCommandProcessor()->Submit(cmd);
700 view->GetDocument()->GetCommandProcessor()->Submit(new csDiagramCommand(_T("Edit properties"), (csDiagramDocument*) view->GetDocument(),
1069 view->GetDocument()->GetCommandProcessor()->Submit(new csDiagramCommand(_T("Move line point"), (csDiagramDocument*) view->GetDocument(),
1089 view->GetDocument()->GetCommandProcessor()->Submit(new csDiagramCommand("Move label", (csDiagramDocument*) view->GetDocument(),
1140 view->GetDocument()->GetCommandProcessor()->Submit(new csDiagramCommand("Edit label", (csDiagramDocument*) view->GetDocument(),
H A Dcsprint.cpp293 doc->GetCommandProcessor()->Submit(m_currentCmd);
H A Dstudio.cpp278 doc->GetCommandProcessor()->SetEditMenu(editMenu);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docvwmdi/
H A Dview.cpp128 doc->GetCommandProcessor()->Submit(new DrawingCommand(_T("Cut Last Segment"), DOODLE_CUT, doc, (DoodleSegment *) NULL));
229 doc->GetCommandProcessor()->Submit(new DrawingCommand(_T("Add Segment"), DOODLE_ADD, doc, currentSegment));
H A Ddocview.cpp170 doc->GetCommandProcessor()->SetEditMenu(edit_menu);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp1062 if (doc->GetCommandProcessor())
1063 doc->GetCommandProcessor()->Undo();
1073 if (doc->GetCommandProcessor())
1074 doc->GetCommandProcessor()->Redo();
1120 else if (!doc->GetCommandProcessor())
1124 event.Enable( doc->GetCommandProcessor()->CanUndo() );
1125 doc->GetCommandProcessor()->SetMenuStrings();
1134 else if (!doc->GetCommandProcessor())
1138 event.Enable( doc->GetCommandProcessor()->CanRedo() );
1139 doc->GetCommandProcessor()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextctrl.cpp2657 m_buffer.GetCommandProcessor()->ClearCommands();
2707 GetCommandProcessor()->Undo();
2715 GetCommandProcessor()->Redo();
2721 return GetCommandProcessor()->CanUndo() && IsEditable();
2726 return GetCommandProcessor()->CanRedo() && IsEditable();
2810 event.SetText( GetCommandProcessor()->GetUndoMenuLabel() );
2816 event.SetText( GetCommandProcessor()->GetRedoMenuLabel() );
H A Drichtextbuffer.cpp5782 GetCommandProcessor()->ClearCommands();
6108 GetCommandProcessor()->Store(m_batchedCommand);
6128 GetCommandProcessor()->Store(m_batchedCommand);
6154 return GetCommandProcessor()->Submit(cmd, !SuppressingUndo());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddocument.tex107 \membersection{wxDocument::GetCommandProcessor}\label{wxdocumentgetcommandprocessor}
109 \constfunc{wxCommandProcessor*}{GetCommandProcessor}{\void}
H A Drichtextbuffer.tex493 \membersection{wxRichTextBuffer::GetCommandProcessor}\label{wxrichtextbuffergetcommandprocessor}
495 \constfunc{wxCommandProcessor*}{GetCommandProcessor}{\void}
H A Drichtextctrl.tex592 \membersection{wxRichTextCtrl::GetCommandProcessor}\label{wxrichtextctrlgetcommandprocessor}
594 \constfunc{wxCommandProcessor*}{GetCommandProcessor}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextctrl.h753 wxCommandProcessor* GetCommandProcessor() const { return GetBuffer().GetCommandProcessor(); } function in class:wxRichTextCtrl
H A Drichtextbuffer.h1663 wxCommandProcessor* GetCommandProcessor() const { return m_commandProcessor; } function in class:wxRichTextBuffer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddocview.h113 virtual wxCommandProcessor *GetCommandProcessor() const { return m_commandProcessor; } function in class:wxDocument

Completed in 306 milliseconds