Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

TribesGUI.TribesMPServerFilterMenu

Extends
TribesGUIPage

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIPage
            |   
            +-- TribesGUI.TribesGUIPage
               |   
               +-- TribesGUI.TribesMPServerFilterMenu

Variables Summary
ServerFilterInfocustomFilterInfo
ServerFilterInfodefaultFilterInfo
stringnoneString
TribesGui
GUIButtonAddButton
GUIButtonDefaultButton
GUIButtonDoneButton
GUIMultiColumnListBoxFilterListBox
GUIEditBoxFilterNameEntryBox
GUIEditBoxFilterQueryEntryBox
GUIButtonRemoveButton
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape
Inherited Variables from GUI.GUIPage
bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers

Functions Summary
function InitComponent (GUIComponent MyOwner))
function InternalOnActivate ()))
function OnAddClicked (GUIComponent Sender))
function OnDefaultClicked (GUIComponent Sender))
function OnDoneClicked (GUIComponent Sender))
function OnRemoveClicked (GUIComponent Sender))
function RefreshData ()))
Inherited Functions from TribesGUI.TribesGUIPage
DisplayMainMenu, GameAbort, GameRestart, GameResume, GameStart, InitComponent, InternalOnKeyEvent, OnPreLevelChange, Quit
Inherited Functions from GUI.GUIPage
Activate, ChangeHint, DeActivate, DlgReturned, Free, HandleParameters, Hide, InitComponent, NotifyLevelChange, onGameplayMessage, OnProgress, OpenDlg, Show


Variables Detail

customFilterInfo Source code

var ServerFilterInfo customFilterInfo;

defaultFilterInfo Source code

var ServerFilterInfo defaultFilterInfo;

noneString Source code

var localized string noneString;

TribesGui

AddButton Source code

var(TribesGui) private EditInline Config GUIButton AddButton;
A component of this page which has its behavior defined in the code for this page's class.

DefaultButton Source code

var(TribesGui) private EditInline Config GUIButton DefaultButton;
A component of this page which has its behavior defined in the code for this page's class.

DoneButton Source code

var(TribesGui) private EditInline Config GUIButton DoneButton;
A component of this page which has its behavior defined in the code for this page's class.

FilterListBox Source code

var(TribesGui) private EditInline Config GUIMultiColumnListBox FilterListBox;
A component of this page which has its behavior defined in the code for this page's class.

FilterNameEntryBox Source code

var(TribesGui) private EditInline Config GUIEditBox FilterNameEntryBox;
A component of this page which has its behavior defined in the code for this page's class.

FilterQueryEntryBox Source code

var(TribesGui) private EditInline Config GUIEditBox FilterQueryEntryBox;
A component of this page which has its behavior defined in the code for this page's class.

RemoveButton Source code

var(TribesGui) private EditInline Config GUIButton RemoveButton;
A component of this page which has its behavior defined in the code for this page's class.


Functions Detail

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnActivate Source code

function InternalOnActivate ( ) )

OnAddClicked Source code

function OnAddClicked ( GUIComponent Sender) )

OnDefaultClicked Source code

function OnDefaultClicked ( GUIComponent Sender) )

OnDoneClicked Source code

function OnDoneClicked ( GUIComponent Sender) )

OnRemoveClicked Source code

function OnRemoveClicked ( GUIComponent Sender) )

RefreshData Source code

function RefreshData ( ) )


Defaultproperties

defaultproperties
{
	noneString = "None"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:36.713 - Created with UnCodeX