|
@@ -41,6 +41,9 @@ public: |
|
|
/** Creates a RectanglePlacement object using a combination of flags from the Flags enum. */
|
|
|
/** Creates a RectanglePlacement object using a combination of flags from the Flags enum. */
|
|
|
inline RectanglePlacement (int placementFlags) noexcept : flags (placementFlags) {}
|
|
|
inline RectanglePlacement (int placementFlags) noexcept : flags (placementFlags) {}
|
|
|
|
|
|
|
|
|
|
|
|
/** Creates a default RectanglePlacement object, which is equivalent to using the 'centred' flag. */
|
|
|
|
|
|
inline RectanglePlacement() noexcept : flags (centred) {}
|
|
|
|
|
|
|
|
|
/** Creates a copy of another RectanglePlacement object. */
|
|
|
/** Creates a copy of another RectanglePlacement object. */
|
|
|
RectanglePlacement (const RectanglePlacement& other) noexcept;
|
|
|
RectanglePlacement (const RectanglePlacement& other) noexcept;
|
|
|
|
|
|
|
|
|