anatomist  5.1.2
3D neuroimaging data viewer
ToolBox Class Reference

#include <anatomist/controler/controlswitch.h>

Inheritance diagram for ToolBox:
Collaboration diagram for ToolBox:

Public Member Functions

 ToolBox (const std::string &activeControlDescription="")
 
virtual ~ToolBox ()
 
void resetActions ()
 
void updateActiveControl (const std::string &activeControlDescription)
 
void addTab (QWidget *child, const QString &label, const std::string &actionid="")
 
void showPage (QWidget *w)
 
void showPage (const std::string &label)
 
const std::set< std::string > & actions () const
 

Detailed Description

Definition at line 80 of file controlswitch.h.

Constructor & Destructor Documentation

◆ ToolBox()

ToolBox::ToolBox ( const std::string &  activeControlDescription = "")

◆ ~ToolBox()

virtual ToolBox::~ToolBox ( )
virtual

Member Function Documentation

◆ actions()

const std::set<std::string>& ToolBox::actions ( ) const

References slots.

◆ addTab()

void ToolBox::addTab ( QWidget *  child,
const QString &  label,
const std::string &  actionid = "" 
)

◆ resetActions()

void ToolBox::resetActions ( )

◆ showPage() [1/2]

void ToolBox::showPage ( const std::string &  label)

◆ showPage() [2/2]

void ToolBox::showPage ( QWidget *  w)

◆ updateActiveControl()

void ToolBox::updateActiveControl ( const std::string &  activeControlDescription)

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