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

UMenu.UMenuVideoClientWindow

Extends
UMenuPageWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UWindow.UWindowPageWindow
               |   
               +-- UMenu.UMenuPageWindow
                  |   
                  +-- UMenu.UMenuVideoClientWindow

Variables Summary
boolbInitialized
stringBitsText
stringBrightnessHelp
UWindowHSliderControlBrightnessSlider
stringBrightnessText
UWindowComboControlColorDepthCombo
stringColorDepthHelp
stringColorDepthText
UWindowMessageBoxConfirmDriver
stringConfirmDriverText
stringConfirmDriverTitle
UWindowMessageBoxConfirmSettings
stringConfirmSettingsCancelText
stringConfirmSettingsCancelTitle
stringConfirmSettingsText
stringConfirmSettingsTitle
UWindowMessageBoxConfirmSkinTextureDetail
stringConfirmTextureDetailText
stringConfirmTextureDetailTitle
UWindowMessageBoxConfirmWorldTextureDetail
floatControlOffset
stringDetails[3]
UWindowSmallButtonDriverButton
stringDriverButtonHelp
stringDriverButtonText
UWindowLabelControlDriverDesc
stringDriverHelp
UWindowLabelControlDriverLabel
stringDriverText
UWindowCheckboxDynamicLightsCheck
stringDynamicLightsHelp
stringDynamicLightsText
UWindowComboControlGuiSkinCombo
stringGuiSkinHelp
stringGuiSkinText
UWindowEditControlMinFramerateEdit
stringMinFramerateHelp
stringMinFramerateText
stringMouseHelp
UWindowHSliderControlMouseSlider
stringMouseText
stringOldSettings
intOldSkinDetail
intOldTextureDetail
UWindowComboControlResolutionCombo
stringResolutionHelp
stringResolutionText
UWindowComboControlScaleCombo
stringScaleHelp
stringScaleSizes[2]
stringScaleText
UWindowCheckboxShowDecalsCheck
stringShowDecalsHelp
stringShowDecalsText
UWindowComboControlSkinDetailCombo
stringSkinDetailHelp
stringSkinDetailText
UWindowComboControlTextureDetailCombo
stringTextureDetailHelp
stringTextureDetailText
Inherited Variables from UWindow.UWindowPageWindow
OwnerTab

Functions Summary
function AfterCreate ()))
function BeforePaint (Canvas C, float X, float Y))
function BrightnessChanged ()))
function Created ()))
function DecalsChanged ()))
function DriverChange ()))
function DynamicChanged ()))
function LoadAvailableSettings ()))
function MessageBoxDone (UWindowMessageBox W, MessageBoxResult Result))
function MinFramerateChanged ()))
function MouseChanged ()))
function Notify (UWindowDialogControl C, byte E))
function ResolutionChanged (float W, float H))
function SaveConfigs ()))
function ScaleChanged ()))
function SettingsChanged ()))
function SkinDetailChanged ()))
function SkinDetailSet ()))
function TextureDetailChanged ()))
function TextureDetailSet ()))
Inherited Functions from UMenu.UMenuPageWindow
Notify, Paint
Inherited Functions from UWindow.UWindowPageWindow
RightClickTab


Variables Detail

bInitialized Source code

var bool bInitialized;

BitsText Source code

var localized string BitsText;

BrightnessHelp Source code

var localized string BrightnessHelp;

BrightnessSlider Source code

var UWindowHSliderControl BrightnessSlider;

BrightnessText Source code

var localized string BrightnessText;

ColorDepthCombo Source code

var UWindowComboControl ColorDepthCombo;

ColorDepthHelp Source code

var localized string ColorDepthHelp;

ColorDepthText Source code

var localized string ColorDepthText;

ConfirmDriver Source code

var UWindowMessageBox ConfirmDriver;

ConfirmDriverText Source code

var localized string ConfirmDriverText;

ConfirmDriverTitle Source code

var localized string ConfirmDriverTitle;

ConfirmSettings Source code

var UWindowMessageBox ConfirmSettings;

ConfirmSettingsCancelText Source code

var localized string ConfirmSettingsCancelText;

ConfirmSettingsCancelTitle Source code

var localized string ConfirmSettingsCancelTitle;

ConfirmSettingsText Source code

var localized string ConfirmSettingsText;

ConfirmSettingsTitle Source code

var localized string ConfirmSettingsTitle;

ConfirmSkinTextureDetail Source code

var UWindowMessageBox ConfirmSkinTextureDetail;

ConfirmTextureDetailText Source code

var localized string ConfirmTextureDetailText;

ConfirmTextureDetailTitle Source code

var localized string ConfirmTextureDetailTitle;

ConfirmWorldTextureDetail Source code

var UWindowMessageBox ConfirmWorldTextureDetail;

ControlOffset Source code

var float ControlOffset;

Details[3] Source code

var localized string Details[3];

DriverButton Source code

var UWindowSmallButton DriverButton;

DriverButtonHelp Source code

var localized string DriverButtonHelp;

DriverButtonText Source code

var localized string DriverButtonText;

DriverDesc Source code

var UWindowLabelControl DriverDesc;

DriverHelp Source code

var localized string DriverHelp;

DriverLabel Source code

var UWindowLabelControl DriverLabel;

DriverText Source code

var localized string DriverText;

DynamicLightsCheck Source code

var UWindowCheckbox DynamicLightsCheck;

DynamicLightsHelp Source code

var localized string DynamicLightsHelp;

DynamicLightsText Source code

var localized string DynamicLightsText;

GuiSkinCombo Source code

var UWindowComboControl GuiSkinCombo;

GuiSkinHelp Source code

var localized string GuiSkinHelp;

GuiSkinText Source code

var localized string GuiSkinText;

MinFramerateEdit Source code

var UWindowEditControl MinFramerateEdit;

MinFramerateHelp Source code

var localized string MinFramerateHelp;

MinFramerateText Source code

var localized string MinFramerateText;

MouseHelp Source code

var localized string MouseHelp;

MouseSlider Source code

var UWindowHSliderControl MouseSlider;

MouseText Source code

var localized string MouseText;

OldSettings Source code

var string OldSettings;

OldSkinDetail Source code

var int OldSkinDetail;

OldTextureDetail Source code

var int OldTextureDetail;

ResolutionCombo Source code

var UWindowComboControl ResolutionCombo;

ResolutionHelp Source code

var localized string ResolutionHelp;

ResolutionText Source code

var localized string ResolutionText;

ScaleCombo Source code

var UWindowComboControl ScaleCombo;

ScaleHelp Source code

var localized string ScaleHelp;

ScaleSizes[2] Source code

var localized string ScaleSizes[2];

ScaleText Source code

var localized string ScaleText;

ShowDecalsCheck Source code

var UWindowCheckbox ShowDecalsCheck;

ShowDecalsHelp Source code

var localized string ShowDecalsHelp;

ShowDecalsText Source code

var localized string ShowDecalsText;

SkinDetailCombo Source code

var UWindowComboControl SkinDetailCombo;

SkinDetailHelp Source code

var localized string SkinDetailHelp;

SkinDetailText Source code

var localized string SkinDetailText;

TextureDetailCombo Source code

var UWindowComboControl TextureDetailCombo;

TextureDetailHelp Source code

var localized string TextureDetailHelp;

TextureDetailText Source code

var localized string TextureDetailText;


Functions Detail

AfterCreate Source code

function AfterCreate ( ) )

BeforePaint Source code

function BeforePaint ( Canvas C, float X, float Y) )

BrightnessChanged Source code

function BrightnessChanged ( ) )

Created Source code

function Created ( ) )

DecalsChanged Source code

function DecalsChanged ( ) )

DriverChange Source code

function DriverChange ( ) )

DynamicChanged Source code

function DynamicChanged ( ) )

LoadAvailableSettings Source code

function LoadAvailableSettings ( ) )

MessageBoxDone Source code

function MessageBoxDone ( UWindowMessageBox W, MessageBoxResult Result) )

MinFramerateChanged Source code

function MinFramerateChanged ( ) )

MouseChanged Source code

function MouseChanged ( ) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

ResolutionChanged Source code

function ResolutionChanged ( float W, float H) )

SaveConfigs Source code

function SaveConfigs ( ) )

ScaleChanged Source code

function ScaleChanged ( ) )

SettingsChanged Source code

function SettingsChanged ( ) )

SkinDetailChanged Source code

function SkinDetailChanged ( ) )

SkinDetailSet Source code

function SkinDetailSet ( ) )

TextureDetailChanged Source code

function TextureDetailChanged ( ) )

TextureDetailSet Source code

function TextureDetailSet ( ) )


Defaultproperties

defaultproperties
{
     DriverText="Video Driver"
     DriverHelp="This is the current video driver.  Use the Change button to change video drivers."
     DriverButtonText="Change"
     DriverButtonHelp="Press this button to change your video driver."
     ResolutionText="Resolution"
     ResolutionHelp="Select a new screen resolution."
     ColorDepthText="Color Depth"
     ColorDepthHelp="Select a new color depth."
     BitsText="bit"
     TextureDetailText="World Texture Detail"
     TextureDetailHelp="Change the texture detail of world geometry.  Use a lower texture detail to improve game performance."
     Details(0)="High"
     Details(1)="Medium"
     Details(2)="Low"
     SkinDetailText="Skin Detail"
     SkinDetailHelp="Change the detail of player skins.  Use a lower skin detail to improve game performance."
     BrightnessText="Brightness"
     BrightnessHelp="Adjust display brightness."
     ScaleText="Font Size"
     ScaleHelp="Adjust the size of elements in the User Interface."
     ScaleSizes(0)="Normal"
     ScaleSizes(1)="Double"
     MouseText="GUI Mouse Speed"
     MouseHelp="Adjust the speed of the mouse in the User Interface."
     GuiSkinText="GUI Skin"
     GuiSkinHelp="Change the look of the User Interface windows to a custom skin."
     ControlOffset=20.000000
     ConfirmSettingsTitle="Confirm Video Settings Change"
     ConfirmSettingsText="Are you sure you wish to keep these new video settings?"
     ConfirmSettingsCancelTitle="Video Settings Change"
     ConfirmSettingsCancelText="Your previous video settings have been restored."
     ConfirmTextureDetailTitle="Confirm Texture Detail"
     ConfirmTextureDetailText="Increasing texture detail above its default value may degrade performance on some machines.\n\nAre you sure you want to make this change?"
     ConfirmDriverTitle="Change Video Driver"
     ConfirmDriverText="This option will restart Unreal now, and enable you to change your video driver.  Do you want to do this?"
     ShowDecalsText="Show Decals"
     ShowDecalsHelp="If checked, impact and gore decals will be used in game."
     MinFramerateText="Min Desired Framerate"
     MinFramerateHelp="If your framerate falls below this value, Unreal Tournament will reduce special effects to increase your framerate."
     DynamicLightsText="Use Dynamic Lighting"
     DynamicLightsHelp="If checked, dynamic lighting will be used in game."
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:18.455 - Created with UnCodeX