![]() |
RobWorkProject
23.9.11-
|
Dispatchers are responsible for creating new widgets of type SimulatorLogEntryWidget. More...
#include <DistanceMultiResultWidget.hpp>
Inherits 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... | |
Dispatchers are responsible for creating new widgets of type SimulatorLogEntryWidget.
| 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.
| entry | [in] the entry. |
| SimulatorLogEntryWidget* makeWidget | ( | rw::core::Ptr< const rwsim::log::SimulatorLog > | entry, |
| QWidget * | parent = 0 |
||
| ) | const |
Make new SimulatorLogEntryWidget.
| entry | [in] the entry to make widget for. |
| parent | [in] the parent Qt widget (optional). |