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

DeusEx.FlagAddWindow

Extends
ToolWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.TabGroupWindow
         |   
         +-- Extension.ModalWindow
            |   
            +-- DeusEx.DeusExBaseWindow
               |   
               +-- DeusEx.ToolWindow
                  |   
                  +-- DeusEx.FlagAddWindow

Variables Summary
boolbAddMode
ToolButtonWindowbtnCancel
ToolRadioButtonWindowbtnFalse
ToolButtonWindowbtnOK
ToolRadioButtonWindowbtnTrue
ToolRadioButtonWindowbtnTypeBool
ToolRadioButtonWindowbtnTypeByte
ToolRadioButtonWindowbtnTypeFloat
ToolRadioButtonWindowbtnTypeInt
ToolRadioButtonWindowbtnTypeName
ToolEditWindoweditExpiration
NameeditFlag
ToolEditWindoweditName
ToolEditWindoweditValue
EFlagTypeflagType
RadioBoxWindowradBool
RadioBoxWindowradTypes
WindowwinBools
FlagEditWindowwinFlagList
WindowwinTypes
Inherited Variables from DeusEx.ToolWindow
bAllowWindowDragging, bTitleBarVisible, bWindowBeingDragged, colBackgroundColor, colText, fontText, textureMouse, winContainer, windowStartDragX, windowStartDragY, winTitleBar
Inherited Variables from DeusEx.DeusExBaseWindow
colBlack, colBlue, colCyan, colDarkBlue, colDarkCyan, colDarkGreen, colDarkRed, colGreen, colGrey, colLightBlue, colRed, colWhite, player, root, ScreenType

Enumerations Summary
Inherited Enumerations from DeusEx.DeusExBaseWindow
EScreenType

Functions Summary
eventbool BoxOptionSelected (Window msgBoxWindow, int buttonNumber))
functionbool ButtonActivated (Window buttonPressed ))
function CreateBoolControls ()))
function CreateControls ()))
function CreateTypeRadioButtons ()))
function CreateValueEditWindow ()))
function DestroyValueEditWindow ()))
eventbool EditActivated (window edit, bool bModified))
function EnableButtons ()))
functionint GetFlagExpiration ()))
functionName GetFlagName ()))
functionEFlagType GetFlagType ()))
functionString GetValue ()))
event InitWindow ()))
function SendModalComplete (bool bNotifyFlag))
function SetAddMode ()))
function SetEditFlag (Name newEditFlag, EFlagType editFlagType))
function SetFlagListWindow (FlagEditWindow newFlagList))
function SetFlagType (EFlagType newFlagType))
eventbool TextChanged (window edit, bool bModified))
eventbool ToggleChanged (Window button, bool bNewToggle))
functionbool ValidateValue ()))
Inherited Functions from DeusEx.ToolWindow
ButtonActivated, CreateToolBorderContainer, CreateToolButton, CreateToolCheckbox, CreateToolEditWindow, CreateToolLabel, CreateToolList, CreateToolWindowContainer, InitWindow, MouseButtonPressed, MouseButtonReleased, MouseMoved, SetAppIcon, SetTitle, SetTitleBarVisibility, SetWindowDragging
Inherited Functions from DeusEx.DeusExBaseWindow
CanPushScreen, CanStack, InitWindow, RefreshWindow


Variables Detail

bAddMode Source code

var bool bAddMode;

btnCancel Source code

var ToolButtonWindow btnCancel;

btnFalse Source code

var ToolRadioButtonWindow btnFalse;

btnOK Source code

var ToolButtonWindow btnOK;

btnTrue Source code

var ToolRadioButtonWindow btnTrue;

btnTypeBool Source code

var ToolRadioButtonWindow btnTypeBool;

btnTypeByte Source code

var ToolRadioButtonWindow btnTypeByte;

btnTypeFloat Source code

var ToolRadioButtonWindow btnTypeFloat;

btnTypeInt Source code

var ToolRadioButtonWindow btnTypeInt;

btnTypeName Source code

var ToolRadioButtonWindow btnTypeName;

editExpiration Source code

var ToolEditWindow editExpiration;

editFlag Source code

var Name editFlag;

editName Source code

var ToolEditWindow editName;

editValue Source code

var ToolEditWindow editValue;

flagType Source code

var EFlagType flagType;

radBool Source code

var RadioBoxWindow radBool;

radTypes Source code

var RadioBoxWindow radTypes;

winBools Source code

var Window winBools;

winFlagList Source code

var FlagEditWindow winFlagList;

winTypes Source code

var Window winTypes;


Functions Detail

BoxOptionSelected Source code

event bool BoxOptionSelected ( Window msgBoxWindow, int buttonNumber) )

ButtonActivated Source code

function bool ButtonActivated ( Window buttonPressed ) )

CreateBoolControls Source code

function CreateBoolControls ( ) )

CreateControls Source code

function CreateControls ( ) )

CreateTypeRadioButtons Source code

function CreateTypeRadioButtons ( ) )

CreateValueEditWindow Source code

function CreateValueEditWindow ( ) )

DestroyValueEditWindow Source code

function DestroyValueEditWindow ( ) )

EditActivated Source code

event bool EditActivated ( window edit, bool bModified) )

EnableButtons Source code

function EnableButtons ( ) )

GetFlagExpiration Source code

function int GetFlagExpiration ( ) )

GetFlagName Source code

function Name GetFlagName ( ) )

GetFlagType Source code

function EFlagType GetFlagType ( ) )

GetValue Source code

function String GetValue ( ) )

InitWindow Source code

event InitWindow ( ) )

SendModalComplete Source code

function SendModalComplete ( bool bNotifyFlag) )

SetAddMode Source code

function SetAddMode ( ) )

SetEditFlag Source code

function SetEditFlag ( Name newEditFlag, EFlagType editFlagType) )

SetFlagListWindow Source code

function SetFlagListWindow ( FlagEditWindow newFlagList) )

SetFlagType Source code

function SetFlagType ( EFlagType newFlagType) )

TextChanged Source code

event bool TextChanged ( window edit, bool bModified) )

ToggleChanged Source code

event bool ToggleChanged ( Window button, bool bNewToggle) )

ValidateValue Source code

function bool ValidateValue ( ) )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:07.055 - Created with UnCodeX