From e3cb8532fcc863897b6aa9430b0ab786f421cb95 Mon Sep 17 00:00:00 2001 From: ccolin Date: Sun, 3 Jan 2021 22:39:23 +0100 Subject: rename "draw support lines" to "draw guides" --- src/drone_controller.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/drone_controller.hh') diff --git a/src/drone_controller.hh b/src/drone_controller.hh index fb6dd4e..742677b 100644 --- a/src/drone_controller.hh +++ b/src/drone_controller.hh @@ -24,7 +24,7 @@ class DroneController : public QObject, public Painter { QTimer sphere_timer; QMap>> collisions; bool draw_trajectories = false; - bool draw_support_lines = false; + bool draw_guides = false; static OpenGLMesh *sphere; static const unsigned char sphere_neutral[]; @@ -32,7 +32,7 @@ class DroneController : public QObject, public Painter { static bool collides(const Drone &a, const Drone &b, double radius); void drawTrajectory(QOpenGLExtraFunctions *f, const Drone &d) const; - void drawSupportLine(QOpenGLExtraFunctions *f, const Drone &d) const; + void drawGuide(QOpenGLExtraFunctions *f, const Drone &d) const; public: DroneController(const QJsonObject &json); @@ -57,7 +57,7 @@ public slots: void computeCollisions(double sphere_radius); void displaySpheres(double sphere_radius); void setDrawTrajectories(bool enable); - void setDrawSupportLines(bool enable); + void setDrawGuides(bool enable); }; -- cgit v1.2.3-70-g09d2