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.
Signals | Public Member Functions | Protected Attributes | List of all members
QtUtils::QtCustomDockWidget Class Reference
Inheritance diagram for QtUtils::QtCustomDockWidget:
Seg3D::HistoryDockWidget Seg3D::LayerManagerDockWidget Seg3D::ProjectDockWidget Seg3D::ProvenanceDockWidget Seg3D::RenderingDockWidget Seg3D::ToolsDockWidget

Signals

void opened ()
 
void closed ()
 

Public Member Functions

 QtCustomDockWidget (QWidget *parent=0)
 
virtual void closeEvent (QCloseEvent *event)
 
virtual void resizeEvent (QResizeEvent *event)
 
virtual void showEvent (QShowEvent *event)
 
void set_enabled (bool enabled)
 

Protected Attributes

QWidget * dock_base_
 

Member Function Documentation

void QtUtils::QtCustomDockWidget::closeEvent ( QCloseEvent *  event)
virtual

CLOSEEVENT: This function is called by Qt to deliver an event that tells that the widget is being hidden.

void QtUtils::QtCustomDockWidget::resizeEvent ( QResizeEvent *  event)
virtual

RESIZEEVENT: This function is called by Qt to deliver an event that tells that the widget is being resized.

void QtUtils::QtCustomDockWidget::showEvent ( QShowEvent *  event)
virtual

SHOWEVENT: This function is called by Qt to deliver an event that tells that the widget is being resized.


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