anatomist  5.1.2
3D neuroimaging data viewer
RoiDynSegmentActionView Class Reference

#include <anatomist/action/dynsegmentaction.h>

Inheritance diagram for RoiDynSegmentActionView:
Collaboration diagram for RoiDynSegmentActionView:

Public Slots

void faithIntervalChanged (int nSigma)
 
void orderChanged (int order)
 
void dimensionModeChanged (int newDimensionMode)
 
void computeModeChanged (int growthMode)
 
void findNearestMinimumModeChanged (int findLocalMinimum)
 
void refineModeChanged (int mode)
 

Public Member Functions

 RoiDynSegmentActionView (anatomist::RoiDynSegmentAction *myAction, QWidget *parent)
 
virtual ~RoiDynSegmentActionView ()
 
virtual void update (const anatomist::Observable *, void *)
 This method is called whenever the observed object is changed. More...
 
- Public Member Functions inherited from anatomist::Observer
virtual ~Observer ()
 

Additional Inherited Members

- Protected Member Functions inherited from anatomist::Observer
virtual void cleanupObserver ()
 call this function from inherited classes destructors. More...
 
virtual void registerObservable (Observable *)
 only called by Observable: don't use this function directly More...
 
virtual void unregisterObservable (Observable *)
 Called when an observable is destroyed, only called by Observable: don't use this function directly. More...
 
const std::set< Observable * > & observed () const
 

Detailed Description

Definition at line 218 of file dynsegmentaction.h.

Constructor & Destructor Documentation

◆ RoiDynSegmentActionView()

RoiDynSegmentActionView::RoiDynSegmentActionView ( anatomist::RoiDynSegmentAction myAction,
QWidget *  parent 
)

◆ ~RoiDynSegmentActionView()

virtual RoiDynSegmentActionView::~RoiDynSegmentActionView ( )
virtual

Member Function Documentation

◆ computeModeChanged

void RoiDynSegmentActionView::computeModeChanged ( int  growthMode)
slot

◆ dimensionModeChanged

void RoiDynSegmentActionView::dimensionModeChanged ( int  newDimensionMode)
slot

◆ faithIntervalChanged

void RoiDynSegmentActionView::faithIntervalChanged ( int  nSigma)
slot

◆ findNearestMinimumModeChanged

void RoiDynSegmentActionView::findNearestMinimumModeChanged ( int  findLocalMinimum)
slot

◆ orderChanged

void RoiDynSegmentActionView::orderChanged ( int  order)
slot

◆ refineModeChanged

void RoiDynSegmentActionView::refineModeChanged ( int  mode)
slot

◆ update()

virtual void RoiDynSegmentActionView::update ( const anatomist::Observable observable,
void *  arg 
)
virtual

This method is called whenever the observed object is changed.

The programmer calls an observable object's notifyObservers method to have all the object's observers notified of the change.

Parameters
observablethe observable object

Implements anatomist::Observer.

References slots.


The documentation for this class was generated from the following file: