Beamable SDK
Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | Properties | List of all members
Beamable.Editor.Microservice.UI.Components.ServiceBaseVisualElement Class Referenceabstract
Inheritance diagram for Beamable.Editor.Microservice.UI.Components.ServiceBaseVisualElement:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Editor.Microservice.UI.Components.ServiceBaseVisualElement:
Collaboration graph
[legend]

Public Member Functions

override void Refresh ()
 
void Refresh (bool isDockerRunning)
 
void ChangeStartButtonState (bool isOn, string enabledTooltip="", string disabledTooltip="")
 
- Public Member Functions inherited from Beamable.Editor.Microservice.UI.Components.MicroserviceComponent
 MicroserviceComponent (string name)
 
- Public Member Functions inherited from Beamable.Editor.UI.Components.BeamableVisualElement
override void Refresh ()
 
- Public Member Functions inherited from Beamable.Editor.UI.Common.BeamableBasicVisualElement
void Refresh (IDependencyProvider provider)
 
virtual void Init ()
 
void Destroy ()
 

Protected Member Functions

override void OnDestroy ()
 
virtual void QueryVisualElements ()
 
virtual void UpdateVisualElements ()
 
abstract void UpdateRemoteStatusIcon ()
 
virtual void UpdateButtons ()
 
virtual void UpdateLocalStatus ()
 
async void UpdateModel ()
 
void UpdateLocalStatusIcon (bool isRunning, bool isBuilding)
 
virtual void SetupProgressBarForStart (Task task)
 
virtual void SetupProgressBarForStop (Task task)
 
- Protected Member Functions inherited from Beamable.Editor.UI.Components.BeamableVisualElement
 BeamableVisualElement (string commonPath)
 
- Protected Member Functions inherited from Beamable.Editor.UI.Common.BeamableBasicVisualElement
 BeamableBasicVisualElement (string ussPath, bool createRoot=true)
 
virtual void OnDetach ()
 

Protected Attributes

LoadingBarElement _loadingBar
 
VisualElement _statusIcon
 
VisualElement _remoteStatusIcon
 
LabeledCheckboxVisualElement _checkbox
 
Button _moreBtn
 
Button _startButton
 
MicroserviceVisualElementSeparator _separator
 

Static Protected Attributes

const float DEFAULT_HEADER_HEIGHT = 60.0f
 

Properties

ServiceModelBase Model [getset]
 
abstract string ScriptName [get]
 
Action OnServiceStartFailed [getset]
 
Action OnServiceStopFailed [getset]
 
- Properties inherited from Beamable.Editor.UI.Common.BeamableBasicVisualElement
VisualElement Root [getset]
 
string UssPath [get]
 

Additional Inherited Members

- Public Attributes inherited from Beamable.Editor.UI.Common.BeamableBasicVisualElement
IDependencyProvider provider
 

Member Function Documentation

◆ OnDestroy()

override void Beamable.Editor.Microservice.UI.Components.ServiceBaseVisualElement.OnDestroy ( )
inlineprotectedvirtual

◆ Refresh()

override void Beamable.Editor.Microservice.UI.Components.ServiceBaseVisualElement.Refresh ( )
inlinevirtual

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