Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
SCR_CoreMenuHeaderComponent Interface Reference
Inheritance diagram for SCR_CoreMenuHeaderComponent:
[legend]

Public Member Functions

override void HandlerAttached (Widget w)
 
void SetTitle (string text)
 
void SetTitleVisible (bool visible)
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
override void HandlerAttached (Widget w)
 
override bool OnClick (Widget w, int x, int y, int button)
 
Widget GetRootWidget ()
 
bool IsVisible ()
 

Static Public Member Functions

static SCR_CoreMenuHeaderComponent FindComponentInHierarchy (notnull Widget root)
 
static SCR_CoreMenuHeaderComponent FindComponent (notnull Widget w)
 
- Static Public Member Functions inherited from SCR_ScriptedWidgetComponent
static SCR_ScriptedWidgetComponent GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true)
 Base method for component lookup through the widget library.
 

Protected Attributes

string m_sTitle
 
TextWidget m_wTitle
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Additional Inherited Members

- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Member Function Documentation

◆ FindComponent()

static SCR_CoreMenuHeaderComponent SCR_CoreMenuHeaderComponent.FindComponent ( notnull Widget  w)
static

◆ FindComponentInHierarchy()

static SCR_CoreMenuHeaderComponent SCR_CoreMenuHeaderComponent.FindComponentInHierarchy ( notnull Widget  root)
static

◆ HandlerAttached()

override void SCR_CoreMenuHeaderComponent.HandlerAttached ( Widget  w)

◆ SetTitle()

void SCR_CoreMenuHeaderComponent.SetTitle ( string  text)

◆ SetTitleVisible()

void SCR_CoreMenuHeaderComponent.SetTitleVisible ( bool  visible)

Member Data Documentation

◆ m_sTitle

string SCR_CoreMenuHeaderComponent.m_sTitle
protected

◆ m_wTitle

TextWidget SCR_CoreMenuHeaderComponent.m_wTitle
protected

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