Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Attributes | Static Protected Attributes | List of all members
SCR_RadialMenuSegmentComponent Interface Reference

Radial menu segment handling visualization. More...

Inheritance diagram for SCR_RadialMenuSegmentComponent:
[legend]

Public Member Functions

override void HandlerAttached (Widget w)
 
void SetupSegment (float range, float angle, bool isCategory)
 
ImageWidget GetBackgroundWidget ()
 
Widget GetCategoryWrapWidget ()
 
- 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 Attributes

const float CATEGORY_OFFSET = 4
 

Protected Attributes

ImageWidget m_wBackground
 
Widget m_wCategoryWrap
 
ImageWidget m_wCategory
 
ImageWidget m_wCategoryArrow
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Static Protected Attributes

const string BACKGROUND = "Background"
 
const string CATEGORY_WRAP = "CategoryWrap"
 
const string CATEGORY = "Category"
 
const string CATEGORY_ARROW = "CategoryArrow"
 

Additional Inherited Members

- 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.
 
- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Detailed Description

Radial menu segment handling visualization.

Member Function Documentation

◆ GetBackgroundWidget()

ImageWidget SCR_RadialMenuSegmentComponent.GetBackgroundWidget ( )

◆ GetCategoryWrapWidget()

Widget SCR_RadialMenuSegmentComponent.GetCategoryWrapWidget ( )

◆ HandlerAttached()

override void SCR_RadialMenuSegmentComponent.HandlerAttached ( Widget  w)

◆ SetupSegment()

void SCR_RadialMenuSegmentComponent.SetupSegment ( float  range,
float  angle,
bool  isCategory 
)

Member Data Documentation

◆ BACKGROUND

const string SCR_RadialMenuSegmentComponent.BACKGROUND = "Background"
staticprotected

◆ CATEGORY

const string SCR_RadialMenuSegmentComponent.CATEGORY = "Category"
staticprotected

◆ CATEGORY_ARROW

const string SCR_RadialMenuSegmentComponent.CATEGORY_ARROW = "CategoryArrow"
staticprotected

◆ CATEGORY_OFFSET

const float SCR_RadialMenuSegmentComponent.CATEGORY_OFFSET = 4
static

◆ CATEGORY_WRAP

const string SCR_RadialMenuSegmentComponent.CATEGORY_WRAP = "CategoryWrap"
staticprotected

◆ m_wBackground

ImageWidget SCR_RadialMenuSegmentComponent.m_wBackground
protected

◆ m_wCategory

ImageWidget SCR_RadialMenuSegmentComponent.m_wCategory
protected

◆ m_wCategoryArrow

ImageWidget SCR_RadialMenuSegmentComponent.m_wCategoryArrow
protected

◆ m_wCategoryWrap

Widget SCR_RadialMenuSegmentComponent.m_wCategoryWrap
protected

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