WindowClosedEvent Class Reference

#include <Events.h>

Public Member Functions

 WindowClosedEvent (QMainWindow *)
QMainWindow * getWindow (void)

Private Attributes

QMainWindow * window

Detailed Description

Definition at line 51 of file Events.h.


Constructor & Destructor Documentation

WindowClosedEvent::WindowClosedEvent ( QMainWindow *  window  ) 

Definition at line 23 of file Events.cpp.

00024                   : QCustomEvent( WINDOW_CLOSED_EVENT )
00025 {
00026     this->window = window;
00027 }


Member Function Documentation

QMainWindow * WindowClosedEvent::getWindow ( void   ) 

Definition at line 29 of file Events.cpp.

00030 {
00031     return window;
00032 }


Field Documentation

QMainWindow* WindowClosedEvent::window [private]

Definition at line 59 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