Enumerations
The following enumerations are available globally.
-
Specifies the state of a control view.
See moreDeclaration
Swift
public enum ControlViewState
-
Undocumented
See moreDeclaration
Swift
public enum DebugDraw
-
Specifies the type of a keyboard event represented by a
See moreKeyboardEventRequest
.Declaration
Swift
public enum KeyboardEventType
-
Specifies the type of a mouse event request represented by
See moreMouseEventRequest
.Declaration
Swift
public enum MouseEventType
-
Undocumented
See moreDeclaration
Swift
public enum Fonts
-
Undocumented
See moreDeclaration
Swift
public enum AnchorKind
-
Undocumented
See moreDeclaration
Swift
public enum LayoutAnchorOrientation
-
Undocumented
See moreDeclaration
Swift
public enum Relationship : Hashable, CustomStringConvertible
-
Provides a common logging interface API for ImagineUI components.
Mostly useful during development to report messages from within the ImagineUI runtime to an external logger type.
See moreDeclaration
Swift
public enum ImagineUILogger
-
Undocumented
See moreDeclaration
Swift
public enum MouseCursorKind
-
Specifies the preferred location to place a tooltip relative to a view.
See moreDeclaration
Swift
public enum PreferredTooltipLocation
-
Represents the conditions at which a tooltip from a
See moreTooltipProvider
should be displayed.Declaration
Swift
public enum TooltipDisplayCondition
-
General UI settings that affects all views and controls
See moreDeclaration
Swift
public enum UISettings
-
Undocumented
See moreDeclaration
Swift
public enum ViewVisitorResult