te::qt::af::evt::DisplayResized Struct Reference

This event signals that a display was resized. More...

#include <ApplicationEvents.h>

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

Public Member Functions

 DisplayResized (te::qt::widgets::MapDisplay *display, const QSize &newSize, const QSize &oldSize)
 Constructor. More...
 

Public Attributes

te::qt::widgets::MapDisplaym_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...
 

Detailed Description

This event signals that a display was resized.

Definition at line 76 of file ApplicationEvents.h.

Constructor & Destructor Documentation

te::qt::af::evt::DisplayResized::DisplayResized ( te::qt::widgets::MapDisplay display,
const QSize &  newSize,
const QSize &  oldSize 
)
inline

Constructor.

Parameters
displayThe pointer to the display resized.
newSizeThe new size of the display.
oldSizeThe old size if the display.

Definition at line 87 of file ApplicationEvents.h.

Member Data Documentation

te::qt::widgets::MapDisplay* te::qt::af::evt::DisplayResized::m_display

Pointer to associated te::qt::widgets::MapDisplay.

Definition at line 95 of file ApplicationEvents.h.

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

QSize te::qt::af::evt::DisplayResized::m_newSize

New size of the display.

Definition at line 96 of file ApplicationEvents.h.

QSize te::qt::af::evt::DisplayResized::m_oldSize

Old size of the display.

Definition at line 97 of file ApplicationEvents.h.


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