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 103 of file ApplicationEvents.h.
      
  | 
  inline | 
Constructor.
| toolbar | Pointer to the new tool bar. | 
Definition at line 110 of file ApplicationEvents.h.
      
  | 
  inherited | 
Identifier.
Definition at line 70 of file Event.h.
Referenced by te::qt::af::evt::Event::Event(), te::qt::af::StyleExplorer::onApplicationTriggered(), te::qt::af::TimeSliderWidget::onApplicationTriggered(), te::qt::af::InterfaceController::onApplicationTriggered(), te::qt::af::LayerExplorer::onApplicationTriggered(), te::qt::af::LayoutEditor::onApplicationTriggered(), te::qt::af::BaseApplication::onApplicationTriggered(), te::qt::af::ChartDisplayDockWidget::onApplicationTriggered(), te::qt::af::DataSetTableDockWidget::onApplicationTriggered(), and te::qt::af::MapDisplay::onApplicationTriggered().
| QToolBar* te::qt::af::evt::ToolBarAdded::m_toolbar | 
Pointer to the new QToolBar.
Definition at line 116 of file ApplicationEvents.h.
Referenced by te::qt::af::BaseApplication::onApplicationTriggered().