Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_WidgetEditFormat.c File Reference

Go to the source code of this file.

Classes

class  SCR_WidgetEditFormat
class  SCR_WidgetEditFormatNumberRange
 Is string of count. More...
class  SCR_WidgetEditFormatName
 Format for name with specific messages and variable limitations. More...

Functions

class SCR_WidgetEditFormat BaseContainerProps (configRoot:true)
 Is string of count.
bool IsFormatValid (string str)
 Method ready for overr to verifying that format is correct.
string GetFormatMessage ()
void SetEditBoxFilter (EditBoxFilterComponent filter)
void SetMaxRange (float max)
float GetMaxRange ()

Variables

string m_sFormatMessage
EditBoxFilterComponent m_EditBoxFilter
const string HINT_RANGE = "#AR-ServerHosting_ValidRangeHint"
float m_fMinRange
float m_fMaxRange

Function Documentation

◆ BaseContainerProps()

class SCR_WidgetEditFormat BaseContainerProps ( configRoot:true )

Is string of count.

Format for ip.

Return true if address is in given range

Retrun IP address formant number to int

Definition at line 1 of file SCR_WidgetEditFormat.c.

◆ GetFormatMessage()

string BaseContainerProps::GetFormatMessage ( )
protected

Definition at line 52 of file SCR_WidgetEditFormat.c.

◆ GetMaxRange()

float BaseContainerProps::GetMaxRange ( )
protected

Definition at line 156 of file SCR_WidgetEditFormat.c.

◆ IsFormatValid()

override bool IsFormatValid ( string str)
protected

Method ready for overr to verifying that format is correct.

Definition at line 46 of file SCR_WidgetEditFormat.c.

◆ SetEditBoxFilter()

void BaseContainerProps::SetEditBoxFilter ( EditBoxFilterComponent filter)
protected

Definition at line 58 of file SCR_WidgetEditFormat.c.

◆ SetMaxRange()

void BaseContainerProps::SetMaxRange ( float max)
protected

Definition at line 150 of file SCR_WidgetEditFormat.c.

Variable Documentation

◆ HINT_RANGE

const string HINT_RANGE = "#AR-ServerHosting_ValidRangeHint"
protected

Definition at line 124 of file SCR_WidgetEditFormat.c.

◆ m_EditBoxFilter

EditBoxFilterComponent m_EditBoxFilter
protected

Definition at line 42 of file SCR_WidgetEditFormat.c.

◆ m_fMaxRange

float m_fMaxRange
protected

Definition at line 130 of file SCR_WidgetEditFormat.c.

◆ m_fMinRange

float m_fMinRange
protected

Definition at line 127 of file SCR_WidgetEditFormat.c.

◆ m_sFormatMessage

string m_sFormatMessage
protected

Definition at line 40 of file SCR_WidgetEditFormat.c.