Public Member Functions | Public Attributes

conan::MethodData Struct Reference

Represents a single signal or slot. More...

#include <ConnectionModel.h>

List of all members.

Public Member Functions

 MethodData ()
bool operator!= (const MethodData &inSource) const
bool operator== (const MethodData &inSource) const

Public Attributes

QPointer< QObject > mObject
 The wrapped QObject, or 0 when it has been destroyed.
QString mSignature
 signal or slot method signature
QString mAddress
 The address of mObject.
QString mName
 The object name of mObject.
QString mClass
 The class name of mObject.
QString mSuperClass
 class that declared the method
uint mConnectionType
 auto, direct, queued, blocking
QMetaMethod::Access mAccess
 public, protected, private
QMetaMethod::MethodType mMethodType
 signal, slot

Detailed Description

Represents a single signal or slot.


Constructor & Destructor Documentation

conan::MethodData::MethodData (  ) 

Member Function Documentation

bool conan::MethodData::operator!= ( const MethodData inSource  )  const
bool conan::MethodData::operator== ( const MethodData inSource  )  const

Member Data Documentation

QMetaMethod::Access conan::MethodData::mAccess

public, protected, private

The address of mObject.

The class name of mObject.

auto, direct, queued, blocking

QMetaMethod::MethodType conan::MethodData::mMethodType

signal, slot

The object name of mObject.

QPointer<QObject> conan::MethodData::mObject

The wrapped QObject, or 0 when it has been destroyed.

signal or slot method signature

class that declared the method


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