- 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
{
OnPreDraw=InternalOnPreDraw
Begin Object Class=GUIImage Name=imgBack
Image=Material'InterfaceContent.Menu.SquareBoxA'
ImageStyle=ISTY_Stretched
WinTop=0.0
WinLeft0.0
WinHeight=1.0
WinWidth=1.0
bScaleToParent=true
bBoundToParent=true
End Object
Begin Object Class=GUILabel Name=lblQuestion
WinTop=0.2
WinLeft=0.1
WinHeight=0.4
WinWidth=0.8
bMultiLine=true
End Object
Controls(0)=imgBack
Controls(1)=lblQuestion
bCaptureInput=True
bRequire640x480=False
bRenderWorld=True
WinTop=0.25
WinHeight=0.5
BackgroundColor=(R=64,G=64,B=64,A=255)
BackgroundRStyle=MSTY_Alpha
ButtonNames(0)="Ok"
ButtonNames(1)="Cancel"
ButtonNames(2)="Retry"
ButtonNames(3)="Continue"
ButtonNames(4)="Yes"
ButtonNames(5)="No"
ButtonNames(6)="Abort"
ButtonNames(7)="Ignore"
}
|
Creation time: Do 14.8.2014 09:58:08.050 - Created with
UnCodeX