|
roviz
0.7
Code Documentation of roviz
|
Base class for all widgets representing a StreamObject. More...
#include <stream_widget.h>


Public Member Functions | |
| StreamWidget (OutputPrivate *out) | |
| virtual void | newObject (StreamObject obj)=0 |
| Called when a new image arrived. More... | |
| virtual void | reset (void)=0 |
| Reset the widget to make it show the default image again. | |
| virtual QWidget * | qwidget (void)=0 |
| Convert this widget to a QWidget. More... | |
| OutputPrivate * | output (void) |
| Get the output associated with this widget. More... | |
Base class for all widgets representing a StreamObject.
|
pure virtual |
Called when a new image arrived.
| obj | StreamObject representing the new object to display |
Implemented in ImageWidget, and SparseWidget.

| OutputPrivate * StreamWidget::output | ( | void | ) |
Get the output associated with this widget.
|
pure virtual |
Convert this widget to a QWidget.
Implemented in ImageWidget.

1.8.13