![]() |
Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
![]() |
#include <FXThreadedObject.h>
Inheritance diagram for FXEX::FXThreadedObject::
Public Methods | |
FXApp * | getApp () |
void | setTarget (FXObject *tgt) |
FXObject * | getTarget () |
void | setSelector (FXSelector sel) |
FXSelector | getSelector () |
void | signal () |
void | signal (FXuint seltype) |
virtual | ~FXThreadedObject () |
Definition at line 37 of file FXThreadedObject.h.
|
dtor.
|
|
application object.
|
|
set to new target object - thread safe.
|
|
get the target - thread safe.
|
|
set the selector - thread safe.
|
|
get the selector - thread safe.
|
|
Signal the main thread This is meant to be called from the worker thread.
|
|
Signal the main thread using a specific FXSelector This is meant to be called from the worker thread.
|