Arma Reforger Script API
|
Radial menu segment handling visualization. More...
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 |
Radial menu segment handling visualization.
ImageWidget SCR_RadialMenuSegmentComponent.GetBackgroundWidget | ( | ) |
Widget SCR_RadialMenuSegmentComponent.GetCategoryWrapWidget | ( | ) |
override void SCR_RadialMenuSegmentComponent.HandlerAttached | ( | Widget | w | ) |
Implements SCR_ScriptedWidgetComponent.
void SCR_RadialMenuSegmentComponent.SetupSegment | ( | float | range, |
float | angle, | ||
bool | isCategory | ||
) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
static |
|
staticprotected |
|
protected |
|
protected |
|
protected |
|
protected |