Seg3D  2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
All Classes Namespaces Functions Variables Typedefs Enumerator Friends
Public Types | Public Slots | Public Member Functions | List of all members
Seg3D::ProgressWidget Class Reference
Inheritance diagram for Seg3D::ProgressWidget:

Public Types

typedef QPointer< ProgressWidgetqpointer_type
 

Public Slots

void interrupt ()
 
void update_running ()
 

Public Member Functions

 ProgressWidget (QWidget *parent=0)
 
void update_progress ()
 
void setup_progress_widget (Core::ActionProgressHandle action_progress)
 
void cleanup_progress_widget ()
 

Member Function Documentation

void Seg3D::ProgressWidget::cleanup_progress_widget ( )

CLEANUP_PROGRESS_WIDGET: this will cleanup the progress widget, disconnect the connections etc.

void Seg3D::ProgressWidget::interrupt ( )
slot

INTERUPT: Interrupt the current process

void Seg3D::ProgressWidget::setup_progress_widget ( Core::ActionProgressHandle  action_progress)

SETUP_PROGRESS_WIDGET: this will setup the widget and make all the connections

void Seg3D::ProgressWidget::update_progress ( )

UPDATE_PROGRESS: Update the progress in this dialog

void Seg3D::ProgressWidget::update_running ( )
slot

UPDATE_RUNNING: Update the running circle


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