eDriven Framework API
StageManager Class
NamespaceseDriven.GuiStageManager
eDriven Framework API
Registers and runs multiple Stage instances
Declaration Syntax
C#Visual BasicVisual C++
public sealed class StageManager : IDisposable
Public NotInheritable Class StageManager _
	Implements IDisposable
public ref class StageManager sealed : IDisposable
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
StageManager()()()()
Initializes a new instance of the StageManager class

CURSOR_STAGE_DEPTH
DebugMode
Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

DRAG_DROP_STAGE_DEPTH
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetStageAtDepth(Int32)
Gets the stage at a supplied depth
If not found, returns null

GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
GLOBAL_LOADING_MASK_STAGE_DEPTH
GUI_INSPECTOR_STAGE_DEPTH
Instance
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
POPUP_MANAGER_STAGE_DEPTH
RegisterStage(Stage)
Render()()()()
Sort()()()()
Sorts the stage list (descending)

StageList
SynchronousResize
Update immediately when screen resizes so that we may appear in sync with it rather than visually "catching up" (experimental)

TOOLTIP_STAGE_DEPTH
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UnregisterStage(Stage)
Remarks
Author: Danko Kozar
Inheritance Hierarchy
Object
StageManager

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)