OpenStructure
|
#include <tool_bar.hh>
Inherits QToolBar.
Public Slots | |
void | OnActiveGfxNodeChanged (gfx::NodePtrList nodes) |
void | OnToolAdded (const Tool *&tool) |
void | OnAction (QAction *action) |
void | ActivateTool (QAction *action) |
Public Member Functions | |
ToolBar (QWidget *parent=NULL) | |
QAction * | AddAction (const QString &text, QIcon &icon) |
Definition at line 38 of file tool_bar.hh.
ToolBar | ( | QWidget * | parent = NULL | ) |
|
slot |
QAction* AddAction | ( | const QString & | text, |
QIcon & | icon | ||
) |
|
slot |
|
slot |
update status of all tools based on the active gfx::GfxNodes
|
slot |