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

ROInterface.ROSituationMapMenu

Extends
GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- ROInterface.ROSituationMapMenu

Variables Summary
stringShowObjectivesExec
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

Functions Summary
function CloseHUDMenu ()))
functionROHud getHud ()))
functionbool InternalOnCanClose (optional bool bCancelled))
functionbool InternalOnClick (GUIComponent Sender))
functionbool InternalOnKeyEvent (out byte Key, out byte State, float delta))
functionbool isShowObjectivesKey (byte Key))
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

ShowObjectivesExec Source code

var string ShowObjectivesExec;


Functions Detail

CloseHUDMenu Source code

function CloseHUDMenu ( ) )

getHud Source code

function ROHud getHud ( ) )

InternalOnCanClose Source code

function bool InternalOnCanClose ( optional bool bCancelled) )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender) )

InternalOnKeyEvent Source code

function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta) )

isShowObjectivesKey Source code

function bool isShowObjectivesKey ( byte Key) )


Defaultproperties

defaultproperties
{
     ShowObjectivesExec="SHOWOBJECTIVES"
     bRenderWorld=True
     bRequire640x480=False
     bAllowedAsLast=True
     OnCanClose=ROSituationMapMenu.InternalOnCanClose
     WinHeight=1.000000
     OnClick=ROSituationMapMenu.InternalOnClick
     OnKeyEvent=ROSituationMapMenu.InternalOnKeyEvent
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:52.208 - Created with UnCodeX