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

GUI2K4.UT2K4_FilterListPage

Extends
LargeWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LargeWindow
                        |   
                        +-- GUI2K4.UT2K4_FilterListPage

Variables Summary
GUIButtonb_Cancel
GUIButtonb_Create
GUIButtonb_Edit
GUIButtonb_OK
GUIButtonb_Remove
stringCantRemove
BrowserFiltersFM
GUIMultiOptionListBoxlb_Filters
GUIMultiOptionListli_Filters
GUISectionBackgroundsb_Background
Inherited Variables from GUI2K4.FloatingWindow
BLSizing, bMoveAllowed, bMoving, bResizeHeightAllowed, bResizeWidthAllowed, bResizing, BRSizing, BtSizing, b_ExitButton, DefaultHeight, DefaultLeft, DefaultTop, DefaultWidth, HeaderMouseCursorIndex, LSizing, MaxPageHeight, MaxPageWidth, MinPageHeight, MinPageWidth, RSizing, TLSizing, TRSizing, TSizing, t_WindowTitle, WindowName

Functions Summary
functionbool CancelClick (GUIComponent Sender))
functionbool CreateClick (GUIComponent Sender))
functionbool EditClick (GUIComponent Sender))
function FilterChange (GUIComponent Sender))
functionbool FilterDBLClick (GUIComponent Sender))
function InitComponent (GUIController MyC, GUIComponent MyO))
function InitFilterList ()))
functionbool OKClick (GUIComponent Sender))
functionbool RemoveClick (GUIComponent Sender))
Inherited Functions from GUI2K4.FloatingWindow
AddSystemMenu, AlignFrame, CheckBounds, FloatingHover, FloatingMousePressed, FloatingMouseRelease, FloatingPreDraw, FloatingRendered, HoveringBottomBorder, HoveringBottomLeft, HoveringLeftBorder, HoveringRightBorder, HoveringTopBorder, HoveringTopLeft, InitComponent, InternalOnCreateComponent, ResizeAllowed, ResizedBoth, ResizedHeight, ResizedWidth, ResolutionChanged, SaveCurrentPosition, SetDefaultPosition, SetFocus, SetMouseCursorIndex, SetPanelPosition, SystemMenuPreDraw, XButtonClicked


Variables Detail

b_Cancel Source code

var automated GUIButton b_Cancel;

b_Create Source code

var automated GUIButton b_Create;

b_Edit Source code

var automated GUIButton b_Edit;

b_OK Source code

var automated GUIButton b_OK;

b_Remove Source code

var automated GUIButton b_Remove;

CantRemove Source code

var localized string CantRemove;

FM Source code

var BrowserFilters FM;

lb_Filters Source code

var automated GUIMultiOptionListBox lb_Filters;

li_Filters Source code

var GUIMultiOptionList li_Filters;

sb_Background Source code

var automated GUISectionBackground sb_Background;


Functions Detail

CancelClick Source code

function bool CancelClick ( GUIComponent Sender) )

CreateClick Source code

function bool CreateClick ( GUIComponent Sender) )

EditClick Source code

function bool EditClick ( GUIComponent Sender) )

FilterChange Source code

function FilterChange ( GUIComponent Sender) )

FilterDBLClick Source code

function bool FilterDBLClick ( GUIComponent Sender) )

InitComponent Source code

function InitComponent ( GUIController MyC, GUIComponent MyO) )

InitFilterList Source code

function InitFilterList ( ) )

OKClick Source code

function bool OKClick ( GUIComponent Sender) )

RemoveClick Source code

function bool RemoveClick ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
	Begin Object Class=ALTSectionBackground Name=sbBackground
		WinWidth=0.343359
		WinHeight=0.766448
		WinLeft=0.262656
		WinTop=0.103281
		Caption="Filters..."
		LeftPadding=0.0025
		RightPadding=0.0025
		TopPadding=0.0025
		bFillClient=true
		BottomPadding=0.0025
	End Object
	sb_Background=sbBackground


	Begin Object class=GUIMultiOptionListBox name=lbFilters
		WinWidth=0.343359
		WinHeight=0.766448
		WinLeft=0.262656
		WinTop=0.103281
	End Object
	lb_Filters=lbFilters


	Begin Object Class=GUIButton name=bCreate
		WinWidth=0.168750
		WinHeight=0.050000
		WinLeft=0.610001
		WinTop=0.105000
		OnClick=CreateClick
		Caption="Create"
	End Object
	b_Create=bCreate


	Begin Object Class=GUIButton name=bRemove
		WinWidth=0.168750
		WinHeight=0.050000
		WinLeft=0.610001
		WinTop=0.158333
		Caption="Remove"
		OnClick=RemoveClick
	End Object
	b_Remove=bRemove


	Begin Object Class=GUIButton name=bEdit
		WinWidth=0.168750
		WinHeight=0.050000
		WinLeft=0.610001
		WinTop=0.266666
		OnClick=EditClick
		Caption="Edit"
	End Object
	b_Edit=bEdit


   	Begin Object Class=GUIButton name=bOK
   		WinWidth=0.168750
		WinHeight=0.050000
		WinLeft=0.610001
		WinTop=0.770000
		Caption="OK"
		OnClick=OKClick
	End Object
	b_OK=bOK;


   	Begin Object Class=GUIButton name=bCancel
   		WinWidth=0.168750
		WinHeight=0.050000
		WinLeft=0.610001
		WinTop=0.820000
		Caption="Cancel"
		OnClick=CancelClick
	End Object
	b_Cancel=bCancel;



	WinWidth=0.568750
	WinHeight=0.875001
	WinLeft=0.237500
	WinTop=0.046667
	WindowName="Select Filters"


	CantRemove="You can not remove the default filter"


}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:28.287 - Created with UnCodeX