src/Event/SALOME_Event.hxx File Reference

#include <qevent.h>
#include <Event.h>

Include dependency graph for SALOME_Event.hxx:

Go to the source code of this file.

Data Structures

class  SALOME_Event
class  TMemFunEvent< TObject, TRes >
 Template class for member function. More...
class  TVoidMemFunEvent< TObject >
 Template class for member function. More...
class  TMemFun1ArgEvent< TObject, TRes, TArg, TStoreArg >
 Template for member function with one argument. More...
class  TVoidMemFun1ArgEvent< TObject, TArg, TStoreArg >
 Template for member function with one argument. More...
class  TMemFun2ArgEvent< TObject, TRes, TArg, TArg1, TStoreArg, TStoreArg1 >
 Template for member function with two arguments. More...
class  TVoidMemFun2ArgEvent< TObject, TArg, TArg1, TStoreArg, TStoreArg1 >
 Template for member function with two arguments. More...

Defines

#define SALOME_EVENT   QEvent::Type( QEvent::User + 10000 )

Functions

template<class TEvent>
TEvent::TResult ProcessEvent (TEvent *theEvent)
void ProcessVoidEvent (SALOME_Event *theEvent)


Define Documentation

#define SALOME_EVENT   QEvent::Type( QEvent::User + 10000 )
 


Function Documentation

template<class TEvent>
TEvent::TResult ProcessEvent TEvent *  theEvent  ) 
 

void ProcessVoidEvent SALOME_Event theEvent  )