defuze.me  Client
Signals | Public Member Functions
Thread Class Reference

This class implements out-of-thread exception forwarding mechanism It should be use in place of QThread and programmer may call forward() during thread execution. More...

#include <thread.hpp>

Inheritance diagram for Thread:
Inheritance graph
[legend]

List of all members.

Signals

void forwardSig (const Exception &exc)

Public Member Functions

 Thread (QObject *parent=0)
void forward (const Exception &exc)

Detailed Description

This class implements out-of-thread exception forwarding mechanism It should be use in place of QThread and programmer may call forward() during thread execution.

Definition at line 22 of file thread.hpp.


The documentation for this class was generated from the following files: