20 stream >> _currentPart;
28 stream << _currentPart;
38 _currentPart = newCurrentPart;
QDataStream & fromStream(QDataStream &stream) override
fromStream This method should be read all bytes from the stream object and full the current object.
QDataStream & toStream(QDataStream &stream) const override
fromStream This method should be write all members of the current object to the stream object.
QDataStream & fromStream(QDataStream &stream) override
fromStream This method should be read all bytes from the stream object and full the current object.
int currentPart() const
currentPart This method return current part number.
QDataStream & toStream(QDataStream &stream) const override
fromStream This method should be write all members of the current object to the stream object.
void setCurrentPart(int newCurrentPart)
setCurrentPart This method sets current new value of current page
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...