DeusEx.FlagAddWindow
- Extends
- ToolWindow
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TabGroupWindow
|
+-- Extension.ModalWindow
|
+-- DeusEx.DeusExBaseWindow
|
+-- DeusEx.ToolWindow
|
+-- DeusEx.FlagAddWindow
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 |
Inherited Functions from DeusEx.ToolWindow |
ButtonActivated, CreateToolBorderContainer, CreateToolButton, CreateToolCheckbox, CreateToolEditWindow, CreateToolLabel, CreateToolList, CreateToolWindowContainer, InitWindow, MouseButtonPressed, MouseButtonReleased, MouseMoved, SetAppIcon, SetTitle, SetTitleBarVisibility, SetWindowDragging |
var bool bAddMode;
var Name editFlag;
event bool BoxOptionSelected (
Window msgBoxWindow,
int buttonNumber) )
function bool ButtonActivated (
Window buttonPressed ) )
function CreateBoolControls ( ) )
function CreateControls ( ) )
CreateTypeRadioButtons Source code
function CreateTypeRadioButtons ( ) )
function CreateValueEditWindow ( ) )
DestroyValueEditWindow Source code
function DestroyValueEditWindow ( ) )
event bool EditActivated (
window edit,
bool bModified) )
function EnableButtons ( ) )
function int GetFlagExpiration ( ) )
function Name GetFlagName ( ) )
function String GetValue ( ) )
event InitWindow ( ) )
function SendModalComplete ( bool bNotifyFlag) )
function SetAddMode ( ) )
function SetEditFlag (
Name newEditFlag,
EFlagType editFlagType) )
function SetFlagType (
EFlagType newFlagType) )
event bool TextChanged (
window edit,
bool bModified) )
event bool ToggleChanged (
Window button,
bool bNewToggle) )
function bool ValidateValue ( ) )
Creation time: Mon 8/11/2021 16:31:07.055 - Created with
UnCodeX