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