Choreonoid  1.5
SceneBar.h
Go to the documentation of this file.
1 
5 #ifndef CNOID_BASE_SCENE_BAR_H
6 #define CNOID_BASE_SCENE_BAR_H
7 
8 #include <cnoid/ToolBar>
9 #include "exportdecl.h"
10 
11 namespace cnoid {
12 
13 class SceneWidget;
14 class SceneBarImpl;
15 
17 {
18 public:
19  static void initialize(ExtensionManager* ext);
20  static SceneBar* instance();
21 
22  SceneWidget* targetSceneWidget();
23 
24 protected:
25  SceneBar();
26 
27 private:
28  SceneBarImpl* impl;
29 };
30 
31 }
32 
33 #endif
Definition: SceneWidget.h:26
Definition: ExtensionManager.h:26
Definition: ToolBar.h:22
Defines the minimum processing for performing pasing file for STL.
Definition: AbstractSceneLoader.h:9
Definition: SceneBar.h:16
#define CNOID_EXPORT
Definition: Util/exportdecl.h:37