alkimia
7.0.2
|
#include "alk_export.h"
#include <QMetaType>
#include <QDBusArgument>
#include <QObject>
#include <QString>
Go to the source code of this file.
Classes | |
class | AlkCompany |
Functions | |
ALK_EXPORT QDBusArgument & | operator<< (QDBusArgument &argument, const AlkCompany &company) |
ALK_EXPORT const QDBusArgument & | operator>> (const QDBusArgument &argument, AlkCompany &company) |
ALK_EXPORT QDBusArgument& operator<< | ( | QDBusArgument & | argument, |
const AlkCompany & | company | ||
) |
Definition at line 107 of file alkcompany.cpp.
References AlkCompany::exchange(), AlkCompany::name(), AlkCompany::recordId(), AlkCompany::symbol(), and AlkCompany::type().
ALK_EXPORT const QDBusArgument& operator>> | ( | const QDBusArgument & | argument, |
AlkCompany & | company | ||
) |
Definition at line 115 of file alkcompany.cpp.
References AlkCompany::setExchange(), AlkCompany::setName(), AlkCompany::setRecordId(), AlkCompany::setSymbol(), and AlkCompany::setType().