![]() |
RobWorkProject
23.9.11-
|
A Qt widget for visualization of sensors. More...
#include <SensorView.hpp>
Inherits QWidget.
Inherited by CameraView, Scan25DView, and Scan2DView.
Public Types | |
typedef rw::core::Ptr< SensorView > | Ptr |
Smart pointer type for SensorView. | |
Signals | |
void | viewClosed (SensorView *widget) |
Signal emitted when view is closed. More... | |
Public Member Functions | |
SensorView (QWidget *parent=NULL) | |
Construct new widget. More... | |
virtual | ~SensorView () |
Destructor. | |
virtual void | update ()=0 |
Update the view. | |
virtual void | makeCurrent ()=0 |
Make the widget current. | |
Protected Member Functions | |
void | closeEvent (QCloseEvent *event) |
Handle close event. More... | |
A Qt widget for visualization of sensors.
|
inline |
Construct new widget.
parent | [in] owner widget. |
|
protected |
Handle close event.
event | [in] the event. |
|
signal |
Signal emitted when view is closed.
widget | [in] the view just closed. |