1 #ifndef RCS_VIEWERCOMPONENT_H 2 #define RCS_VIEWERCOMPONENT_H 5 #include <SensorComponent.h> 8 #include <KeyCatcher.h> 14 class ComponentViewer;
35 void setText(
const std::string& text);
69 #endif // RCS_VIEWERCOMPONENT_H
const RcsGraph * desiredGraph
const char * getName() const
BodyNode * getBodyNodePtrFromDesiredGraph(const char *name)
KeyCatcher * getKeyCatcher()
const RcsGraph * currentGraph
ViewerComponent(RcsGraph *currentGraph, bool syncWithEventLoop=false)
void setText(const std::string &text)
void updateGraph(RcsGraph *graph)
ViewerComponent & operator=(const ViewerComponent &)
double getCallbackUpdatePeriod() const
BodyNode * getBodyNodePtrFromCurrentGraph(const char *name)
virtual ~ViewerComponent()