base viewmodel and interactions
This commit is contained in:
parent
50aa95e659
commit
d69b18f083
14 changed files with 228 additions and 77 deletions
|
|
@ -25,8 +25,11 @@ public:
|
|||
bool add_vessel(vessel_entity dpoint);
|
||||
|
||||
|
||||
void init(QDataStream &stream);
|
||||
void shutdown(QDataStream &stream);
|
||||
const QVector<dpoint_entity> dpoints() const;
|
||||
const QVector<vessel_entity> vessels() const;
|
||||
|
||||
void deserialize_data(QDataStream &stream);
|
||||
void serialize_data(QDataStream &stream);
|
||||
};
|
||||
|
||||
#endif // OBJECT_SYSTEM_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue