Class GridPlugin
Defined in File grid_plugin.hpp
Inheritance Relationships
Base Types
public mapviz::MapvizPluginprotected QOpenGLFunctions_1_1
Class Documentation
-
class GridPlugin : public mapviz::MapvizPlugin, protected QOpenGLFunctions_1_1
Public Functions
-
GridPlugin()
-
~GridPlugin() override = default
-
bool Initialize(QOpenGLWidget *canvas) override
-
inline void Shutdown() override
-
void Draw(double x, double y, double scale) override
-
void Transform() override
-
void LoadConfig(const YAML::Node &node, const std::string &path) override
-
void SaveConfig(YAML::Emitter &emitter, const std::string &path) override
-
QWidget *GetConfigWidget(QWidget *parent) override
-
GridPlugin()