It indicates that a new project was created. More...
#include <ProjectEvents.h>
  
 Public Member Functions | |
| ProjectAdded (Project *proj) | |
| Constructor.  More... | |
Public Attributes | |
| int | m_id | 
| Identifier.  More... | |
| Project * | m_proj | 
| Pointer to the new project.  More... | |
It indicates that a new project was created.
Definition at line 47 of file ProjectEvents.h.
      
  | 
  inline | 
      
  | 
  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::BaseApplication::onApplicationTriggered(), te::qt::af::LayerExplorer::onApplicationTriggered(), te::qt::af::LayoutEditor::onApplicationTriggered(), te::qt::af::DataSetTableDockWidget::onApplicationTriggered(), te::qt::af::ChartDisplayDockWidget::onApplicationTriggered(), and te::qt::af::MapDisplay::onApplicationTriggered().
| Project* te::qt::af::evt::ProjectAdded::m_proj | 
Pointer to the new project.
Definition at line 60 of file ProjectEvents.h.
Referenced by te::qt::af::LayerExplorer::onApplicationTriggered().