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

Public Member Functions

 Menu (QMainWindow *parent=0)
 

Static Public Member Functions

static void SetRecentFileList (qpointer_type app_menu)
 
static void EnableDisableLayerActions (qpointer_type qpointer)
 
static void ShowHideLargeVolume (qpointer_type qpointer)
 
static void UpdateUndoTag (qpointer_type qpointer, std::string tag)
 
static void UpdateRedoTag (qpointer_type qpointer, std::string tag)
 
static void ConfirmRecentFileLoad (qpointer_type qpointer, const std::string &path)
 CONFIRMRECENTFILELOAD:
 

Member Function Documentation

void Seg3D::Menu::EnableDisableLayerActions ( qpointer_type  qpointer)
static

ENABLEDISABLELAYERACTIONS: this function is called when new layers are added or layers are deleted

void Seg3D::Menu::SetRecentFileList ( qpointer_type  app_menu)
static

SETRECENTFILELIST: This function is called when the recent file list is modified

void Seg3D::Menu::ShowHideLargeVolume ( qpointer_type  qpointer)
static

SHOWHIDELARGEVOLUME: toggle visibility of large volume menu items

void Seg3D::Menu::UpdateRedoTag ( qpointer_type  qpointer,
std::string  tag 
)
static

UPDATEREDOTAG This function is called when there is a new redo tag

void Seg3D::Menu::UpdateUndoTag ( qpointer_type  qpointer,
std::string  tag 
)
static

UPDATEUNDOTAG This function is called when there is a new undo tag


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