![]() |
RobWorkProject
23.9.11-
|
Dispatchers are responsible for creating new widgets of type SimulatorLogEntryWidget. More...
#include <SimulatorLogEntryWidget.hpp>
Inherited by BodyMotionWidget::Dispatcher, CollisionResultWidget::Dispatcher, ConstraintWidget::Dispatcher, ContactSetWidget::Dispatcher, ContactVelocitiesWidget::Dispatcher, DistanceResultWidget::Dispatcher, EquationSystemWidget::Dispatcher, ForceTorqueWidget::Dispatcher, LogMessageWidget::Dispatcher, and LogValuesWidget::Dispatcher.
Public Types | |
| typedef rw::core::Ptr< const Dispatcher > | Ptr |
| Smart pointer to a dispatcher. | |
Public Member Functions | |
| virtual | ~Dispatcher () |
| Destructor. | |
| virtual SimulatorLogEntryWidget * | makeWidget (rw::core::Ptr< const rwsim::log::SimulatorLog > entry, QWidget *parent=0) const =0 |
| Make new SimulatorLogEntryWidget. More... | |
| virtual bool | accepts (rw::core::Ptr< const rwsim::log::SimulatorLog > entry) const =0 |
| Check if the widget created by this dispatcher will be work for the given log entry. More... | |
Dispatchers are responsible for creating new widgets of type SimulatorLogEntryWidget.
|
pure virtual |
Check if the widget created by this dispatcher will be work for the given log entry.
| entry | [in] the entry. |
Implemented in LogValuesWidget::Dispatcher, LogMessageWidget::Dispatcher, ForceTorqueWidget::Dispatcher, EquationSystemWidget::Dispatcher, DistanceResultWidget::Dispatcher, ContactVelocitiesWidget::Dispatcher, ContactSetWidget::Dispatcher, ConstraintWidget::Dispatcher, CollisionResultWidget::Dispatcher, and BodyMotionWidget::Dispatcher.
|
pure virtual |
Make new SimulatorLogEntryWidget.
| entry | [in] the entry to make widget for. |
| parent | [in] the parent Qt widget (optional). |
Implemented in LogValuesWidget::Dispatcher, LogMessageWidget::Dispatcher, ForceTorqueWidget::Dispatcher, EquationSystemWidget::Dispatcher, DistanceResultWidget::Dispatcher, ContactVelocitiesWidget::Dispatcher, ContactSetWidget::Dispatcher, ConstraintWidget::Dispatcher, CollisionResultWidget::Dispatcher, and BodyMotionWidget::Dispatcher.