MidlePayQml
0.0.4
MiddlePay QML module
|
#include <qfeatures.hpp>
Public Member Functions | |
Sender_Feature (const std::shared_ptr< const Address > &sender_m) | |
Sender_Feature (const QJsonValue &val) | |
Sender_Feature (QDataStream &in) | |
void | serialize (QDataStream &out) const |
QJsonObject | get_Json (void) const |
std::shared_ptr< const Address > | sender (void) const |
![]() | |
Feature (types typ) | |
types | type (void) const |
Additional Inherited Members | |
![]() | |
enum | types : quint8 { Sender_typ =0 , Issuer_typ =1 , Metadata_typ =2 , Tag_typ =3 } |
![]() | |
template<class from_type > | |
static std::shared_ptr< const Feature > | from_ (from_type &val) |
static std::shared_ptr< const Feature > | Sender (const std::shared_ptr< const Address > &sender_m) |
static std::shared_ptr< const Feature > | Issuer (const std::shared_ptr< const Address > &issuer_m) |
static std::shared_ptr< const Feature > | Metadata (const fl_array< quint16 > &data_m) |
static std::shared_ptr< const Feature > | Tag (const fl_array< quint8 > &tag_m) |
![]() | |
static const QHash< types, QString > | typesstr |
qiota::qblocks::Sender_Feature::Sender_Feature | ( | const std::shared_ptr< const Address > & | sender_m | ) |
qiota::qblocks::Sender_Feature::Sender_Feature | ( | const QJsonValue & | val | ) |
qiota::qblocks::Sender_Feature::Sender_Feature | ( | QDataStream & | in | ) |
|
virtual |
Reimplemented from qiota::qblocks::Feature.
|
inline |
|
virtual |
Reimplemented from qiota::qblocks::Feature.