Delivery point editor done
This commit is contained in:
parent
a6c080d36b
commit
3e196f3574
22 changed files with 379 additions and 74 deletions
|
|
@ -23,7 +23,11 @@ public:
|
|||
entity_id id() const;
|
||||
entity_id dispatcher() const;
|
||||
QString title() const;
|
||||
void set_title(const QString &new_title);
|
||||
const QVector<storage_entity> storages();
|
||||
void set_storages(QVector<storage_entity> storages);
|
||||
void remove_storage(entity_id sid);
|
||||
void add_storage(storage_entity ent);
|
||||
|
||||
void serialize(QDataStream &output);
|
||||
void deserialize(QDataStream &input);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue