Public include file for BpsMargins class.
More...
#include "bpscore_global.h"
#include <QMetaType>
#include <QVariant>
Go to the source code of this file.
|
class | BpsMargins |
| This class is used to store margins top, right, bottom and left. More...
|
|
Public include file for BpsMargins class.
◆ operator<<() [1/2]
Write the margins to a stream.
- Parameters
-
aStream | The stream to write to. |
aMargins | The margins object. |
- Returns
- Stream reference.
◆ operator<<() [2/2]
Write the margins to a debug stream.
- Parameters
-
aDebug | The stream to write to. |
aMargins | The margins object. |
- Returns
- Stream reference.
◆ operator>>()
Read the margins from a stream.
- Parameters
-
aStream | The stream to read from. |
aMargins | The margins object. |
- Returns
- Stream reference.