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 | Public Attributes | List of all members
Seg3D::LayerWidgetPrivate Class Reference
Inheritance diagram for Seg3D::LayerWidgetPrivate:
Core::ConnectionHandler

Public Types

typedef QPointer< LayerWidgetPrivateqpointer_type
 

Public Member Functions

 LayerWidgetPrivate (LayerWidget *parent)
 
void update_appearance (bool locked, bool active, bool in_use, bool initialize=false)
 
void update_widget_state (bool initialize=false)
 
void update_progress_bar (double progress)
 
void enable_drop_space (bool drop)
 
int get_volume_type ()
 
void export_layer (const std::string &type_extension)
 
void set_drop_target (LayerWidget *target_layer)
 
void set_picked_up (bool up)
 
- 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 UpdateState (qpointer_type qpointer)
 
static void UpdateActiveState (qpointer_type qpointer, LayerHandle layer)
 
static void UpdateViewerButtons (qpointer_type qpointer, std::string layout)
 
static void UpdateProgress (qpointer_type qpointer, double progress)
 

Public Attributes

LayerWidgetparent_
 
LayerHandle layer_
 
QIcon large_data_layer_icon_
 
QIcon data_layer_icon_
 
QIcon label_layer_icon_
 
QIcon mask_layer_icon_
 
Ui::LayerWidget ui_
 
QtUtils::QtColorBarWidgetcolor_widget_
 
PushDragButtonactivate_button_
 
DropSpaceWidgetdrop_space_
 
OverlayWidgetoverlay_
 
LayerWidgetdrop_layer_
 
bool drop_layer_set_
 
GroupButtonMenudrop_group_
 
bool drop_group_set_
 
bool active_
 
bool locked_
 
bool in_use_
 
bool picked_up_
 
int picked_up_layer_size_
 

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