Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members

FXEX::FXAtomicIntDataTarget Class Reference

FXAtomicDataTarget is very similar to a normal FXDataTarget. More...

#include <FXAtomicDataTarget.h>

Inheritance diagram for FXEX::FXAtomicIntDataTarget::

FXDataTarget List of all members.

Detailed Description

FXAtomicDataTarget is very similar to a normal FXDataTarget.

Except that it is wrapped up in an FXAtomic so that multiple threads can access the values in the valuator widgets (just like a normal data target).

This allows you to create a worker thread (either by using the FXThreadFunction or FXThread objects) which continually posts updates to widget values, without requiring the programmer to create any glue code.

Definition at line 40 of file FXAtomicDataTarget.h.