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

XInterface.GUIQuestionPage

Extends
GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.GUIQuestionPage

Direct Known Subclasses:

GUI2K4QuestionPage

Variables Summary
array<string>ButtonNames
array<GUIButton>Buttons
GUIButtonCancelButton
GUIButtonDefaultButton
GUILabellMessage
MaterialMessageIcon
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Delegates Summary
delegatebool NewOnButtonClick (byte bButton)
delegate OnButtonClick (byte bButton)
Inherited Delegates from XInterface.GUIPage
OnCanClose, OnClose, OnOpen, OnReOpen
Inherited Delegates from XInterface.GUIMultiComponent
HandleContextMenuClose, HandleContextMenuOpen, NotifyContextSelect, OnCreateComponent

Functions Summary
functionGUIButton AddButton (coerce byte idesc)
functionbool ButtonClick (GUIComponent Sender)
function InitComponent (GUIController pMyController, GUIComponent MyOwner)
functionbool InternalOnPreDraw (Canvas C)
function LayoutButtons (byte ActiveButton)
function RemoveButtons ()
functionstring Replace (string Src, string Tag, string Value)
function SetupQuestion (string Question, coerce byte bButtons, optional byte ActiveButton, optional bool bClearFirst)
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus
Inherited Functions from XInterface.GUIMultiComponent
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility


Variables Detail

ButtonNames Source code

var localized array<string> ButtonNames;

Buttons Source code

var array<GUIButton> Buttons;

CancelButton Source code

var GUIButton CancelButton;

DefaultButton Source code

var GUIButton DefaultButton;

lMessage Source code

var GUILabel lMessage;

MessageIcon Source code

var Material MessageIcon;


Delegates Detail

NewOnButtonClick Source code

delegate bool NewOnButtonClick ( byte bButton )

OnButtonClick Source code

delegate OnButtonClick ( byte bButton )


Functions Detail

AddButton Source code

function GUIButton AddButton ( coerce byte idesc )

ButtonClick Source code

function bool ButtonClick ( GUIComponent Sender )

InitComponent Source code

function InitComponent ( GUIController pMyController, GUIComponent MyOwner )

InternalOnPreDraw Source code

function bool InternalOnPreDraw ( Canvas C )

LayoutButtons Source code

function LayoutButtons ( byte ActiveButton )

RemoveButtons Source code

function RemoveButtons ( )

Replace Source code

function string Replace ( string Src, string Tag, string Value )

SetupQuestion Source code

function SetupQuestion ( string Question, coerce byte bButtons, optional byte ActiveButton, optional bool bClearFirst )


Defaultproperties

defaultproperties
{
     ButtonNames(0)="Ok"
     ButtonNames(1)="Cancel"
     ButtonNames(2)="Retry"
     ButtonNames(3)="Continue"
     ButtonNames(4)="Yes"
     ButtonNames(5)="No"
     ButtonNames(6)="Abort"
     ButtonNames(7)="Ignore"
     bRenderWorld=True
     bRequire640x480=False
     BackgroundColor=(B=64,G=64,R=64)
     BackgroundRStyle=MSTY_Alpha
     Begin Object Class=GUIImage Name=imgBack
         Image=Texture'InterfaceContent.Menu.SquareBoxA'
         ImageStyle=ISTY_Stretched
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
     End Object
     Controls(0)=GUIImage'XInterface.GUIQuestionPage.imgBack'

     Begin Object Class=GUILabel Name=lblQuestion
         bMultiLine=True
         WinTop=0.200000
         WinLeft=0.100000
         WinWidth=0.800000
         WinHeight=0.400000
     End Object
     Controls(1)=GUILabel'XInterface.GUIQuestionPage.lblQuestion'

     WinTop=0.250000
     WinHeight=0.500000
     OnPreDraw=GUIQuestionPage.InternalOnPreDraw
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:01.359 - Created with UnCodeX