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 76 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 87 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 95 of file ApplicationEvents.h.
|
inherited |
| 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.