#include <FXRollback.h>
Inheritance diagram for FX::FXRollbackBase:
Definition at line 156 of file FXRollback.h.
Public Member Functions | |
FXRollbackBase (calladdrtype addr) | |
~FXRollbackBase () | |
FXRollbackBase (const FXRollbackBase &o) | |
void | dismiss () const throw () |
void | setMutex (QMutex *m) const throw () |
void | setMutex (QMutex &m) const throw () |
Protected Types | |
typedef void(FXRollbackBase::*) | calladdrtype () |
Protected Member Functions | |
virtual FXRollbackBase * | copy () const =0 |
Protected Attributes | |
bool | dismissed |
calladdrtype | calladdr |
QMutex * | mutex |
Friends | |
class | FXRollbackGroup |