gepetto-viewer  6.0.0
An user-friendly Graphical Interface
fwd.h
Go to the documentation of this file.
1 //
2 // node.h
3 // gepetto-viewer
4 //
5 // Created by Justin Carpentier, Mathieu Geisert in November 2014.
6 // Copyright (c) 2014 LAAS-CNRS. All rights reserved.
7 //
8 
9 #ifndef GEPETTO_VIEWER_FWD_HH
10 #define GEPETTO_VIEWER_FWD_HH
11 
12 #include <gepetto/viewer/macros.h>
13 
14 namespace gepetto {
15 namespace viewer {
16 
17 struct Configuration;
19 DEF_CLASS_SMART_PTR(GroupNode)
20 
21 DEF_CLASS_SMART_PTR(Property)
22 
23 DEF_CLASS_SMART_PTR(WindowManager)
24 DEF_CLASS_SMART_PTR(RoadmapViewer)
25 
26 typedef std::string WindowID;
27 } /* namespace viewer */
28 } /* namespace gepetto */
29 
30 #endif /* GEPETTO_VIEWER_FWD_HH */
#define DEF_CLASS_SMART_PTR(className)
Definition: macros.h:51
viewer::Configuration Configuration
Definition: configuration.hh:30
std::string WindowID
Definition: fwd.h:17
Definition: action-search-bar.hh:27