![]() |
RobWorkProject
23.9.11-
|
Widget for visualization of a simulation log. More...
#include <SimulatorLogWidget.hpp>
Inherits QWidget.
Public Slots | |
| void | updateOpenGLView () |
| Update the graphical view. | |
Public Member Functions | |
| SimulatorLogWidget (QWidget *parent=0) | |
| Construct new widget for a simulation log. More... | |
| virtual | ~SimulatorLogWidget () |
| Destructor. | |
| void | setDWC (rw::core::Ptr< const rwsim::dynamics::DynamicWorkCell > dwc) |
| Set the dynamic workcell for visualisation. More... | |
| void | setLog (rw::core::Ptr< rwsim::log::SimulatorLogScope > info) |
| Set the simulation log to show. More... | |
| void | compare (rw::core::Ptr< const rwsim::log::SimulatorLogScope > info) |
| Compare with a different log. More... | |
| void | setSelectedTime (double time) |
| Try to find a specific simulation time. More... | |
| void | updateInfo () |
| Re-read the log and update. | |
| virtual void | setProperties (rw::core::Ptr< rw::core::PropertyMap > properties) |
| Set properties for widget. More... | |
Widget for visualization of a simulation log.
| SimulatorLogWidget | ( | QWidget * | parent = 0 | ) |
Construct new widget for a simulation log.
| parent | [in] (optional) the parent Qt widget. Ownership is shared by the caller and the parent widget if given. |
| void compare | ( | rw::core::Ptr< const rwsim::log::SimulatorLogScope > | info | ) |
Compare with a different log.
| info | [in] the other simulation log. |
| void setDWC | ( | rw::core::Ptr< const rwsim::dynamics::DynamicWorkCell > | dwc | ) |
Set the dynamic workcell for visualisation.
| dwc | [in] the dynamic workcell. |
| void setLog | ( | rw::core::Ptr< rwsim::log::SimulatorLogScope > | info | ) |
Set the simulation log to show.
| info | [in/out] the simulation log (might be updated with statistics). |
|
virtual |
Set properties for widget.
| properties | [in/out] properties, such as default values for scaling of graphical elements. |
| void setSelectedTime | ( | double | time | ) |
Try to find a specific simulation time.
| time | [in] the time. |