#include <com/lomiri/content/type.h>
Classes | |
struct | Known |
Public Member Functions | |
virtual | ~Type () |
Type (const Type &) | |
Type & | operator= (const Type &) |
bool | operator== (const Type &) const |
bool | operator!= (const Type &) const |
bool | operator< (const Type &) const |
virtual Q_INVOKABLE const QString & | id () const |
Static Public Member Functions | |
static const Type & | unknown () |
static const Type & | all () |
Protected Member Functions | |
Type (const QString &, QObject *=nullptr) | |
Properties | |
QString | id |
Friends | |
struct | Known |
class | Transfer |
class | detail::Service |
class | detail::RegistryUpdater |
|
virtual |
com::lomiri::content::Type::Type | ( | const Type & | ) |
References Type().
Referenced by all(), com::lomiri::content::Type::Known::contacts(), com::lomiri::content::Type::Known::documents(), com::lomiri::content::Type::Known::ebooks(), com::lomiri::content::Type::Known::events(), com::lomiri::content::Type::Known::links(), com::lomiri::content::Type::Known::music(), operator!=(), operator<(), operator=(), operator==(), com::lomiri::content::Type::Known::pictures(), com::lomiri::content::Type::Known::text(), Type(), unknown(), and com::lomiri::content::Type::Known::videos().
|
explicitprotected |
|
static |
|
virtual |
bool com::lomiri::content::Type::operator!= | ( | const Type & | ) | const |
bool com::lomiri::content::Type::operator< | ( | const Type & | ) | const |
bool com::lomiri::content::Type::operator== | ( | const Type & | ) | const |
|
static |
|
friend |
Definition at line 73 of file type.h.
References detail::RegistryUpdater.
Referenced by detail::RegistryUpdater.
|
friend |
|
friend |