ArnLib  4.0.x
Active Registry Network
ArnEvent Class Referenceabstract

#include <ArnEvent.hpp>

Inheritance diagram for ArnEvent:
Collaboration diagram for ArnEvent:

Public Types

typedef ArnEventIdx Idx
 

Public Member Functions

 ArnEvent (QEvent::Type type)
 
virtual ~ArnEvent ()
 
int toIdx () const
 
QString toString () const
 
virtual ArnEventmakeHeapClone ()=0
 
void * target () const
 
void setTarget (void *target)
 
void setTargetPendingChain (ArnEvent **targetPendingChain=arnNullptr)
 
void setTargetMutex (QMutex *targetMutex)
 
void inhibitPendingChain ()
 

Static Public Member Functions

static int baseType (int setVal=-1)
 
static bool isArnEvent (int evType)
 
static int toIdx (QEvent::Type type)
 
static QString toString (QEvent::Type type)
 

Protected Member Functions

ArnEventcopyOpt (const ArnEvent *other)
 

Detailed Description

Definition at line 91 of file ArnEvent.hpp.

Member Typedef Documentation

◆ Idx

Definition at line 101 of file ArnEvent.hpp.

Constructor & Destructor Documentation

◆ ArnEvent()

ArnEvent::ArnEvent ( QEvent::Type  type)

Definition at line 37 of file ArnEvent.cpp.

◆ ~ArnEvent()

ArnEvent::~ArnEvent ( )
virtual

Definition at line 48 of file ArnEvent.cpp.

Member Function Documentation

◆ baseType()

int ArnEvent::baseType ( int  setVal = -1)
static

Definition at line 62 of file ArnEvent.cpp.

◆ copyOpt()

ArnEvent * ArnEvent::copyOpt ( const ArnEvent other)
protected

Definition at line 129 of file ArnEvent.cpp.

◆ inhibitPendingChain()

void ArnEvent::inhibitPendingChain ( )

Definition at line 167 of file ArnEvent.cpp.

◆ isArnEvent()

bool ArnEvent::isArnEvent ( int  evType)
static

Definition at line 89 of file ArnEvent.cpp.

◆ makeHeapClone()

virtual ArnEvent* ArnEvent::makeHeapClone ( )
pure virtual

◆ setTarget()

void ArnEvent::setTarget ( void *  target)

Definition at line 138 of file ArnEvent.cpp.

◆ setTargetMutex()

void ArnEvent::setTargetMutex ( QMutex *  targetMutex)

Definition at line 161 of file ArnEvent.cpp.

◆ setTargetPendingChain()

void ArnEvent::setTargetPendingChain ( ArnEvent **  targetPendingChain = arnNullptr)

Definition at line 144 of file ArnEvent.cpp.

◆ target()

void* ArnEvent::target ( ) const
inline

Definition at line 116 of file ArnEvent.hpp.

◆ toIdx() [1/2]

int ArnEvent::toIdx ( QEvent::Type  type)
static

Definition at line 102 of file ArnEvent.cpp.

◆ toIdx() [2/2]

int ArnEvent::toIdx ( ) const

Definition at line 109 of file ArnEvent.cpp.

◆ toString() [1/2]

QString ArnEvent::toString ( QEvent::Type  type)
static

Definition at line 116 of file ArnEvent.cpp.

◆ toString() [2/2]

QString ArnEvent::toString ( ) const

Definition at line 123 of file ArnEvent.cpp.


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