RobWorkProject
23.9.11-
|
Dispatchers are responsible for creating new widgets of type SimulatorLogEntryWidget. More...
#include <BodyMotionWidget.hpp>
Inherits SimulatorLogEntryWidget::Dispatcher.
Public Member Functions | |
Dispatcher () | |
Constructor. | |
virtual | ~Dispatcher () |
Destructor. | |
SimulatorLogEntryWidget * | makeWidget (rw::core::Ptr< const rwsim::log::SimulatorLog > entry, QWidget *parent=0) const |
Make new SimulatorLogEntryWidget. More... | |
bool | accepts (rw::core::Ptr< const rwsim::log::SimulatorLog > entry) const |
Check if the widget created by this dispatcher will be work for the given log entry. More... | |
Additional Inherited Members | |
Public Types inherited from SimulatorLogEntryWidget::Dispatcher | |
typedef rw::core::Ptr< const Dispatcher > | Ptr |
Smart pointer to a dispatcher. | |
Dispatchers are responsible for creating new widgets of type SimulatorLogEntryWidget.
|
virtual |
Check if the widget created by this dispatcher will be work for the given log entry.
entry | [in] the entry. |
Implements SimulatorLogEntryWidget::Dispatcher.
|
virtual |
Make new SimulatorLogEntryWidget.
entry | [in] the entry to make widget for. |
parent | [in] the parent Qt widget (optional). |
Implements SimulatorLogEntryWidget::Dispatcher.