Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

ThreadCommEvent Class Reference

The custom event class. More...

#include <ThreadCommEvent.h>

List of all members.

Public Member Functions

 ThreadCommEvent (double val0, double val1, double val2)
double val0 () const
double val1 () const
double val2 () const


Detailed Description

The custom event class.

Definition at line 7 of file ThreadCommEvent.h.


Constructor & Destructor Documentation

ThreadCommEvent::ThreadCommEvent double  val0,
double  val1,
double  val2
[inline]
 

Definition at line 10 of file ThreadCommEvent.h.

00011                                      :QCustomEvent (QEvent::User + 117),
00012                 _val0 (val0), _val1 (val1), _val2 (val2)
00013         {
00014         };


Member Function Documentation

double ThreadCommEvent::val0  )  const [inline]
 

Definition at line 15 of file ThreadCommEvent.h.

00016         {
00017                 return _val0;
00018         };

double ThreadCommEvent::val1  )  const [inline]
 

Definition at line 19 of file ThreadCommEvent.h.

00020         {
00021                 return _val1;
00022         };

double ThreadCommEvent::val2  )  const [inline]
 

Definition at line 23 of file ThreadCommEvent.h.

00024         {
00025                 return _val2;
00026         };


The documentation for this class was generated from the following file:
Generated on Thu Aug 3 16:14:54 2006 by  doxygen 1.4.4