Searched refs:csDiagramCommand (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddoc.h50 1) We have a csCommandState, and in csDiagramCommand you have a list of
72 class csDiagramCommand: public wxCommand class in inherits:wxCommand
77 csDiagramCommand(const wxString& name, csDiagramDocument *doc,
80 ~csDiagramCommand();
106 friend class csDiagramCommand;
H A Ddoc.cpp107 csDiagramCommand::csDiagramCommand(const wxString& name, csDiagramDocument *doc, function in class:csDiagramCommand
119 csDiagramCommand::~csDiagramCommand()
130 void csDiagramCommand::AddState(csCommandState* state)
138 void csDiagramCommand::InsertState(csCommandState* state)
146 void csDiagramCommand::RemoveLines()
171 csCommandState* csDiagramCommand::FindStateByShape(wxShape* shape)
184 bool csDiagramCommand::Do()
197 bool csDiagramCommand
[all...]
H A Dview.cpp324 csDiagramCommand* cmd = new csDiagramCommand(_T("Cut"), doc);
356 csDiagramCommand* command = new csDiagramCommand(op, doc);
403 csDiagramCommand* cmd = new csDiagramCommand(_T("Change colour"), doc);
472 csDiagramCommand* cmd = new csDiagramCommand(_T("Point size"), doc);
572 csDiagramCommand* cmd = new csDiagramCommand(stateNam
[all...]
H A Dshapes.cpp114 view->GetDocument()->GetCommandProcessor()->Submit(new csDiagramCommand("Edit label", (csDiagramDocument*) view->GetDocument(),
249 new csDiagramCommand(_T("Line"), (csDiagramDocument *)canvas->GetView()->GetDocument(),
407 csDiagramCommand* cmd = new csDiagramCommand(_T("Move"), (csDiagramDocument*)canvas->GetView()->GetDocument(),
555 csDiagramCommand* cmd = new csDiagramCommand(_T("Size"), (csDiagramDocument*)canvas->GetView()->GetDocument(),
579 csDiagramCommand* cmd = new csDiagramCommand(_T("Change attachment"), (csDiagramDocument*)canvas->GetView()->GetDocument());
700 view->GetDocument()->GetCommandProcessor()->Submit(new csDiagramCommand(_T("Edit properties"), (csDiagramDocument*) view->GetDocument(),
1069 view->GetDocument()->GetCommandProcessor()->Submit(new csDiagramCommand(_
[all...]
H A Dshapes.h85 class csDiagramCommand;
101 csDiagramCommand* m_currentCmd;
H A Dcsprint.cpp271 m_currentCmd = new csDiagramCommand(_T("Paste"), doc);

Completed in 115 milliseconds