Home
last modified time | relevance | path

Searched refs:PathObject (Results 1 – 25 of 87) sorted by relevance

1234

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dobject.h50 class PathObject; variable
142 PathObject* asPath();
351 PathObject* path = nullptr;
354 PathObject& path,
366 PathObject& path,
504 explicit PathObject(const PathObject& proto);
519 PathObject& operator=(const PathObject& other) = delete;
942 PathObject* reference
971 bool operator< (const PathObject::Intersection& lhs, const PathObject::Intersection& rhs)
1054 PathObject* object;
[all …]
H A Dboolean_tool.h37 class PathObject; variable
114 PathObject* subject,
126 const PathObject* area,
127 const PathObject* line,
146 PathObject* subject,
159 const PathObject* proto,
192 PathObject* object );
205 PathObject* object );
215 PathObject* object );
226 PathObject* object );
[all …]
H A Dobject_mover.h37 class PathObject; variable
74 void addPoint(PathObject* object, MapCoordVector::size_type point_index);
77 void addLine(PathObject* object, MapCoordVector::size_type start_point_index);
99 CoordIndexSet* insertPointObject(PathObject* object);
108 std::unordered_map<PathObject*, CoordIndexSet> points;
115 PathObject* object;
H A Dboolean_tool.cpp178 for (PathObject* object : backlog) in executePerSymbol()
224 for (PathObject* object : in_objects) in executeForObjects()
232 for (PathObject* object : in_objects) in executeForObjects()
366 PathObject* first_segment = nullptr; in executeForLine()
367 PathObject* last_segment = nullptr; in executeForLine()
432 const PathObject* object, in pathObjectToPolygons()
653 PathObject* object) in rebuildSegment()
946 PathObject* object) in rebuildSegmentFromPathOnly()
970 PathObject* object) in rebuildTwoIndexSegment()
1037 PathObject* object, in rebuildCoordinate()
[all …]
H A Dobject_mover.cpp62 void ObjectMover::addPoint(PathObject* object, MapCoordVector::size_type point_index) in addPoint()
73 void ObjectMover::addLine(PathObject* object, MapCoordVector::size_type start_point_index) in addLine()
123 PathObject* path = item.first; in move()
186 ObjectMover::CoordIndexSet* ObjectMover::insertPointObject(PathObject* object) in insertPointObject()
220 const PathObject* path = item.first; in calculateConstraints()
271 auto create_constraint = [this](const PathObject* path, in calculateConstraints()
277 constraint.object = const_cast<PathObject*>(path); // = item.first in calculateConstraints()
H A Dobject.cpp861 PathObject::PathObject(const Symbol* symbol) in PathObject() function in OpenOrienteering::PathObject
874 PathObject::PathObject(const Symbol* symbol, const PathObject& proto, MapCoordVector::size_type pie… in PathObject() function in OpenOrienteering::PathObject
899 PathObject::PathObject(const PathObject& proto) in PathObject() function in OpenOrienteering::PathObject
910 PathObject::PathObject(const PathPart &proto_part) in PathObject() function in OpenOrienteering::PathObject
922 PathObject* PathObject::duplicate() const in duplicate()
1338 std::vector<PathObject*> PathObject::removeFromLine( in removeFromLine()
1980 void PathObject::appendPath(const PathObject* other) in appendPath()
2013 bool PathObject::convertToCurves(PathObject** undo_duplicate) in convertToCurves()
2141 bool PathObject::simplify(PathObject** undo_duplicate, double threshold) in simplify()
2144 QScopedPointer<PathObject> original(new PathObject(*this)); in simplify()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dpath_object.cpp29 PathObject::PathObject() : in PathObject() function in PathObject
35 PathObject::~PathObject() in ~PathObject()
40 PathObject::init_path(const ReaderMapping& mapping, bool running_default) in init_path()
63 PathObject::init_path_pos(const Vector& pos, bool running) in init_path_pos()
71 PathObject::get_path_gameobject() const in get_path_gameobject()
80 PathObject::get_path() const in get_path()
91 PathObject::get_path_ref() const in get_path_ref()
102 PathObject::editor_set_path_by_ref(const std::string& new_ref) in editor_set_path_by_ref()
H A Dpath_object.hpp29 class PathObject class
32 PathObject();
33 virtual ~PathObject();
52 PathObject(const PathObject&) = delete;
53 PathObject& operator=(const PathObject&) = delete;
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dosc.cpp70 PathObject* oo = new PathObject( "/addpitch", QVariant::Int, osc); in initOsc()
73 oo = new PathObject( "/tempo", QVariant::Int, osc); in initOsc()
75 oo = new PathObject( "/volume", QVariant::Int, osc); in initOsc()
77 oo = new PathObject( "/goto", QVariant::Int, osc); in initOsc()
94 oo = new PathObject( "/open", QVariant::String, osc); in initOsc()
99 oo = new PathObject( "/plugin", QVariant::String, osc); in initOsc()
102 oo = new PathObject( "/color-note", QVariant::List, osc); in initOsc()
127 PathObject* pathObject = qobject_cast<PathObject*>(sender()); in oscAction()
292 PathObject* po = (PathObject*) sender(); in oscVolChannel()
315 PathObject* po = (PathObject*) sender(); in oscPanChannel()
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/test/
H A Dpath_object_t.cpp67 PathObject::Intersections calculateIntersections(const PathObject& path1, const PathObject& path2) in calculateIntersections()
69 PathObject::Intersections actual_intersections; in calculateIntersections()
184 PathObject no_symbol{}; in constructorTest()
193 PathObject no_symbol_2{nullptr}; in constructorTest()
835 PathObject::Intersection intersection{}; in calcIntersectionsTest()
863 PathObject::Intersection intersection{}; in calcIntersectionsTest()
890 PathObject::Intersection intersection{}; in calcIntersectionsTest()
940 PathObject::Intersection intersection{}; in calcIntersectionsTest()
1005 PathObject::Intersection intersection{}; in calcIntersectionsTest()
1040 PathObject::Intersection intersection{}; in calcIntersectionsTest()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/ofqf/
H A Dqosctypes.cpp121 PathObject::PathObject( QString path, QVariant::Type type, QOscClient* parent ) in PathObject() function in PathObject
129 PathObject::PathObject( QString path, QVariant::Type type, QOscServer* parent ) in PathObject() function in PathObject
138 PathObject::~PathObject() { in ~PathObject()
143 void PathObject::send( QVariant v ) { in send()
147 void PathObject::send( int i ) { send( QVariant( i ) ); } in send()
148 void PathObject::send( QString s ) { send( QVariant( s ) ); } in send()
149 void PathObject::send( double d ) { send( QVariant( d ) ); } in send()
150 void PathObject::send() { send( QVariant() ); } in send()
152 void PathObject::signalData( QVariant v ) { in signalData()
H A Dqoscserver.h38 friend class PathObject; variable
65 void registerPathObject( PathObject* );
66 void unregisterPathObject( PathObject* );
67 QList<PathObject*> paths;
H A Dqosctypes.h64 class PathObject : public QObject
69 PathObject( QString path, QVariant::Type type, QOscClient* parent );
70 PathObject( QString path, QVariant::Type type, QOscServer* parent );
71 ~PathObject();
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/tools/
H A Dcutout_operation.h34 class PathObject; variable
55 CutoutOperation(Map* map, PathObject* cutout_object, bool cut_away);
94 PathObject* cutout_object;
95 std::vector<PathObject*> new_objects;
H A Dcut_tool.h101 void finishCuttingArea(PathObject* split_path);
121 void replaceObject(Object* object, const std::vector<PathObject*>& replacement) const;
126 PathObject* hover_object = nullptr;
130 PathObject* edit_object = nullptr;
143 PathObject* preview_path = nullptr;
H A Dtool_helpers.h52 class PathObject; variable
307 void startFollowingFromCoord(const PathObject* path, MapCoordVector::size_type coord_index);
314 void startFollowingFromPathCoord(const PathObject* path, const PathCoord& coord);
323 std::unique_ptr<PathObject> updateFollowing(const PathCoord& end_coord);
329 const PathObject* followed_object() const { return path; } in followed_object()
337 const PathObject* path = nullptr;
H A Ddraw_line_and_area_tool.h48 class PathObject; variable
72 void pathFinished(OpenOrienteering::PathObject* path);
115 void finishDrawing(PathObject* append_to_object);
137 PathObject* preview_path = nullptr;
H A Dcutout_tool.h43 class PathObject; variable
73 static void apply(Map* map, PathObject* cutout_object, bool cut_away);
96 PathObject* cutout_object;
H A Dedit_line_tool.h46 class PathObject; variable
110 PathObject* hover_object = nullptr;
120 PathObject* highlight_object = nullptr;
H A Dcut_tool.cpp406 void CutTool::finishCuttingArea(PathObject* split_path) in finishCuttingArea()
445PathObject* holes = nullptr; // if the edited path contains holes, they are saved in this temporar… in finishCuttingArea()
453 std::vector<PathObject*> out_paths = { new PathObject { edit_object->parts().front() }, nullptr }; in finishCuttingArea()
496 PathObject* temp_path = out_paths[0]->duplicate(); in finishCuttingArea()
524 PathObject hole_object(hole); in finishCuttingArea()
555 preview_path = new PathObject { Map::getCoveringCombinedLine() }; in updatePreviewObjects()
651 PathObject* new_hover_object = nullptr; in updateHoverState()
737 void CutTool::replaceObject(Object* object, const std::vector<PathObject*>& replacement) const in replaceObject()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/gui/
H A Ditem_paths.hpp22 class PathObject;
27 ItemPaths(const std::string& text, PathObject& target, const std::string& path_ref, int id = -1);
33 PathObject& m_target;
H A Dmenu_paths.hpp22 class PathObject;
27 PathsMenu(PathObject& target, const std::string& path_ref);
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/symbols/
H A Dsymbol_setting_dialog.cpp271 auto path = new PathObject(line); in createPreviewMap()
289 auto path = new PathObject(line); in createPreviewMap()
303 auto path = new PathObject(line); in createPreviewMap()
318 path = new PathObject(line); in createPreviewMap()
341 PathObject* path; in createPreviewMap()
344 path = new PathObject(preview_map, line); in createPreviewMap()
359 PathObject* path; in createPreviewMap()
362 path = new PathObject(preview_map, line); in createPreviewMap()
376 PathObject* path; in createPreviewMap()
406 auto path = new PathObject(&*symbol); in createPreviewMap()
[all …]
H A Dpoint_symbol_editor_widget.cpp366 PathObject* path = object->asPath(); in changeCurrentCoordinate()
392 auto path = static_cast<PathObject*>(object); in addCoordinate()
446 auto path = static_cast<PathObject*>(object); in changeElement()
540 PathObject* new_object = new PathObject(new_line); in addLineClicked()
548 PathObject* new_object = new PathObject(new_area); in addAreaClicked()
670 auto path = static_cast<PathObject*>(object); in lineClosedClicked()
750 auto path = static_cast<PathObject*>(object); in coordinateChanged()
766 auto path = static_cast<PathObject*>(object); in addCoordClicked()
782 auto path = static_cast<PathObject*>(object); in deleteCoordClicked()
809 auto path = static_cast<PathObject*>(object); in centerCoordsClicked()
[all …]
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/templates/
H A Dtemplate_track.h48 class PathObject; variable
115 PathObject* importPathStart();
116 void importPathEnd(PathObject* path);

1234