All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::qt::af::evt::ToolBarAdded Struct Reference

This event signals that a new toolbar was added. More...

#include <ApplicationEvents.h>

Inheritance diagram for te::qt::af::evt::ToolBarAdded:
te::qt::af::evt::Event

Public Member Functions

 ToolBarAdded (QToolBar *toolbar)
 Constructor. More...
 

Public Attributes

int m_id
 Identifier. More...
 
QToolBar * m_toolbar
 Pointer to the new QToolBar. More...
 

Detailed Description

This event signals that a new toolbar was added.

Definition at line 103 of file ApplicationEvents.h.

Constructor & Destructor Documentation

te::qt::af::evt::ToolBarAdded::ToolBarAdded ( QToolBar *  toolbar)
inline

Constructor.

Parameters
toolbarPointer to the new tool bar.

Definition at line 110 of file ApplicationEvents.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: