Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Doloro.UIEngine2.Modules.ElementsCollection.AGUIElementsCollectionDataConnector< SourceType, GUIElementType >.GUICollectionAsStoragesEnumerator Class Reference

Detailed Description

Enumerates GUI collection in search of GUIElementType elements to get SourceType content placed within.

Inheritance diagram for Doloro.UIEngine2.Modules.ElementsCollection.AGUIElementsCollectionDataConnector< SourceType, GUIElementType >.GUICollectionAsStoragesEnumerator:
Collaboration diagram for Doloro.UIEngine2.Modules.ElementsCollection.AGUIElementsCollectionDataConnector< SourceType, GUIElementType >.GUICollectionAsStoragesEnumerator:

Public Member Functions

 GUICollectionAsStoragesEnumerator (AGUIElementsCollection collection)
 Creates enumerator related to the GUI collection. More...
 
void Dispose ()
 Releases entire unmanaged memory.
 
bool MoveNext ()
 Moving to the next SourceType derived AGUIElement provided within collection. More...
 
void Reset ()
 Drops enumerator index to start.
 

Properties

SourceType Current [get]
 Current GUI element. null until first MoveNext.
 

Constructor & Destructor Documentation

◆ GUICollectionAsStoragesEnumerator()

Doloro.UIEngine2.Modules.ElementsCollection.AGUIElementsCollectionDataConnector< SourceType, GUIElementType >.GUICollectionAsStoragesEnumerator.GUICollectionAsStoragesEnumerator ( AGUIElementsCollection  collection)

Creates enumerator related to the GUI collection.

Parameters
collection

Member Function Documentation

◆ MoveNext()

bool Doloro.UIEngine2.Modules.ElementsCollection.AGUIElementsCollectionDataConnector< SourceType, GUIElementType >.GUICollectionAsStoragesEnumerator.MoveNext ( )

Moving to the next SourceType derived AGUIElement provided within collection.

Returns
true in case if element was found.

The documentation for this class was generated from the following file: