Searched refs:theShape (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/ogledit/
H A Ddoc.cpp134 bool sel, wxShape *theShape, wxShape *fs, wxShape *ts)
139 shape = theShape;
151 DiagramCommand::DiagramCommand(const wxString& name, int command, DiagramDocument *ddoc, wxBrush *backgroundColour, wxShape *theShape) argument
156 shape = theShape;
168 DiagramCommand::DiagramCommand(const wxString& name, int command, DiagramDocument *ddoc, const wxString& lab, wxShape *theShape) argument
173 shape = theShape;
227 wxShape *theShape; local
229 theShape = shape; // Saved from undoing the shape
232 theShape = (wxShape *)shapeInfo->CreateObject();
233 theShape
133 DiagramCommand(const wxString& name, int command, DiagramDocument *ddoc, wxClassInfo *info, double xx, double yy, bool sel, wxShape *theShape, wxShape *fs, wxShape *ts) argument
258 wxShape *theShape; local
[all...]
H A Dview.cpp190 wxShape *theShape = FindSelectedShape(); local
191 if (theShape)
192 doc->GetCommandProcessor()->Submit(new DiagramCommand(_T("Cut"), wxID_CUT, doc, NULL, 0.0, 0.0, true, theShape));
199 wxShape *theShape = FindSelectedShape(); local
200 if (theShape)
204 data.SetColour(theShape->GetBrush()->GetColour());
218 theBrush, theShape));
224 wxShape *theShape = FindSelectedShape(); local
225 if (theShape)
227 wxString newLabel = wxGetTextFromUser(_T("Enter new label"), _T("Shape Label"), ((MyEvtHandler *)theShape
[all...]
H A Ddoc.h163 double x = 0.0, double y = 0.0, bool sel = false, wxShape *theShape = NULL, wxShape *fs = NULL, wxShape *ts = NULL);
166 DiagramCommand(const wxString& name, int cmd, DiagramDocument *ddoc, wxBrush *backgroundColour, wxShape *theShape);
167 DiagramCommand(const wxString& name, int cmd, DiagramDocument *ddoc, const wxString& lab, wxShape *theShape);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dview.cpp329 wxShape *theShape = (wxShape*) node->GetData(); local
330 csCommandState* state = new csCommandState(ID_CS_CUT, NULL, theShape);
335 if (theShape->IsKindOf(CLASSINFO(wxLineShape)))
362 wxShape *theShape = (wxShape*) node->GetData(); local
364 csCommandState* state = new csCommandState(cmd, theShape, oldShape);
408 wxShape *theShape = (wxShape*) node->GetData(); local
409 wxShape* newShape = theShape->CreateNewCopy();
412 csCommandState* state = new csCommandState(ID_CS_CHANGE_BACKGROUND_COLOUR, newShape, theShape);
423 wxShape *theShape = FindFirstSelectedShape(); local
424 if (theShape)
477 wxShape *theShape = (wxShape*) node->GetData(); local
529 wxShape *theShape = (wxShape*) node->GetData(); local
577 wxLineShape *theShape = (wxLineShape*) node->GetData(); local
926 wxShape* theShape = symbol->GetShape()->CreateNewCopy(); local
[all...]
H A Dshapes.cpp225 wxLineShape* theShape = new csLineShape; local
227 theShape->AssignNewIds();
228 theShape->SetEventHandler(new csEvtHandler(theShape, theShape, wxEmptyString));
229 theShape->SetPen(wxBLACK_PEN);
230 theShape->SetBrush(wxRED_BRUSH);
235 wxLineShape *lineShape = (wxLineShape *)theShape;

Completed in 69 milliseconds