Home
last modified time | relevance | path

Searched refs:m_shapeList (Results 1 – 25 of 47) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/demos/undo/
H A Ddocument.cpp147 m_shapeList.append(shape); in addShape()
148 m_shapeList[m_shapeList.count() - 1].m_name = name; in addShape()
160 update(m_shapeList.at(index).rect()); in deleteShape()
162 m_shapeList.removeAt(index); in deleteShape()
166 if (index == m_shapeList.count()) in deleteShape()
177 return m_shapeList.at(index); in shape()
186 Shape &shape = m_shapeList[index]; in setShapeRect()
201 Shape &shape = m_shapeList[index]; in setShapeColor()
214 m_shapeList.clear(); in load()
235 m_shapeList.append(shape); in load()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/tools/undo/
H A Ddocument.cpp150 m_shapeList.append(shape); in addShape()
151 m_shapeList[m_shapeList.count() - 1].m_name = name; in addShape()
163 update(m_shapeList.at(index).rect()); in deleteShape()
165 m_shapeList.removeAt(index); in deleteShape()
169 if (index == m_shapeList.count()) in deleteShape()
180 return m_shapeList.at(index); in shape()
189 Shape &shape = m_shapeList[index]; in setShapeRect()
204 Shape &shape = m_shapeList[index]; in setShapeColor()
217 m_shapeList.clear(); in load()
238 m_shapeList.append(shape); in load()
[all …]
/dports/devel/love07/love-HEAD/src/modules/physics/box2d/Source/Dynamics/
H A Db2Body.cpp105 m_shapeList = NULL; in b2Body()
125 s->m_next = m_shapeList; in CreateShape()
126 m_shapeList = s; in CreateShape()
152 b2Shape** node = &m_shapeList; in DestroyShape()
212 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMass()
230 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMass()
253 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMassFromShapes()
287 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMassFromShapes()
305 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMassFromShapes()
332 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetXForm()
[all …]
/dports/devel/love5/love-0.5-0/src/box2d/Source/Dynamics/
H A Db2Body.cpp105 m_shapeList = NULL; in b2Body()
125 s->m_next = m_shapeList; in CreateShape()
126 m_shapeList = s; in CreateShape()
152 b2Shape** node = &m_shapeList; in DestroyShape()
212 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMass()
230 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMass()
253 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMassFromShapes()
287 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMassFromShapes()
305 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMassFromShapes()
332 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetXForm()
[all …]
/dports/games/numptyphysics/numptyphysics/Box2D/Source/Dynamics/
H A Db2Body.cpp105 m_shapeList = NULL; in b2Body()
125 s->m_next = m_shapeList; in CreateShape()
126 m_shapeList = s; in CreateShape()
152 b2Shape** node = &m_shapeList; in DestroyShape()
212 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMass()
230 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMass()
253 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMassFromShapes()
287 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMassFromShapes()
305 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetMassFromShapes()
332 for (b2Shape* s = m_shapeList; s; s = s->m_next) in SetXForm()
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ogl/
H A Dogldiag.cpp31 m_shapeList = new wxList; in IMPLEMENT_DYNAMIC_CLASS()
37 if (m_shapeList) in ~wxDiagram()
38 delete m_shapeList; in ~wxDiagram()
63 if (m_shapeList) in Redraw()
102 if (!m_shapeList->Member(object)) in AddShape()
109 m_shapeList->Append(object); in AddShape()
112 m_shapeList->Append(object); in AddShape()
119 m_shapeList->Insert(object); in InsertShape()
132 m_shapeList->Clear(); in RemoveAllShapes()
342 m_shapeList->Append(shape); in ReadNodes()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dogldiag.cpp47 m_shapeList = new wxList; in IMPLEMENT_DYNAMIC_CLASS()
53 if (m_shapeList) in ~wxDiagram()
54 delete m_shapeList; in ~wxDiagram()
79 if (m_shapeList) in Redraw()
110 if (!m_shapeList->Member(object)) in AddShape()
117 m_shapeList->Append(object); in AddShape()
120 m_shapeList->Append(object); in AddShape()
127 m_shapeList->Insert(object); in InsertShape()
139 m_shapeList->Clear(); in RemoveAllShapes()
349 m_shapeList->Append(shape); in ReadNodes()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/ogl/
H A Dogldiag.cpp47 m_shapeList = new wxList; in IMPLEMENT_DYNAMIC_CLASS()
53 if (m_shapeList) in ~wxDiagram()
54 delete m_shapeList; in ~wxDiagram()
79 if (m_shapeList) in Redraw()
110 if (!m_shapeList->Member(object)) in AddShape()
117 m_shapeList->Append(object); in AddShape()
120 m_shapeList->Append(object); in AddShape()
127 m_shapeList->Insert(object); in InsertShape()
139 m_shapeList->Clear(); in RemoveAllShapes()
349 m_shapeList->Append(shape); in ReadNodes()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dogldiag.cpp47 m_shapeList = new wxList; in IMPLEMENT_DYNAMIC_CLASS()
53 if (m_shapeList) in ~wxDiagram()
54 delete m_shapeList; in ~wxDiagram()
79 if (m_shapeList) in Redraw()
110 if (!m_shapeList->Member(object)) in AddShape()
117 m_shapeList->Append(object); in AddShape()
120 m_shapeList->Append(object); in AddShape()
127 m_shapeList->Insert(object); in InsertShape()
139 m_shapeList->Clear(); in RemoveAllShapes()
349 m_shapeList->Append(shape); in ReadNodes()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/ogl/
H A Dogldiag.cpp47 m_shapeList = new wxList; in IMPLEMENT_DYNAMIC_CLASS()
53 if (m_shapeList) in ~wxDiagram()
54 delete m_shapeList; in ~wxDiagram()
79 if (m_shapeList) in Redraw()
110 if (!m_shapeList->Member(object)) in AddShape()
117 m_shapeList->Append(object); in AddShape()
120 m_shapeList->Append(object); in AddShape()
127 m_shapeList->Insert(object); in InsertShape()
139 m_shapeList->Clear(); in RemoveAllShapes()
349 m_shapeList->Append(shape); in ReadNodes()
[all …]
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DSuperPaintParser.cxx127 , m_shapeList() in State()
137 std::vector<Shape> m_shapeList; member
349 auto const &shape=m_state->m_shapeList[--i]; in sendPictures()
463 return !m_state->m_shapeList.empty(); in readPictures()
624 m_state->m_shapeList.back().m_interline=2; in readShape()
643 m_state->m_shapeList.back().m_font=font; in readShape()
656 m_state->m_shapeList.back().m_box=m_state->m_shapeList.back().m_shape.getBdBox(); in readShape()
728 if (m_state->m_shapeList.empty() || m_state->m_shapeList.back().m_type!=shapeType) { in readShape()
744 auto &shape=m_state->m_shapeList.back(); in readShape()
792 m_state->m_shapeList.pop_back(); in readShape()
[all …]
H A DMacDrawParser.cxx127 , m_shapeList() in State()
148 std::vector<Shape> m_shapeList; member
367 return !m_state->m_shapeList.empty(); in createZones()
385 size_t shapeId= m_state->m_shapeList.size(); in readObject()
387 auto &shape=m_state->m_shapeList.back(); in readObject()
453 m_state->m_shapeList.pop_back(); in readObject()
827 auto nextId=int(m_state->m_shapeList.size()); in readObject()
829 m_state->m_shapeList[shapeId].m_nextId=nextId; in readObject()
832 m_state->m_shapeList[shapeId].m_nextId=nextId-1; in readObject()
839 m_state->m_shapeList.pop_back(); in readObject()
[all …]
H A DMacDraftParser.cxx217 , m_shapeList() in State()
240 std::vector<Shape> m_shapeList; member
502 return !m_state->m_shapeList.empty(); in createZones()
533 return !m_state->m_shapeList.empty(); in createZones()
537 return !m_state->m_shapeList.empty(); in createZones()
849 m_state->m_shapeList.push_back(shape); in readObject()
866 m_state->m_shapeList[shapeId].m_nextId=static_cast<int>(m_state->m_shapeList.size()); in readObject()
869 … for (int i=m_state->m_shapeList[shapeId].m_id+1; i<m_state->m_shapeList[shapeId].m_nextId; ++i) in readObject()
874 … for (int i=m_state->m_shapeList[shapeId].m_id+1; i<m_state->m_shapeList[shapeId].m_nextId; ++i) in readObject()
1053 m_state->m_shapeList.push_back(shape); in readObject()
[all …]
H A DCricketDrawParser.cxx184 , m_shapeList() in State()
209 std::vector<Shape> m_shapeList; member
1148 shape.m_id=static_cast<int>(m_state->m_shapeList.size()); in readShape()
1149 m_state->m_shapeList.push_back(shape); in readShape()
1282 for (size_t i=0; i<m_state->m_shapeList.size(); ++i) { in sendAll()
1283 auto const &shape=m_state->m_shapeList[i]; in sendAll()
1298 else if (i+1!=m_state->m_shapeList.size()) { in sendAll()
1332 pos.setOrder(static_cast<int>(m_state->m_shapeList.size())-shape.m_id); in send()
1440 if (zId<0||zId>=static_cast<int>(m_state->m_shapeList.size()) || in sendText()
1445 auto const &shape=m_state->m_shapeList[size_t(zId)]; in sendText()
[all …]
H A DMacDrawProParser.cxx317 , m_shapeList() in State()
363 std::vector<Shape> m_shapeList; member
1135 if (j>=int(m_state->m_shapeList.size())) { in computeLayersAndLibrariesBoundingBox()
1255 size_t shapeId= m_state->m_shapeList.size(); in readObject()
1266 auto &shape=m_state->m_shapeList.back(); in readObject()
1503 if (m_state->m_shapeList.size()>lastShapeId) in readObject()
1522 auto nextId=int(m_state->m_shapeList.size()); in readObject()
1532 m_state->m_shapeList[shapeId].m_nextId=nextId; in readObject()
2892 size_t numShapes=m_state->m_shapeList.size(); in send()
2900 auto const &child=m_state->m_shapeList[childId]; in send()
[all …]
H A DBeagleWksDRParser.cxx163 , m_shapeList() in State()
186 std::vector<Shape> m_shapeList; member
769 m_state->m_shapeList.resize(size_t(m_state->m_numShapes[0])); in readShapePositions()
771 BeagleWksDRParserInternal::Shape &shape= m_state->m_shapeList[size_t(i)]; in readShapePositions()
804 if (m_state->m_numShapes[1]>int(m_state->m_shapeList.size())) { in readShapeDefinitions()
806 m_state->m_shapeList.resize(size_t(m_state->m_numShapes[1])); in readShapeDefinitions()
809 BeagleWksDRParserInternal::Shape &shape=m_state->m_shapeList[size_t(i)]; in readShapeDefinitions()
891 for (auto &shape : m_state->m_shapeList) { in readShapeDatas()
1256 for (auto const &shape : m_state->m_shapeList) { in sendPictures()
1319 if (id<0 || id>=static_cast<int>(m_state->m_shapeList.size())) { in sendText()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/05_ImportExport/src/
H A DColoredShapes.cpp22 m_shapeList.Append(aShape); in Add()
29 for ( TopoDS_ListIteratorOfListOfShape iter(m_shapeList); iter.More(); iter.Next() ) { in Remove()
31 m_shapeList.Remove(iter); in Remove()
45 for ( TopoDS_ListIteratorOfListOfShape iter(m_shapeList); iter.More(); iter.Next() ) in Display()
/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVSDStencils.cpp15 : m_geometries(), m_shapeList(), m_fields(), m_foreign(), m_parent(0), m_masterPage(MINUS_ONE), in VSDShape()
25 : m_geometries(shape.m_geometries), m_shapeList(shape.m_shapeList), m_fields(shape.m_fields), in VSDShape()
49 m_shapeList = shape.m_shapeList; in operator =()
88 m_shapeList.clear(); in clear()
H A DVSDStylesCollector.cpp26 m_groupShapeOrder(), m_shapeList(), m_currentStyleSheet(0), m_styles(), in VSDStylesCollector()
212 m_shapeList.clear(); in collectShapesOrder()
214 m_shapeList.push_back(shapeId); in collectShapesOrder()
460 if (m_shapeList.empty()) in _flushShapeList()
464 m_groupShapeOrder[m_currentShapeId] = m_shapeList; in _flushShapeList()
466 m_pageShapeOrder = m_shapeList; in _flushShapeList()
468 m_shapeList.clear(); in _flushShapeList()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/ogl/
H A Dogldiag.h89 return m_shapeList; in GetShapeList()
93 return m_shapeList->GetCount(); in GetCount()
122 wxList *m_shapeList; variable
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dogldiag.h65 inline wxList *GetShapeList() const { return m_shapeList; } in GetShapeList()
66 inline int GetCount() const { return m_shapeList->GetCount(); } in GetCount()
94 wxList* m_shapeList; variable
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dogldiag.h65 inline wxList *GetShapeList() const { return m_shapeList; } in GetShapeList()
66 inline int GetCount() const { return m_shapeList->GetCount(); } in GetCount()
94 wxList* m_shapeList; variable
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dogldiag.h65 inline wxList *GetShapeList() const { return m_shapeList; } in GetShapeList()
66 inline int GetCount() const { return m_shapeList->GetCount(); } in GetCount()
94 wxList* m_shapeList; variable
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/include/wx/ogl/
H A Dogldiag.h65 inline wxList *GetShapeList() const { return m_shapeList; } in GetShapeList()
66 inline int GetCount() const { return m_shapeList->GetCount(); } in GetCount()
94 wxList* m_shapeList; variable
/dports/editors/calligra/calligra-3.2.1/plugins/dockers/shapecollection/
H A DOdfCollectionLoader.h43 QList<KoShape*> shapeList() const { return m_shapeList; } in shapeList()
61 QList<KoShape*> m_shapeList; variable

12