This event signals that a display was resized. More...
#include <ApplicationEvents.h>
  
 Public Member Functions | |
| DisplayResized (te::qt::widgets::MapDisplay *display, const QSize &newSize, const QSize &oldSize) | |
| Constructor.  More... | |
Public Attributes | |
| te::qt::widgets::MapDisplay * | m_display | 
| Pointer to associated te::qt::widgets::MapDisplay.  More... | |
| int | m_id | 
| Identifier.  More... | |
| QSize | m_newSize | 
| New size of the display.  More... | |
| QSize | m_oldSize | 
| Old size of the display.  More... | |
This event signals that a display was resized.
Definition at line 73 of file ApplicationEvents.h.
      
  | 
  inline | 
Constructor.
| display | The pointer to the display resized. | 
| newSize | The new size of the display. | 
| oldSize | The old size if the display. | 
Definition at line 84 of file ApplicationEvents.h.
| te::qt::widgets::MapDisplay* te::qt::af::evt::DisplayResized::m_display | 
Pointer to associated te::qt::widgets::MapDisplay.
Definition at line 92 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::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().
| QSize te::qt::af::evt::DisplayResized::m_newSize | 
New size of the display.
Definition at line 93 of file ApplicationEvents.h.
| QSize te::qt::af::evt::DisplayResized::m_oldSize | 
Old size of the display.
Definition at line 94 of file ApplicationEvents.h.