Searched refs:csCommandState (Results 1 - 5 of 5) 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
55 In csCommandState, we have a pointer to the actual shape in the canvas, m_currentShape.
71 class csCommandState;
74 friend class csCommandState;
78 csCommandState* onlyState = NULL); // Allow for the common case of just one state to change
86 void AddState(csCommandState* state);
89 void InsertState(csCommandState* state);
95 csCommandState* FindStateByShape(wxShape* shape);
104 class csCommandState: public wxObject class in inherits:wxObject
108 csCommandState(in
[all...]
H A Ddoc.cpp108 csCommandState* onlyState):
124 csCommandState* state = (csCommandState*) node->GetData();
130 void csDiagramCommand::AddState(csCommandState* state)
138 void csDiagramCommand::InsertState(csCommandState* state)
151 csCommandState* state = (csCommandState*) node->GetData();
161 csCommandState* newState = new csCommandState(ID_CS_CUT, NULL, line);
171 csCommandState* csDiagramComman
212 csCommandState::csCommandState(int cmd, wxShape* savedState, wxShape* shapeOnCanvas) function in class:csCommandState
[all...]
H A Dview.cpp330 csCommandState* state = new csCommandState(ID_CS_CUT, NULL, theShape);
364 csCommandState* state = new csCommandState(cmd, theShape, oldShape);
412 csCommandState* state = new csCommandState(ID_CS_CHANGE_BACKGROUND_COLOUR, newShape, theShape);
489 csCommandState* state = new csCommandState(ID_CS_FONT_CHANGE, newShape, theShape);
601 csCommandState* state = new csCommandState(ID_CS_ARROW_CHANG
[all...]
H A Dshapes.cpp115 new csCommandState(ID_CS_EDIT_PROPERTIES, newShape, GetShape())));
250 new csCommandState(ID_CS_ADD_LINE, lineShape, NULL)));
408 new csCommandState(ID_CS_MOVE, newShape, GetShape()));
433 cmd->AddState(new csCommandState(ID_CS_MOVE_LINE_POINT, newLineShape, lineShape));
450 cmd->AddState(new csCommandState(ID_CS_MOVE, newShape2, shape));
556 new csCommandState(ID_CS_SIZE, newShape, shape));
587 cmd->AddState(new csCommandState(ID_CS_CHANGE_LINE_ATTACHMENT, newLine, line));
593 cmd->AddState(new csCommandState(ID_CS_CHANGE_LINE_ORDERING, newShape, GetShape()));
701 new csCommandState(ID_CS_EDIT_PROPERTIES, newShape, shape)));
1070 new csCommandState(ID_CS_MOVE_LINE_POIN
[all...]
H A Dcsprint.cpp314 m_currentCmd->AddState(new csCommandState(ID_CS_ADD_LINE_SELECT, newShape, NULL));
316 m_currentCmd->AddState(new csCommandState(ID_CS_ADD_SHAPE_SELECT, newShape, NULL));

Completed in 184 milliseconds