All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::qt::widgets::TiePointsLocatorDialogMDEventFilter Class Reference

A event filter to handle map display events. More...

#include <TiePointsLocatorDialog.h>

Inheritance diagram for te::qt::widgets::TiePointsLocatorDialogMDEventFilter:

Signals

void keyPressed (int key)
 

Public Member Functions

bool eventFilter (QObject *watched, QEvent *event)
 
 TiePointsLocatorDialogMDEventFilter (te::qt::widgets::MapDisplay *parent)
 
 ~TiePointsLocatorDialogMDEventFilter ()
 

Protected Attributes

te::qt::widgets::MapDisplaym_mDisplay
 

Detailed Description

A event filter to handle map display events.

Definition at line 68 of file TiePointsLocatorDialog.h.

Constructor & Destructor Documentation

te::qt::widgets::TiePointsLocatorDialogMDEventFilter::TiePointsLocatorDialogMDEventFilter ( te::qt::widgets::MapDisplay parent)

Definition at line 56 of file TiePointsLocatorDialog.cpp.

te::qt::widgets::TiePointsLocatorDialogMDEventFilter::~TiePointsLocatorDialogMDEventFilter ( )

Definition at line 62 of file TiePointsLocatorDialog.cpp.

Member Function Documentation

bool te::qt::widgets::TiePointsLocatorDialogMDEventFilter::eventFilter ( QObject *  watched,
QEvent *  event 
)

Definition at line 66 of file TiePointsLocatorDialog.cpp.

References keyPressed(), and m_mDisplay.

void te::qt::widgets::TiePointsLocatorDialogMDEventFilter::keyPressed ( int  key)
signal

This signal is emitted when a keyboar key was pressed.

Referenced by eventFilter().

Member Data Documentation

te::qt::widgets::MapDisplay* te::qt::widgets::TiePointsLocatorDialogMDEventFilter::m_mDisplay
protected

Definition at line 89 of file TiePointsLocatorDialog.h.

Referenced by eventFilter().


The documentation for this class was generated from the following files: