libktorrent  2.1.1
Signals | Public Member Functions | List of all members
bt::ExitOperation Class Reference

#include <exitoperation.h>

Inheritance diagram for bt::ExitOperation:
Inheritance graph
[legend]

Signals

void operationFinished (ExitOperation *opt)
 

Public Member Functions

virtual bool deleteAllowed () const
 whether or not we can do a deleteLater on the job after it has finished.
 

Detailed Description

Author
Joris Guisson joris.nosp@m..gui.nosp@m.sson@.nosp@m.gmai.nosp@m.l.com

Object to derive from for operations which need to be performed at exit. The operation should emit the operationFinished signal when they are done.

ExitOperation's can be used in combination with a WaitJob, to wait for a certain amount of time to give several ExitOperation's the time time to finish up.

Definition at line 57 of file exitoperation.h.


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