#include <tool_bar.hh>
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 |
) |
| void ActivateTool | ( | QAction * | action | ) | [slot] |
| QAction* AddAction | ( | const QString & | text, | |
| QIcon & | icon | |||
| ) |
| void OnAction | ( | QAction * | action | ) | [slot] |
| void OnActiveGfxNodeChanged | ( | gfx::NodePtrList | nodes | ) | [slot] |
update status of all tools based on the active gfx::GfxNodes
| void OnToolAdded | ( | const Tool *& | tool | ) | [slot] |
1.5.8