38 class DotViewerSerializer;
67 std::string get_name()
const override;
74 std::string get_version()
const override;
81 std::string get_description()
const override;
88 std::set<std::string> get_dependencies()
const override;
98 void on_load()
override;
103 void on_unload()
override;
Plugin interface for the DotViewerPlugin.
~DotViewerPlugin()=default
Default destructor for DotViewerPlugin.