Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.UIEngine2.Modules.ElementsCollection Namespace Reference

Classes

class  AGUIElementsCollection
 Base class for any UI element that handling bunch of another elements and should provide navigation among them. More...
 
class  AGUIElementsCollectionDataConnector
 Component that provides API to connect source data with AGUIElementsCollection component in uniform way. More...
 
class  AGUIElementsCollectionDataConnectorEditor
 Custom editor for the AGUIElementsCollectionDataConnector<SourceType, GUIElementType> component. More...
 
class  AGUIElementsCollectionEditor
 Custom editor for the AGUIElementsCollection component. More...
 
class  GridCollection
 Collection of the AGUIElements that displays content in the grid format. More...
 
class  GUIElementHighlighter
 Base class for any GUi element that feature is indicating selection of some another element. More...
 

Enumerations

enum  ScrollDirectionOptions { Horizontal , Vertical }
 Defines the collection layout direction. More...
 

Enumeration Type Documentation

◆ ScrollDirectionOptions

Defines the collection layout direction.

Enumerator
Horizontal 

Items will be placed in horizontal direction.

Vertical 

Items will be placed in vertical direction.