#include <ViewerComponent.h>
Definition at line 16 of file ViewerComponent.h.
◆ ViewerComponent() [1/3]
Rcs::ViewerComponent::ViewerComponent |
( |
RcsGraph * |
currentGraph, |
|
|
bool |
syncWithEventLoop = false |
|
) |
| |
◆ ViewerComponent() [2/3]
Rcs::ViewerComponent::ViewerComponent |
( |
RcsGraph * |
desiredGraph, |
|
|
RcsGraph * |
currentGraph, |
|
|
bool |
syncWithEventLoop = false |
|
) |
| |
◆ ~ViewerComponent()
Rcs::ViewerComponent::~ViewerComponent |
( |
| ) |
|
|
virtual |
◆ ViewerComponent() [3/3]
◆ getBodyNodePtrFromCurrentGraph()
Rcs::BodyNode * Rcs::ViewerComponent::getBodyNodePtrFromCurrentGraph |
( |
const char * |
name | ) |
|
◆ getBodyNodePtrFromDesiredGraph()
Rcs::BodyNode * Rcs::ViewerComponent::getBodyNodePtrFromDesiredGraph |
( |
const char * |
name | ) |
|
◆ getCallbackUpdatePeriod()
double Rcs::ViewerComponent::getCallbackUpdatePeriod |
( |
| ) |
const |
◆ getKeyCatcher()
Rcs::KeyCatcher * Rcs::ViewerComponent::getKeyCatcher |
( |
| ) |
|
◆ getName()
const char * Rcs::ViewerComponent::getName |
( |
| ) |
const |
◆ getViewer()
Rcs::Viewer * Rcs::ViewerComponent::getViewer |
( |
| ) |
|
◆ init()
void Rcs::ViewerComponent::init |
( |
| ) |
|
|
private |
◆ lock()
void Rcs::ViewerComponent::lock |
( |
| ) |
|
◆ operator=()
◆ postUpdateGraph()
void Rcs::ViewerComponent::postUpdateGraph |
( |
| ) |
|
◆ setText()
void Rcs::ViewerComponent::setText |
( |
const std::string & |
text | ) |
|
◆ startThread()
bool Rcs::ViewerComponent::startThread |
( |
| ) |
|
◆ stopThread()
bool Rcs::ViewerComponent::stopThread |
( |
| ) |
|
◆ unlock()
void Rcs::ViewerComponent::unlock |
( |
| ) |
|
◆ updateGraph()
void Rcs::ViewerComponent::updateGraph |
( |
RcsGraph * |
graph | ) |
|
◆ currentGraph
const RcsGraph* Rcs::ViewerComponent::currentGraph |
|
private |
◆ desiredGraph
const RcsGraph* Rcs::ViewerComponent::desiredGraph |
|
private |
◆ kc
KeyCatcher* Rcs::ViewerComponent::kc |
|
private |
◆ syncWithEventLoop
bool Rcs::ViewerComponent::syncWithEventLoop |
|
private |
◆ viewer
The documentation for this class was generated from the following files: