#include <SlicerInfo.h>
Definition at line 30 of file SlicerInfo.h.
Public Slots | |
virtual void | setVolume (VolumeSP vol) |
set volume | |
virtual void | setProbePos (int xp, int yp, int zp) |
set probe pos | |
Signals | |
void | probePosChanged (int xp, int yp, int zp) |
Public Member Functions | |
SlicerInfo (QWidget *parent, const char *name=0, WFlags wf=0) | |
construction | |
virtual | ~SlicerInfo () |
Protected Types | |
enum | PAGES { FIELD_INFO, FIELD_PROBE } |
Protected Member Functions | |
virtual void | conf () |
builds the guts: | |
Protected Attributes | |
QTabWidget * | _tabs |
VolumeSP | _vol |
|
Definition at line 45 of file SlicerInfo.h. |
|
construction
Definition at line 38 of file SlicerInfo.cpp. |
|
Definition at line 44 of file SlicerInfo.cpp. |
|
builds the guts: setCentralWidget(_tabs); Definition at line 119 of file SlicerInfo.cpp. References _tabs, FIELD_INFO, FIELD_PROBE, and VolumeSP. Referenced by SlicerInfo(). |
|
Referenced by setProbePos(), and setVolume(). |
|
set probe pos
Definition at line 105 of file SlicerInfo.cpp. References probePosChanged(). Referenced by setVolume(). |
|
set volume replace the field info replace the field probes Definition at line 58 of file SlicerInfo.cpp. References _tabs, _vol, FIELD_INFO, FIELD_PROBE, gutz::SmartPtr< Volume >::isNull(), probePosChanged(), and setProbePos(). |
|
Definition at line 53 of file SlicerInfo.h. Referenced by conf(), and setVolume(). |
|
Definition at line 54 of file SlicerInfo.h. Referenced by setVolume(). |