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 Member Functions | Static Public Member Functions | List of all members
Seg3D::ProjectDockWidget Class Reference
Inheritance diagram for Seg3D::ProjectDockWidget:
QtUtils::QtCustomDockWidget Core::ConnectionHandler

Public Types

typedef QPointer< ProjectDockWidgetqpointer_type
 

Public Member Functions

 ProjectDockWidget (QWidget *parent=0)
 
- Public Member Functions inherited from QtUtils::QtCustomDockWidget
 QtCustomDockWidget (QWidget *parent=0)
 
virtual void closeEvent (QCloseEvent *event)
 
virtual void resizeEvent (QResizeEvent *event)
 
virtual void showEvent (QShowEvent *event)
 
void set_enabled (bool enabled)
 
- Public Member Functions inherited from Core::ConnectionHandler
void add_connection (const boost::signals2::connection &connection)
 
void add_connection (const ConnectionHandlerConnectionHandle &connection)
 
void disconnect_all ()
 

Static Public Member Functions

static void HandleAutoSaveTimeChanged (qpointer_type qpointer, int duration)
 
static void HandleFileSizeChanged (qpointer_type qpointer, long long file_size)
 
static void HandleProjectChanged (qpointer_type qpointer)
 
static void HandleUpdateWidget (qpointer_type qpointer)
 

Additional Inherited Members

- Signals inherited from QtUtils::QtCustomDockWidget
void opened ()
 
void closed ()
 
- Protected Attributes inherited from QtUtils::QtCustomDockWidget
QWidget * dock_base_
 

Member Function Documentation

void Seg3D::ProjectDockWidget::HandleAutoSaveTimeChanged ( qpointer_type  qpointer,
int  duration 
)
static

HANDLEAUTOSAVETIMECHANGED: This function handles signals that the autosave time has changed and routes them, on the correct thread to the set_auto_save_label function so that it can update the label's text

void Seg3D::ProjectDockWidget::HandleFileSizeChanged ( qpointer_type  qpointer,
long long  file_size 
)
static

HANDLEFILESIZECHANGED: This function handles the signal that the file size has changed and sets the ui to reflect it

static void Seg3D::ProjectDockWidget::HandleProjectChanged ( qpointer_type  qpointer)
static

HANDLEPROJECTCHANGED: This function is called when the signal that a new project has been loaded is triggered

void Seg3D::ProjectDockWidget::HandleUpdateWidget ( qpointer_type  qpointer)
static

HANDLEUPDATEWIDGET: This function updates the widget


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