Home · Modules · All Classes · All Namespaces
Public Member Functions | List of all members
Tp::ObjectPathList Struct Reference

#include <TelepathyQt/Types>

Inherits QList< QDBusObjectPath >.

Public Member Functions

 ObjectPathList ()
 
 ObjectPathList (const QList< QDBusObjectPath > &a)
 
 ObjectPathList (std::initializer_list< QDBusObjectPath > a)
 
ObjectPathListoperator= (const QList< QDBusObjectPath > &a)
 

Detailed Description

Generic list type with QDBusObjectPath elements. Convertible with QList<QDBusObjectPath>, but needed to have a discrete type in the Qt type system.

Constructor & Destructor Documentation

◆ ObjectPathList() [1/3]

Tp::ObjectPathList::ObjectPathList ( )
inline

◆ ObjectPathList() [2/3]

Tp::ObjectPathList::ObjectPathList ( const QList< QDBusObjectPath > &  a)
inline

◆ ObjectPathList() [3/3]

Tp::ObjectPathList::ObjectPathList ( std::initializer_list< QDBusObjectPath >  a)
inline

Member Function Documentation

◆ operator=()

ObjectPathList& Tp::ObjectPathList::operator= ( const QList< QDBusObjectPath > &  a)
inline