Describes the position constraints a notification or popup should satisfy. More...
Public Attributes | |
Component * | _parentComponent = nullptr |
The component the notification or popup should be relative to. | |
nkMaths::Point | _offset |
The offset to apply, in pixels, to the position. | |
RELATIVE_POSITION | _origin = RELATIVE_POSITION::TOP_LEFT |
The side from which the positioning should be made. | |
RELATIVE_POSITION | _originInParent = RELATIVE_POSITION::TOP_LEFT |
The relative position within the parent component to take as a reference. | |
Describes the position constraints a notification or popup should satisfy.