Template class for event which calls the function with two arguments and without return value.
#include <SALOME_Event.h>
|
typedef void(TObject::* | TAction )(TArg, TArg1) |
|
|
| TVoidMemFun2ArgEvent (TObject *theObject, TAction theAction, TArg theArg, TArg1 theArg1) |
|
virtual void | Execute () |
| This method should be redefined in the successor classes to do real work. More...
|
|
| SALOME_Event () |
| Constructor. More...
|
|
virtual | ~SALOME_Event () |
| Destructor. More...
|
|
void | ExecutePostedEvent () |
| This method should be called by the main GUI thread in order to execute the code specific for this event and finally to inform the calling thread that the event has been processed waking it up with help of the semaphore . More...
|
|
void | process () |
| Post the event and wait for its completion. process() should be called from a secondary thread only. More...
|
|
template<class TObject , typename TArg , typename TArg1 , typename TStoreArg = TArg, typename TStoreArg1 = TArg1>
typedef void(TObject::* TVoidMemFun2ArgEvent< TObject, TArg, TArg1, TStoreArg, TStoreArg1 >::TAction)(TArg, TArg1) |
template<class TObject , typename TArg , typename TArg1 , typename TStoreArg = TArg, typename TStoreArg1 = TArg1>
template<class TObject , typename TArg , typename TArg1 , typename TStoreArg = TArg, typename TStoreArg1 = TArg1>
Implements SALOME_Event.
References TVoidMemFun2ArgEvent< TObject, TArg, TArg1, TStoreArg, TStoreArg1 >::myAction, TVoidMemFun2ArgEvent< TObject, TArg, TArg1, TStoreArg, TStoreArg1 >::myArg, TVoidMemFun2ArgEvent< TObject, TArg, TArg1, TStoreArg, TStoreArg1 >::myArg1, and TVoidMemFun2ArgEvent< TObject, TArg, TArg1, TStoreArg, TStoreArg1 >::myObject.
template<class TObject , typename TArg , typename TArg1 , typename TStoreArg = TArg, typename TStoreArg1 = TArg1>
template<class TObject , typename TArg , typename TArg1 , typename TStoreArg = TArg, typename TStoreArg1 = TArg1>
template<class TObject , typename TArg , typename TArg1 , typename TStoreArg = TArg, typename TStoreArg1 = TArg1>
template<class TObject , typename TArg , typename TArg1 , typename TStoreArg = TArg, typename TStoreArg1 = TArg1>
The documentation for this class was generated from the following file: