graph_scene.h
Go to the documentation of this file.
1 #pragma once
2 
3 
5 {
6  class Scene;
7  class Widget;
8 } // namespace armarx::navigation::qt_plugins::location_graph_editor::graph_scene
9 
11 {
12 
13  using GraphScene = graph_scene::Scene;
14  using GraphSceneWidget = graph_scene::Widget;
15 
16 } // namespace armarx::navigation::qt_plugins::location_graph_editor
armarx::navigation::qt_plugins::location_graph_editor::graph_scene
Definition: graph_scene.h:4
armarx::navigation::qt_plugins::location_graph_editor::GraphScene
graph_scene::Scene GraphScene
Definition: graph_scene.h:13
armarx::RemoteGui::Client::Widget
Definition: Widgets.h:21
armarx::navigation::qt_plugins::location_graph_editor
Definition: GuiGraph.cpp:29
armarx::navigation::qt_plugins::location_graph_editor::GraphSceneWidget
graph_scene::Widget GraphSceneWidget
Definition: graph_scene.h:14