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 106 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 113 of file ApplicationEvents.h.

Member Data Documentation

int te::qt::af::evt::Event::m_id
inherited

Identifier.

Definition at line 70 of file Event.h.

Referenced by te::qt::af::evt::Event::Event().

QToolBar* te::qt::af::evt::ToolBarAdded::m_toolbar

Pointer to the new QToolBar.

Definition at line 119 of file ApplicationEvents.h.


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