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

Public Member Functions

Widget GetAreaWidget ()
 
void GetOffsets (out int top, out int right, out int bottom, out int left)
 
void ClearTooltips ()
 
override void HandlerAttachedScripted (Widget w)
 Event called when subcomponent is initialized.
 
- Public Member Functions inherited from MenuRootSubComponent
Widget GetWidget ()
 Get widget to which the component belongs to.
 
MenuRootBase GetMenu ()
 Get menu of which the widget is part of.
 
MenuRootComponent GetRootComponent ()
 Get root component of this subcomponent,.
 
void HandlerAttachedScripted (Widget w)
 Event called when subcomponent is initialized.
 
override void HandlerAttached (Widget w)
 
override void HandlerDeattached (Widget w)
 

Protected Member Functions

void ClearAreaWidget (Widget w)
 
- Protected Member Functions inherited from SCR_BaseEditorUIComponent
vector OnCancelDown ()
 
bool OnCancelUp ()
 
void OnCancelExpired ()
 
- Protected Member Functions inherited from MenuRootSubComponent
bool IsUnique ()
 Is the component to exist only in one instance? If so, it will be registered in the list of components and can be searched for.
 

Protected Attributes

string m_sMouseAndKeyboardWidgetName
 
string m_sControllerWidgetName
 
int m_iOffsetTop
 
int m_iOffsetRight
 
int m_iOffsetBottom
 
int m_iOffsetLeft
 
InputManager m_InputManager
 
Widget m_MouseAndKeyboardWidget
 
Widget m_ControllerWidget
 
- Protected Attributes inherited from SCR_BaseEditorUIComponent
vector m_vClickPosCancel
 

Additional Inherited Members

- Static Public Attributes inherited from SCR_BaseEditorUIComponent
const int CANCEL_CLICK_MAX_DIS = 5
 
const int CANCEL_CLICK_MAX_TIME = 500
 

Member Function Documentation

◆ ClearAreaWidget()

void SCR_TooltipAreaEditorUIComponent.ClearAreaWidget ( Widget  w)
protected

◆ ClearTooltips()

void SCR_TooltipAreaEditorUIComponent.ClearTooltips ( )

◆ GetAreaWidget()

Widget SCR_TooltipAreaEditorUIComponent.GetAreaWidget ( )
Returns

◆ GetOffsets()

void SCR_TooltipAreaEditorUIComponent.GetOffsets ( out int  top,
out int  right,
out int  bottom,
out int  left 
)
Parameters
[out]top
[out]right
[out]bottom
[out]left

◆ HandlerAttachedScripted()

override void SCR_TooltipAreaEditorUIComponent.HandlerAttachedScripted ( Widget  w)

Event called when subcomponent is initialized.

Called only after all other subcomponents were registered as well and can be searched for. To be overwritten by inherited classes.

Parameters
Widget

Implements MenuRootSubComponent.

Member Data Documentation

◆ m_ControllerWidget

Widget SCR_TooltipAreaEditorUIComponent.m_ControllerWidget
protected

◆ m_InputManager

InputManager SCR_TooltipAreaEditorUIComponent.m_InputManager
protected

◆ m_iOffsetBottom

int SCR_TooltipAreaEditorUIComponent.m_iOffsetBottom
protected

◆ m_iOffsetLeft

int SCR_TooltipAreaEditorUIComponent.m_iOffsetLeft
protected

◆ m_iOffsetRight

int SCR_TooltipAreaEditorUIComponent.m_iOffsetRight
protected

◆ m_iOffsetTop

int SCR_TooltipAreaEditorUIComponent.m_iOffsetTop
protected

◆ m_MouseAndKeyboardWidget

Widget SCR_TooltipAreaEditorUIComponent.m_MouseAndKeyboardWidget
protected

◆ m_sControllerWidgetName

string SCR_TooltipAreaEditorUIComponent.m_sControllerWidgetName
protected

◆ m_sMouseAndKeyboardWidgetName

string SCR_TooltipAreaEditorUIComponent.m_sMouseAndKeyboardWidgetName
protected

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