|
API Documentation
|
|
|
Component * _parentComponent
The component the notification or popup should be relative to.
Definition: NotificationPositionDescriptor.h:13
@ TOP_LEFT
Top-left position.
RELATIVE_POSITION _origin
The side from which the positioning should be made.
Definition: NotificationPositionDescriptor.h:16
nkMaths::Point _offset
The offset to apply, in pixels, to the position.
Definition: NotificationPositionDescriptor.h:15
Base class for any graphical component.
Definition: Component.h:12
Represents a 2D Point.
Definition: Point.h:12
Encompasses all API of component NilkinsWinUi.
Definition: Clipboard.h:7
Describes the position constraints a notification or popup should satisfy.
Definition: NotificationPositionDescriptor.h:12
RELATIVE_POSITION
Possible relative positions of components.
Definition: RelativePosition.h:12
RELATIVE_POSITION _originInParent
The relative position within the parent component to take as a reference.
Definition: NotificationPositionDescriptor.h:17