The Polygon class.
More...
#include <polygon.h>
◆ OnEditedSlot
◆ Event
Enumerator |
---|
UuidChanged | |
LayerChanged | |
LineWidthChanged | |
IsFilledChanged | |
IsGrabAreaChanged | |
PathChanged | |
◆ Polygon() [1/5]
◆ Polygon() [2/5]
◆ Polygon() [3/5]
◆ Polygon() [4/5]
◆ Polygon() [5/5]
◆ ~Polygon()
◆ getUuid()
const Uuid & getUuid |
( |
| ) |
const |
|
inlinenoexcept |
◆ getLayer()
const Layer & getLayer |
( |
| ) |
const |
|
inlinenoexcept |
◆ getLineWidth()
◆ isFilled()
◆ isGrabArea()
bool isGrabArea |
( |
| ) |
const |
|
inlinenoexcept |
◆ getPath()
const Path & getPath |
( |
| ) |
const |
|
inlinenoexcept |
◆ getPathForRendering()
Path getPathForRendering |
( |
| ) |
const |
|
noexcept |
◆ setLayer()
bool setLayer |
( |
const Layer & |
layer | ) |
|
|
noexcept |
◆ setLineWidth()
◆ setIsFilled()
bool setIsFilled |
( |
bool |
isFilled | ) |
|
|
noexcept |
◆ setIsGrabArea()
bool setIsGrabArea |
( |
bool |
isGrabArea | ) |
|
|
noexcept |
◆ setPath()
bool setPath |
( |
const Path & |
path | ) |
|
|
noexcept |
◆ serialize()
◆ operator==()
bool operator== |
( |
const Polygon & |
rhs | ) |
const |
|
noexcept |
◆ operator!=()
bool operator!= |
( |
const Polygon & |
rhs | ) |
const |
|
inlinenoexcept |
◆ operator=()
◆ onEdited
◆ mUuid
◆ mLayer
◆ mLineWidth
◆ mIsFilled
◆ mIsGrabArea
◆ mPath
The documentation for this class was generated from the following files: