ArnLib
4.0.x
Active Registry Network
|
#include <ArnEvent.hpp>
Public Member Functions | |
ArnEvModeChange (const QString &path, uint linkId, Arn::ObjectMode mode) | |
virtual ArnEvent * | makeHeapClone () |
const QString & | path () const |
uint | linkId () const |
Arn::ObjectMode | mode () const |
![]() | |
ArnEvent (QEvent::Type type) | |
virtual | ~ArnEvent () |
int | toIdx () const |
QString | toString () const |
void * | target () const |
void | setTarget (void *target) |
void | setTargetPendingChain (ArnEvent **targetPendingChain=arnNullptr) |
void | setTargetMutex (QMutex *targetMutex) |
void | inhibitPendingChain () |
Static Public Member Functions | |
static QEvent::Type | type () |
![]() | |
static int | baseType (int setVal=-1) |
static bool | isArnEvent (int evType) |
static int | toIdx (QEvent::Type type) |
static QString | toString (QEvent::Type type) |
Additional Inherited Members | |
![]() | |
typedef ArnEventIdx | Idx |
![]() | |
ArnEvent * | copyOpt (const ArnEvent *other) |
Definition at line 151 of file ArnEvent.hpp.
ArnEvModeChange::ArnEvModeChange | ( | const QString & | path, |
uint | linkId, | ||
Arn::ObjectMode | mode | ||
) |
Definition at line 279 of file ArnEvent.cpp.
|
inline |
Definition at line 165 of file ArnEvent.hpp.
|
virtual |
Implements ArnEvent.
Definition at line 296 of file ArnEvent.cpp.
|
inline |
Definition at line 168 of file ArnEvent.hpp.
|
inline |
Definition at line 162 of file ArnEvent.hpp.
|
static |
Definition at line 288 of file ArnEvent.cpp.