24 _packageId = newPackageId;
48 QString::number(_packageId);
virtual bool isValid() const
isValid This method check current object to valid.
QString toString() const override
toString - Return a string implementation for this object.
QDataStream & fromStream(QDataStream &stream) override
fromStream This method should be read all bytes from the stream object and full the current object.
QString toString() const override
int packageId() const
getPackageId This method return package id that this part moving.
bool isValid() const override
isValid This method check current object to valid.
QDataStream & toStream(QDataStream &stream) const override
fromStream This method should be write all members of the current object to the stream object.
void setPackageId(int newPackageId)
setPackageId This method sets new id of package that this package moving
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...