SearchLogsEvent Class Reference

#include <Events.h>

Public Member Functions

 SearchLogsEvent (MonitorWindow *Monitor, char *ResultFileName, int SearchType, int SearchResult)
 ~SearchLogsEvent ()
MonitorWindowgetMonitorWindow (void)
char * getResultFileName (void)
int getSearchType (void)
int getSearchResult (void)

Private Attributes

MonitorWindowm_MonitorWindow
char * m_ResultFileName
int m_SearchType
int m_SearchResult

Detailed Description

Definition at line 222 of file Events.h.


Constructor & Destructor Documentation

SearchLogsEvent::SearchLogsEvent ( MonitorWindow Monitor,
char *  ResultFileName,
int  SearchType,
int  SearchResult 
)

Definition at line 288 of file Events.cpp.

00290                 : QCustomEvent( SEARCH_LOGS_EVENT ) 
00291 {
00292     m_MonitorWindow = Monitor;
00293     m_ResultFileName = ResultFileName;
00294     m_SearchType = SearchType; 
00295     m_SearchResult = SearchResult;    
00296 }                

SearchLogsEvent::~SearchLogsEvent (  ) 

Definition at line 298 of file Events.cpp.

00299 {
00300     if( m_ResultFileName != NULL )
00301         delete[] m_ResultFileName;
00302 }


Member Function Documentation

MonitorWindow * SearchLogsEvent::getMonitorWindow ( void   ) 

Definition at line 304 of file Events.cpp.

00305 {
00306     return m_MonitorWindow;
00307 }

char * SearchLogsEvent::getResultFileName ( void   ) 

Definition at line 309 of file Events.cpp.

00310 {
00311     return m_ResultFileName;
00312 }

int SearchLogsEvent::getSearchResult ( void   ) 

Definition at line 319 of file Events.cpp.

00320 {
00321     return m_SearchResult;
00322 }

int SearchLogsEvent::getSearchType ( void   ) 

Definition at line 314 of file Events.cpp.

00315 {
00316     return m_SearchType;
00317 }


Field Documentation

Definition at line 224 of file Events.h.

Definition at line 225 of file Events.h.

Definition at line 227 of file Events.h.

Definition at line 226 of file Events.h.


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