Content Hub  0.0.1
A session-wide content-exchange service
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Friends
com::ubuntu::content::Store Class Reference

#include <store.h>

+ Inheritance diagram for com::ubuntu::content::Store:
+ Collaboration diagram for com::ubuntu::content::Store:

Public Member Functions

 Store (const QString &uri, QObject *parent=nullptr)
 
 Store (const Store &)
 
virtual ~Store ()
 
Storeoperator= (const Store &)
 
virtual Q_INVOKABLE const QString & uri () const
 

Protected Attributes

QSharedPointer< Private > d
 

Properties

QString uri
 

Detailed Description

Definition at line 30 of file store.h.

Constructor & Destructor Documentation

com::ubuntu::content::Store::Store ( const QString &  uri,
QObject parent = nullptr 
)
com::ubuntu::content::Store::Store ( const Store )
virtual com::ubuntu::content::Store::~Store ( )
virtual

Member Function Documentation

Store& com::ubuntu::content::Store::operator= ( const Store )
virtual Q_INVOKABLE const QString& com::ubuntu::content::Store::uri ( ) const
virtual

Member Data Documentation

QSharedPointer<Private> com::ubuntu::content::Store::d
protected

Definition at line 45 of file store.h.

Property Documentation

QString com::ubuntu::content::Store::uri
read

Definition at line 34 of file store.h.


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