![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| void | SetText (string text) |
| void | SetTopPadding (float padding) |
| void | ResetTopPadding () |
| void | SetVisible (bool visible) |
Static Protected Member Functions | |
| static SCR_LabelComponent | FindLabelComponent (notnull Widget w) |
| static SCR_LabelComponent | GetComponent (string name, Widget parent, bool searchAllChildren=true) |
Protected Attributes | |
| string | m_sLabel |
| float | m_fPaddingTop |
| TextWidget | m_wLabelWidget |
Definition at line 1 of file SCR_LabelComponent.c.
|
inlinestaticprotected |
Definition at line 57 of file SCR_LabelComponent.c.
|
inlinestaticprotected |
Static method to easily find component by providing name and parent. Searching all children will go through whole hierarchy, instead of immediate chidren
Definition at line 65 of file SCR_LabelComponent.c.
|
inlineprotected |
Definition at line 12 of file SCR_LabelComponent.c.
|
inlineprotected |
Definition at line 42 of file SCR_LabelComponent.c.
|
inlineprotected |
Definition at line 25 of file SCR_LabelComponent.c.
|
inlineprotected |
Definition at line 31 of file SCR_LabelComponent.c.
|
inlineprotected |
Definition at line 48 of file SCR_LabelComponent.c.
|
protected |
Definition at line 7 of file SCR_LabelComponent.c.
|
protected |
Definition at line 4 of file SCR_LabelComponent.c.
|
protected |
Definition at line 9 of file SCR_LabelComponent.c.