Choreonoid  1.5
RTSNameServerView.h
Go to the documentation of this file.
1 
6 #ifndef CNOID_OPENRTM_PLUGIN_RTS_NAME_SERVER_VIEW_H_INCLUDED
7 #define CNOID_OPENRTM_PLUGIN_RTS_NAME_SERVER_VIEW_H_INCLUDED
8 
9 #include <cnoid/View>
10 #include <cnoid/CorbaUtil>
11 
12 using namespace cnoid;
13 
14 namespace cnoid
15 {
16 class RTSNameServerViewImpl;
17 
21 class RTSNameServerView : public View
22 {
23 public:
24  static void initializeClass(ExtensionManager* ext);
25  static RTSNameServerView* instance();
26 
28  virtual ~RTSNameServerView();
29 
30 // virtual void onActivated();
31 // TreeWidget* getTreeWidget();
32 // void setConnection();
33 
34 private:
35  RTSNameServerViewImpl* impl;
36 };
37 }
38 
39 #endif
Definition: ExtensionManager.h:26
RTSNameServerView()
Definition: RTSNameServerView.cpp:83
static RTSNameServerView * instance()
Definition: RTSNameServerView.cpp:57
It is a screen of RTC list.
Definition: RTSNameServerView.h:21
Defines the minimum processing for performing pasing file for STL.
Definition: AbstractSceneLoader.h:9
Definition: View.h:28
virtual ~RTSNameServerView()
Definition: RTSNameServerView.cpp:190
static void initializeClass(ExtensionManager *ext)
Definition: RTSNameServerView.cpp:50