Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_RadialMenuSegmentComponent Class Reference
Inheritance diagram for SCR_RadialMenuSegmentComponent:
SCR_ScriptedWidgetComponent

Protected Member Functions

override void HandlerAttached (Widget w)
void SetupSegment (float range, float angle, bool isCategory)
ImageWidget GetBackgroundWidget ()
Widget GetCategoryWrapWidget ()

Protected Attributes

const string BACKGROUND = "Background"
const string CATEGORY_WRAP = "CategoryWrap"
const string CATEGORY = "Category"
const string CATEGORY_ARROW = "CategoryArrow"
ImageWidget m_wBackground
Widget m_wCategoryWrap
ImageWidget m_wCategory
ImageWidget m_wCategoryArrow
const float CATEGORY_OFFSET = 4

Detailed Description

Radial menu segment handling visualization

Definition at line 4 of file SCR_RadialMenuSegmentComponent.c.

Member Function Documentation

◆ GetBackgroundWidget()

ImageWidget SCR_RadialMenuSegmentComponent::GetBackgroundWidget ( )
inlineprotected

Definition at line 61 of file SCR_RadialMenuSegmentComponent.c.

◆ GetCategoryWrapWidget()

Widget SCR_RadialMenuSegmentComponent::GetCategoryWrapWidget ( )
inlineprotected

Definition at line 67 of file SCR_RadialMenuSegmentComponent.c.

◆ HandlerAttached()

override void SCR_RadialMenuSegmentComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 17 of file SCR_RadialMenuSegmentComponent.c.

◆ SetupSegment()

void SCR_RadialMenuSegmentComponent::SetupSegment ( float range,
float angle,
bool isCategory )
inlineprotected

Definition at line 30 of file SCR_RadialMenuSegmentComponent.c.

Member Data Documentation

◆ BACKGROUND

const string SCR_RadialMenuSegmentComponent::BACKGROUND = "Background"
protected

Definition at line 6 of file SCR_RadialMenuSegmentComponent.c.

◆ CATEGORY

const string SCR_RadialMenuSegmentComponent::CATEGORY = "Category"
protected

Definition at line 8 of file SCR_RadialMenuSegmentComponent.c.

◆ CATEGORY_ARROW

const string SCR_RadialMenuSegmentComponent::CATEGORY_ARROW = "CategoryArrow"
protected

Definition at line 9 of file SCR_RadialMenuSegmentComponent.c.

◆ CATEGORY_OFFSET

const float SCR_RadialMenuSegmentComponent::CATEGORY_OFFSET = 4
protected

Definition at line 27 of file SCR_RadialMenuSegmentComponent.c.

◆ CATEGORY_WRAP

const string SCR_RadialMenuSegmentComponent::CATEGORY_WRAP = "CategoryWrap"
protected

Definition at line 7 of file SCR_RadialMenuSegmentComponent.c.

◆ m_wBackground

ImageWidget SCR_RadialMenuSegmentComponent::m_wBackground
protected

Definition at line 11 of file SCR_RadialMenuSegmentComponent.c.

◆ m_wCategory

ImageWidget SCR_RadialMenuSegmentComponent::m_wCategory
protected

Definition at line 13 of file SCR_RadialMenuSegmentComponent.c.

◆ m_wCategoryArrow

ImageWidget SCR_RadialMenuSegmentComponent::m_wCategoryArrow
protected

Definition at line 14 of file SCR_RadialMenuSegmentComponent.c.

◆ m_wCategoryWrap

Widget SCR_RadialMenuSegmentComponent::m_wCategoryWrap
protected

Definition at line 12 of file SCR_RadialMenuSegmentComponent.c.


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