Reads and writes records from any device.
More...
#include <recordsetserializer.h>
|
| void | progressChanged (const QString title, const QString text, const int currentValue, const int maximumValue) const |
| | Progress of the current record operation has changed. More...
|
| |
Reads and writes records from any device.
◆ deserialize()
| void RecordSetSerializer::deserialize |
( |
QIODevice & |
device, |
|
|
RecordSet & |
recordSet |
|
) |
| const |
Reads the passed record set from the specified device.
- Parameters
-
| device | Device to read the record set from. |
| recordSet | Record set to fill. |
◆ progressChanged
| void Tome::RecordSetSerializer::progressChanged |
( |
const QString |
title, |
|
|
const QString |
text, |
|
|
const int |
currentValue, |
|
|
const int |
maximumValue |
|
) |
| const |
|
signal |
Progress of the current record operation has changed.
- Parameters
-
| title | Title of the current record operation step. |
| text | Details of the current record operation step. |
| currentValue | Current progress value of the current record operation step. |
| maximumValue | Maximum progress value of the current record operation step. |
◆ serialize()
| void RecordSetSerializer::serialize |
( |
QIODevice & |
device, |
|
|
const RecordSet & |
recordSet |
|
) |
| const |
Writes the passed record set to the specified device.
- Parameters
-
| device | Device to write the record set to. |
| recordSet | Record set to write. |
The documentation for this class was generated from the following files:
- Source/Tome/Features/Records/Controller/recordsetserializer.h
- Source/Tome/Features/Records/Controller/recordsetserializer.cpp