Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QDBusConnectionPrivate::ObjectTreeNode Struct Reference

#include <qdbusconnection_p.h>

+ Collaboration diagram for QDBusConnectionPrivate::ObjectTreeNode:

Public Types

typedef QList< ObjectTreeNodeDataList
 

Public Member Functions

 ObjectTreeNode ()
 
 ObjectTreeNode (const QString &n)
 
bool operator< (const QString &other) const
 
bool operator< (QStringView other) const
 
bool isActive () const
 

Public Attributes

QString name
 
QString interfaceName
 
union { 
 
   QObject *   obj 
 
   QDBusVirtualObject *   treeNode 
 
};  
 
QDBusConnection::RegisterOptions flags
 
DataList children
 

Detailed Description

Definition at line 114 of file qdbusconnection_p.h.

Member Typedef Documentation

◆ DataList

Constructor & Destructor Documentation

◆ ObjectTreeNode() [1/2]

QDBusConnectionPrivate::ObjectTreeNode::ObjectTreeNode ( )
inline

Definition at line 118 of file qdbusconnection_p.h.

◆ ObjectTreeNode() [2/2]

QDBusConnectionPrivate::ObjectTreeNode::ObjectTreeNode ( const QString & n)
inline

Definition at line 119 of file qdbusconnection_p.h.

Member Function Documentation

◆ isActive()

bool QDBusConnectionPrivate::ObjectTreeNode::isActive ( ) const
inline

Definition at line 127 of file qdbusconnection_p.h.

◆ operator<() [1/2]

bool QDBusConnectionPrivate::ObjectTreeNode::operator< ( const QString & other) const
inline

Definition at line 123 of file qdbusconnection_p.h.

References other().

+ Here is the call graph for this function:

◆ operator<() [2/2]

bool QDBusConnectionPrivate::ObjectTreeNode::operator< ( QStringView other) const
inline

Definition at line 125 of file qdbusconnection_p.h.

References other().

+ Here is the call graph for this function:

Member Data Documentation

◆ [union]

◆ children

DataList QDBusConnectionPrivate::ObjectTreeNode::children

◆ flags

◆ interfaceName

QString QDBusConnectionPrivate::ObjectTreeNode::interfaceName

Definition at line 131 of file qdbusconnection_p.h.

Referenced by qDBusIntrospectObject(), and QDBusConnection::registerObject().

◆ name

QString QDBusConnectionPrivate::ObjectTreeNode::name

Definition at line 130 of file qdbusconnection_p.h.

Referenced by qDBusIntrospectObject().

◆ obj

◆ treeNode

QDBusVirtualObject* QDBusConnectionPrivate::ObjectTreeNode::treeNode

Definition at line 134 of file qdbusconnection_p.h.

Referenced by qDBusIntrospectObject().


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