This event signals that a new toolbar was added. More...
#include <ApplicationEvents.h>
Public Member Functions | |
ToolBarAdded (QToolBar *toolbar) | |
Constructor. More... | |
Public Attributes | |
int | m_id |
Identifier. More... | |
QToolBar * | m_toolbar |
Pointer to the new QToolBar. More... | |
This event signals that a new toolbar was added.
Definition at line 106 of file ApplicationEvents.h.
|
inline |
Constructor.
toolbar | Pointer to the new tool bar. |
Definition at line 113 of file ApplicationEvents.h.
|
inherited |
QToolBar* te::qt::af::evt::ToolBarAdded::m_toolbar |
Pointer to the new QToolBar.
Definition at line 119 of file ApplicationEvents.h.