Qt 4.8
Public Types | Public Functions | Public Variables | List of all members
QDBusConnectionPrivate::ObjectTreeNode Struct Reference

#include <qdbusconnection_p.h>

Public Types

typedef QVector< ObjectTreeNodeDataList
 

Public Functions

 ObjectTreeNode ()
 
 ObjectTreeNode (const QString &n)
 
bool operator< (const QString &other) const
 
bool operator< (const QStringRef &other) const
 
 ~ObjectTreeNode ()
 

Public Variables

union {
   QObject *   obj
 
   QDBusVirtualObject *   treeNode
 
}; 
 
DataList children
 
int flags
 
QString name
 

Detailed Description

Definition at line 137 of file qdbusconnection_p.h.

Typedefs

◆ DataList

Definition at line 139 of file qdbusconnection_p.h.

Constructors and Destructors

◆ ObjectTreeNode() [1/2]

QDBusConnectionPrivate::ObjectTreeNode::ObjectTreeNode ( )
inline

◆ ObjectTreeNode() [2/2]

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

◆ ~ObjectTreeNode()

QDBusConnectionPrivate::ObjectTreeNode::~ObjectTreeNode ( )
inline

Definition at line 144 of file qdbusconnection_p.h.

144 { }

Functions

◆ operator<() [1/2]

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

Definition at line 145 of file qdbusconnection_p.h.

146  { return name < other; }

◆ operator<() [2/2]

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

Definition at line 147 of file qdbusconnection_p.h.

148  { return QStringRef(&name) < other; }
The QStringRef class provides a thin wrapper around QString substrings.
Definition: qstring.h:1099

Properties

◆ @96

union { ... }

◆ children

DataList QDBusConnectionPrivate::ObjectTreeNode::children

◆ flags

int QDBusConnectionPrivate::ObjectTreeNode::flags

◆ name

QString QDBusConnectionPrivate::ObjectTreeNode::name

Definition at line 150 of file qdbusconnection_p.h.

◆ obj

QObject* QDBusConnectionPrivate::ObjectTreeNode::obj

◆ treeNode

QDBusVirtualObject* QDBusConnectionPrivate::ObjectTreeNode::treeNode

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