QtBase  v6.3.1
Public Slots | Signals | Public Member Functions | List of all members
NormalizeObject Class Reference
Inheritance diagram for NormalizeObject:
Inheritance graph
[legend]
Collaboration diagram for NormalizeObject:
Collaboration graph
[legend]

Public Slots

void uintPointerSlot (uint *)
 
void ulongPointerSlot (ulong *)
 
void constUintPointerSlot (const uint *)
 
void constUlongPointerSlot (const ulong *)
 
void structSlot (Struct s)
 
void classSlot (Class c)
 
void enumSlot (Enum e)
 
void structPointerSlot (Struct *s)
 
void classPointerSlot (Class *c)
 
void enumPointerSlot (Enum *e)
 
void constStructPointerSlot (const Struct *s)
 
void constClassPointerSlot (const Class *c)
 
void constEnumPointerSlot (const Enum *e)
 
void constStructPointerConstPointerSlot (const Struct *const *s)
 
void constClassPointerConstPointerSlot (const Class *const *c)
 
void constEnumPointerConstPointerSlot (const Enum *const *e)
 
void uintSlot (uint)
 
- Public Slots inherited from QObject
void deleteLater ()
 

Signals

void uintPointerSignal (uint *)
 
void ulongPointerSignal (ulong *)
 
void constUintPointerSignal (const uint *)
 
void constUlongPointerSignal (const ulong *)
 
void structSignal (Struct s)
 
void classSignal (Class c)
 
void enumSignal (Enum e)
 
void structPointerSignal (Struct *s)
 
void classPointerSignal (Class *c)
 
void enumPointerSignal (Enum *e)
 
void constStructPointerSignal (const Struct *s)
 
void constClassPointerSignal (const Class *c)
 
void constEnumPointerSignal (const Enum *e)
 
void constStructPointerConstPointerSignal (const Struct *const *s)
 
void constClassPointerConstPointerSignal (const Class *const *c)
 
void constEnumPointerConstPointerSignal (const Enum *const *e)
 
void unsignedintSignal (unsigned int)
 
void unsignedSignal (unsigned)
 
void unsignedlongSignal (unsigned long)
 
void unsignedlonglongSignal (quint64)
 
void unsignedlongintSignal (unsigned long int)
 
void unsignedshortSignal (unsigned short)
 
void unsignedcharSignal (unsigned char)
 
void typeRefSignal (Template< Class & > &ref)
 
void constTypeRefSignal (const Template< Class const & > &ref)
 
void typeConstRefSignal (Template< Class const & > const &ref)
 
void typePointerConstRefSignal (Class *const &)
 
void constTemplateSignal1 (Template< int >)
 
void constTemplateSignal2 (Template< const int >)
 
- Signals inherited from QObject
void destroyed (QObject *=nullptr)
 
void objectNameChanged (const QString &objectName, QPrivateSignal)
 

Public Member Functions

void unsignedintSlot (unsigned int)
 
void unsignedSlot (unsigned)
 
void unsignedlongSlot (unsigned long)
 
void unsignedlonglongSlot (quint64)
 
void unsignedlongintSlot (unsigned long int)
 
void unsignedshortSlot (unsigned short)
 
void unsignedcharSlot (unsigned char)
 
void typeRefSlot (Template< Class & > &)
 
void constTypeRefSlot (const Template< const Class & > &)
 
void typeConstRefSlot (Template< Class const & > const &)
 
void typePointerConstRefSlot (Class *const &)
 
void constTemplateSlot1 (Template< int > const)
 
void constTemplateSlot2 (const Template< int >)
 
void constTemplateSlot3 (const Template< const int >)
 
- Public Member Functions inherited from QObject
Q_INVOKABLE QObject (QObject *parent=nullptr)
 
virtual ~QObject ()
 
virtual bool event (QEvent *event)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
QString objectName () const
 
void setObjectName (const QString &name)
 
QBindable< QStringbindableObjectName ()
 
bool isWidgetType () const
 
bool isWindowType () const
 
bool signalsBlocked () const noexcept
 
bool blockSignals (bool b) noexcept
 
QThreadthread () const
 
void moveToThread (QThread *thread)
 
int startTimer (int interval, Qt::TimerType timerType=Qt::CoarseTimer)
 
void killTimer (int id)
 
template<typename T >
T findChild (const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 
template<typename T >
QList< TfindChildren (const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 
template<typename T >
QList< TfindChildren (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 
const QObjectListchildren () const
 
void setParent (QObject *parent)
 
void installEventFilter (QObject *filterObj)
 
void removeEventFilter (QObject *obj)
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const
 
bool disconnect (const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const
 
bool disconnect (const QObject *receiver, const char *member=nullptr) const
 
void dumpObjectTree () const
 
void dumpObjectInfo () const
 
bool setProperty (const char *name, const QVariant &value)
 
QVariant property (const char *name) const
 
QList< QByteArraydynamicPropertyNames () const
 
QBindingStoragebindingStorage ()
 
const QBindingStoragebindingStorage () const
 
QObjectparent () const
 
bool inherits (const char *classname) const
 

Additional Inherited Members

- Static Public Member Functions inherited from QObject
static QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
 
static QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
static QMetaObject::Connection ::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 slot)
 
static QMetaObject::Connection ::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *context, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static std::enable_if< QtPrivate::FunctionPointer< Func2 >::ArgumentCount==-1 &&!std::is_convertible_v< Func2, const char * >, QMetaObject::Connection >::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 slot)
 
template<typename Func1 , typename Func2 >
static std::enable_if< QtPrivate::FunctionPointer< Func2 >::ArgumentCount==-1 &&!std::is_convertible_v< Func2, const char * >, QMetaObject::Connection >::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *context, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
static bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member)
 
static bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)
 
static bool disconnect (const QMetaObject::Connection &)
 
template<typename Func1 , typename Func2 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot)
 
template<typename Func1 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero)
 
- Protected Member Functions inherited from QObject
QObjectsender () const
 
int senderSignalIndex () const
 
int receivers (const char *signal) const
 
bool isSignalConnected (const QMetaMethod &signal) const
 
virtual void timerEvent (QTimerEvent *event)
 
virtual void childEvent (QChildEvent *event)
 
virtual void customEvent (QEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
 QObject (QObjectPrivate &dd, QObject *parent=nullptr)
 
- Protected Attributes inherited from QObject
QScopedPointer< QObjectDatad_ptr
 
- Properties inherited from QObject
QString objectName
 the name of this object More...
 

Detailed Description

Definition at line 2464 of file tst_qobject.cpp.

Member Function Documentation

◆ classPointerSignal

void NormalizeObject::classPointerSignal ( Class c)
signal

◆ classPointerSlot

void NormalizeObject::classPointerSlot ( Class c)
inlineslot

Definition at line 2520 of file tst_qobject.cpp.

Here is the call graph for this function:

◆ classSignal

void NormalizeObject::classSignal ( Class  c)
signal

◆ classSlot

void NormalizeObject::classSlot ( Class  c)
inlineslot

Definition at line 2516 of file tst_qobject.cpp.

Here is the call graph for this function:

◆ constClassPointerConstPointerSignal

void NormalizeObject::constClassPointerConstPointerSignal ( const Class *const c)
signal

◆ constClassPointerConstPointerSlot

void NormalizeObject::constClassPointerConstPointerSlot ( const Class *const c)
inlineslot

Definition at line 2528 of file tst_qobject.cpp.

Here is the call graph for this function:

◆ constClassPointerSignal

void NormalizeObject::constClassPointerSignal ( const Class c)
signal

◆ constClassPointerSlot

void NormalizeObject::constClassPointerSlot ( const Class c)
inlineslot

Definition at line 2524 of file tst_qobject.cpp.

Here is the call graph for this function:

◆ constEnumPointerConstPointerSignal

void NormalizeObject::constEnumPointerConstPointerSignal ( const Enum *const e)
signal

◆ constEnumPointerConstPointerSlot

void NormalizeObject::constEnumPointerConstPointerSlot ( const Enum *const e)
inlineslot

Definition at line 2529 of file tst_qobject.cpp.

Here is the call graph for this function:

◆ constEnumPointerSignal

void NormalizeObject::constEnumPointerSignal ( const Enum e)
signal

◆ constEnumPointerSlot

void NormalizeObject::constEnumPointerSlot ( const Enum e)
inlineslot

Definition at line 2525 of file tst_qobject.cpp.

Here is the call graph for this function:

◆ constStructPointerConstPointerSignal

void NormalizeObject::constStructPointerConstPointerSignal ( const Struct *const s)
signal

◆ constStructPointerConstPointerSlot

void NormalizeObject::constStructPointerConstPointerSlot ( const Struct *const s)
inlineslot

Definition at line 2527 of file tst_qobject.cpp.

Here is the call graph for this function:

◆ constStructPointerSignal

void NormalizeObject::constStructPointerSignal ( const Struct s)
signal

◆ constStructPointerSlot

void NormalizeObject::constStructPointerSlot ( const Struct s)
inlineslot

Definition at line 2523 of file tst_qobject.cpp.

Here is the call graph for this function:

◆ constTemplateSignal1

void NormalizeObject::constTemplateSignal1 ( Template< int >  )
signal

◆ constTemplateSignal2

void NormalizeObject::constTemplateSignal2 ( Template< const int >  )
signal

◆ constTemplateSlot1()

void NormalizeObject::constTemplateSlot1 ( Template< int > const  )
inline

Definition at line 2546 of file tst_qobject.cpp.

◆ constTemplateSlot2()

void NormalizeObject::constTemplateSlot2 ( const Template< int >  )
inline

Definition at line 2547 of file tst_qobject.cpp.

◆ constTemplateSlot3()

void NormalizeObject::constTemplateSlot3 ( const Template< const int >  )
inline

Definition at line 2548 of file tst_qobject.cpp.

◆ constTypeRefSignal

void NormalizeObject::constTypeRefSignal ( const Template< Class const & > &  ref)
signal

◆ constTypeRefSlot()

void NormalizeObject::constTypeRefSlot ( const Template< const Class & > &  )
inline

Definition at line 2541 of file tst_qobject.cpp.

◆ constUintPointerSignal

void NormalizeObject::constUintPointerSignal ( const uint )
signal

◆ constUintPointerSlot

void NormalizeObject::constUintPointerSlot ( const uint )
inlineslot

Definition at line 2512 of file tst_qobject.cpp.

◆ constUlongPointerSignal

void NormalizeObject::constUlongPointerSignal ( const ulong )
signal

◆ constUlongPointerSlot

void NormalizeObject::constUlongPointerSlot ( const ulong )
inlineslot

Definition at line 2513 of file tst_qobject.cpp.

◆ enumPointerSignal

void NormalizeObject::enumPointerSignal ( Enum e)
signal

◆ enumPointerSlot

void NormalizeObject::enumPointerSlot ( Enum e)
inlineslot

Definition at line 2521 of file tst_qobject.cpp.

Here is the call graph for this function:

◆ enumSignal

void NormalizeObject::enumSignal ( Enum  e)
signal

◆ enumSlot

void NormalizeObject::enumSlot ( Enum  e)
inlineslot

Definition at line 2517 of file tst_qobject.cpp.

Here is the call graph for this function:

◆ structPointerSignal

void NormalizeObject::structPointerSignal ( Struct s)
signal

◆ structPointerSlot

void NormalizeObject::structPointerSlot ( Struct s)
inlineslot

Definition at line 2519 of file tst_qobject.cpp.

Here is the call graph for this function:

◆ structSignal

void NormalizeObject::structSignal ( Struct  s)
signal

◆ structSlot

void NormalizeObject::structSlot ( Struct  s)
inlineslot

Definition at line 2515 of file tst_qobject.cpp.

Here is the call graph for this function:

◆ typeConstRefSignal

void NormalizeObject::typeConstRefSignal ( Template< Class const & > const ref)
signal

◆ typeConstRefSlot()

void NormalizeObject::typeConstRefSlot ( Template< Class const & > const )
inline

Definition at line 2542 of file tst_qobject.cpp.

◆ typePointerConstRefSignal

void NormalizeObject::typePointerConstRefSignal ( Class *const )
signal

◆ typePointerConstRefSlot()

void NormalizeObject::typePointerConstRefSlot ( Class *const )
inline

Definition at line 2544 of file tst_qobject.cpp.

◆ typeRefSignal

void NormalizeObject::typeRefSignal ( Template< Class & > &  ref)
signal

◆ typeRefSlot()

void NormalizeObject::typeRefSlot ( Template< Class & > &  )
inline

Definition at line 2540 of file tst_qobject.cpp.

◆ uintPointerSignal

void NormalizeObject::uintPointerSignal ( uint )
signal

◆ uintPointerSlot

void NormalizeObject::uintPointerSlot ( uint )
inlineslot

Definition at line 2510 of file tst_qobject.cpp.

◆ uintSlot

void NormalizeObject::uintSlot ( uint  )
inlineslot

Definition at line 2531 of file tst_qobject.cpp.

◆ ulongPointerSignal

void NormalizeObject::ulongPointerSignal ( ulong )
signal

◆ ulongPointerSlot

void NormalizeObject::ulongPointerSlot ( ulong )
inlineslot

Definition at line 2511 of file tst_qobject.cpp.

◆ unsignedcharSignal

void NormalizeObject::unsignedcharSignal ( unsigned char  )
signal

◆ unsignedcharSlot()

void NormalizeObject::unsignedcharSlot ( unsigned char  )
inline

Definition at line 2538 of file tst_qobject.cpp.

◆ unsignedintSignal

void NormalizeObject::unsignedintSignal ( unsigned int  )
signal

◆ unsignedintSlot()

void NormalizeObject::unsignedintSlot ( unsigned int  )
inline

Definition at line 2532 of file tst_qobject.cpp.

◆ unsignedlongintSignal

void NormalizeObject::unsignedlongintSignal ( unsigned long int  )
signal

◆ unsignedlongintSlot()

void NormalizeObject::unsignedlongintSlot ( unsigned long int  )
inline

Definition at line 2536 of file tst_qobject.cpp.

◆ unsignedlonglongSignal

void NormalizeObject::unsignedlonglongSignal ( quint64  )
signal

◆ unsignedlonglongSlot()

void NormalizeObject::unsignedlonglongSlot ( quint64  )
inline

Definition at line 2535 of file tst_qobject.cpp.

◆ unsignedlongSignal

void NormalizeObject::unsignedlongSignal ( unsigned long  )
signal

◆ unsignedlongSlot()

void NormalizeObject::unsignedlongSlot ( unsigned long  )
inline

Definition at line 2534 of file tst_qobject.cpp.

◆ unsignedshortSignal

void NormalizeObject::unsignedshortSignal ( unsigned short  )
signal

◆ unsignedshortSlot()

void NormalizeObject::unsignedshortSlot ( unsigned short  )
inline

Definition at line 2537 of file tst_qobject.cpp.

◆ unsignedSignal

void NormalizeObject::unsignedSignal ( unsigned  )
signal

◆ unsignedSlot()

void NormalizeObject::unsignedSlot ( unsigned  )
inline

Definition at line 2533 of file tst_qobject.cpp.


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