WindowConnectionLostEvent Class Reference

#include <Events.h>

Public Member Functions

 WindowConnectionLostEvent (QMainWindow *)
QMainWindow * getWindow (void)

Private Attributes

QMainWindow * window

Detailed Description

Definition at line 129 of file Events.h.


Constructor & Destructor Documentation

WindowConnectionLostEvent::WindowConnectionLostEvent ( QMainWindow *  window  ) 

Definition at line 130 of file Events.cpp.

00131                           : QCustomEvent( WINDOW_CONNECTION_LOST_EVENT )
00132 {
00133     this->window = window;
00134 }


Member Function Documentation

QMainWindow * WindowConnectionLostEvent::getWindow ( void   ) 

Definition at line 136 of file Events.cpp.

00137 {
00138     return window;
00139 }


Field Documentation

QMainWindow* WindowConnectionLostEvent::window [private]

Definition at line 137 of file Events.h.


The documentation for this class was generated from the following files:
Generated on Wed Jul 4 16:03:38 2012 for RIO by  doxygen 1.6.3