#include <ViewWidget.hh>
Definition at line 41 of file ViewWidget.hh.
◆ ViewType
Enumerator |
---|
OrthoView | |
OpenGlRenderingView | |
Definition at line 48 of file ViewWidget.hh.
◆ ViewWidget()
ViewWidget::ViewWidget |
( |
MultiChannelModel * |
model, |
|
|
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
◆ ~ViewWidget()
virtual ViewWidget::~ViewWidget |
( |
| ) |
|
|
virtual |
◆ viewType()
◆ addChannel()
virtual void ViewWidget::addChannel |
( |
ChannelSpecs * |
channel | ) |
|
|
pure virtual |
◆ removeChannel()
virtual void ViewWidget::removeChannel |
( |
ChannelSpecs * |
channel | ) |
|
|
pure virtual |
◆ snapToVoxelGrid()
bool ViewWidget::snapToVoxelGrid |
( |
| ) |
const |
◆ showHelperLines()
bool ViewWidget::showHelperLines |
( |
| ) |
const |
◆ positionUm()
blitz::TinyVector<double,3> ViewWidget::positionUm |
( |
| ) |
const |
◆ model()
◆ positionChanged
void ViewWidget::positionChanged |
( |
const blitz::TinyVector< double, 3 > & |
positionUm | ) |
|
|
signal |
◆ redraw
virtual void ViewWidget::redraw |
( |
| ) |
|
|
virtualslot |
This function can be implemented by ViewWidget instances to send update requests to the actual low level views.
It is called whenever the model changes in a way that may require a view update. The default implementation just calls update().
◆ setSnapToVoxelGrid
virtual void ViewWidget::setSnapToVoxelGrid |
( |
bool |
snap | ) |
|
|
virtualslot |
◆ setShowHelperLines
virtual void ViewWidget::setShowHelperLines |
( |
bool |
show | ) |
|
|
virtualslot |
◆ setPositionUm
virtual void ViewWidget::setPositionUm |
( |
const blitz::TinyVector< double, 3 > & |
positionUm | ) |
|
|
virtualslot |
◆ p_model
The documentation for this class was generated from the following file: