|
void | tool_removed_signal (int index) |
|
|
| ToolBoxWidget (QWidget *parent=0) |
|
void | add_tool (QWidget *tool, const QString &text, boost::function< void() > close_function, boost::function< void() > activate_function, const std::string &help_url) |
|
void | remove_tool (int index) |
|
int | get_active_index () |
|
QWidget * | get_active_tool () |
|
QWidget * | get_tool_at (int index) |
|
void | set_active_index (int index) |
|
void | set_active_tool (QWidget *tool) |
|
int | index_of (QWidget *index) |
|
The documentation for this class was generated from the following files:
- Interface/Application/ToolBoxWidget.h
- Interface/Application/ToolBoxWidget.cc