- Extends
- GUIPage
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPage
|
+-- XInterface.GUIQuestionPage
Direct Known Subclasses:
GUI2K4QuestionPage
Inherited Variables from XInterface.GUIPage |
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers |
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 |
var localized array<string> ButtonNames;
delegate bool NewOnButtonClick ( byte bButton )
delegate OnButtonClick ( byte bButton )
function GUIButton AddButton (
coerce byte idesc )
function bool InternalOnPreDraw (
Canvas C )
function LayoutButtons ( byte ActiveButton )
function RemoveButtons ( )
function string Replace ( string Src, string Tag, string Value )
function SetupQuestion ( string Question, coerce byte bButtons, optional byte ActiveButton, optional bool bClearFirst )
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=Wahr
bRequire640x480=Falsch
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=Wahr
bScaleToParent=Wahr
End Object
Controls(0)=GUIImage'XInterface.GUIQuestionPage.imgBack'
Begin Object Class=GUILabel Name=lblQuestion
bMultiLine=Wahr
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
}
|
Creation time: Mo 16.4.2007 11:20:21.593 - Created with
UnCodeX