|
ArnLib
4.0.x
Active Registry Network
|
#include <ArnEvent.hpp>


Public Member Functions | |
| ArnEvLinkCreate (const QString &path, ArnLink *arnLink, bool isLastLink) | |
| virtual ArnEvent * | makeHeapClone () |
| const QString & | path () const |
| ArnLink * | arnLink () const |
| bool | isLastLink () const |
Public Member Functions inherited from ArnEvent | |
| 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 Public Member Functions inherited from ArnEvent | |
| 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 | |
Public Types inherited from ArnEvent | |
| typedef ArnEventIdx | Idx |
Protected Member Functions inherited from ArnEvent | |
| ArnEvent * | copyOpt (const ArnEvent *other) |
Definition at line 129 of file ArnEvent.hpp.
| ArnEvLinkCreate::ArnEvLinkCreate | ( | const QString & | path, |
| ArnLink * | arnLink, | ||
| bool | isLastLink | ||
| ) |
Definition at line 255 of file ArnEvent.cpp.
|
inline |
Definition at line 143 of file ArnEvent.hpp.
|
inline |
Definition at line 146 of file ArnEvent.hpp.
|
virtual |
Implements ArnEvent.
Definition at line 272 of file ArnEvent.cpp.
|
inline |
Definition at line 140 of file ArnEvent.hpp.
|
static |
Definition at line 264 of file ArnEvent.cpp.