Searched refs:m_shape (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dreader.h41 inline wxArrayString GetShape() const { return m_shape; };
44 return LifePattern(wxEmptyString, m_description, m_rules, m_shape);
51 wxArrayString m_shape; member in class:LifeReader
H A Dgame.h44 m_shape = shape;
61 m_shape.Add( wxString::Format(_T("%i %i"), -width/2, -height/2) );
72 m_shape.Add( tmp );
79 wxArrayString m_shape; member in class:LifePattern
H A Dreader.cpp81 m_shape.Add(rest);
83 m_shape.Add(line);
H A Dgame.cpp212 wxArrayString data = pattern.m_shape;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dsymbols.h34 inline void SetShape(wxShape* shape) { m_shape = shape; }
35 inline wxShape* GetShape() const { return m_shape; }
41 wxShape* m_shape; member in class:csSymbol
H A Dsymbols.cpp39 m_shape = shape;
45 delete m_shape;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dnd/
H A Ddnd.cpp473 m_shape = DnDShape::New(buf);
480 m_shape = NULL;
495 virtual ~DnDShapeDataObject() { delete m_shape; }
505 DnDShape *shape = m_shape;
507 m_shape = (DnDShape *)NULL;
562 return m_shape->GetDataSize();
589 m_shape->GetDataHere(pBuf);
620 delete m_shape;
621 m_shape = DnDShape::New(buf);
650 DnDShape *m_shape; // ou member in class:DnDShapeDataObject
671 DnDShape *m_shape; member in class:DnDShapeDialog
721 DnDShape *m_shape; member in class:DnDShapeFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dbasic2.cpp1224 m_shape = object;
1246 m_xpos = m_shape->GetX() + m_xoffset;
1247 m_ypos = m_shape->GetY() + m_yoffset;
1259 m_shape->GetEventHandler()->OnSizingDragLeft(this, draw, x, y, keys, attachment);
1264 m_shape->GetEventHandler()->OnSizingBeginDragLeft(this, x, y, keys, attachment);
1269 m_shape->GetEventHandler()->OnSizingEndDragLeft(this, x, y, keys, attachment);
1597 double dist = (double)sqrt((x - m_shape->GetX())*(x - m_shape->GetX()) +
1598 (y - m_shape->GetY())*(y - m_shape
[all...]
H A Ddivided.cpp588 wxDividedShape *dividedObject = (wxDividedShape *)m_shape;
601 wxDividedShape *dividedObject = (wxDividedShape *)m_shape;
620 wxDividedShape *dividedObject = (wxDividedShape *)m_shape;
H A Dlines.cpp1707 m_shape->GetEventHandler()->OnSizingDragLeft(this, draw, x, y, keys, attachment);
1712 m_shape->GetEventHandler()->OnSizingBeginDragLeft(this, x, y, keys, attachment);
1717 m_shape->GetEventHandler()->OnSizingEndDragLeft(this, x, y, keys, attachment);
1908 wxLineShape *lineShape = (wxLineShape *)m_shape;
1933 wxLineShape *lineShape = (wxLineShape *)m_shape;
1958 m_shape->Erase(dc);
H A Dcomposit.cpp1402 wxDivisionShape *division = (wxDivisionShape *)m_shape;
1418 wxDivisionShape *division = (wxDivisionShape *)m_shape;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dbasicp.h69 wxShape* m_shape; member in class:wxControlPoint

Completed in 141 milliseconds