DeusEx.FlagEditWindow
- Extends
- ToolWindow
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TabGroupWindow
|
+-- Extension.ModalWindow
|
+-- DeusEx.DeusExBaseWindow
|
+-- DeusEx.ToolWindow
|
+-- DeusEx.FlagEditWindow
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 String saveFlagName;
var int saveRowID;
function AddFlag ( ) )
function bool ButtonActivated (
Window buttonPressed ) )
function CreateControls ( ) )
function CreateFlagsList ( ) )
function CreateSortRadioWindow ( ) )
function DeleteFlag ( ) )
function EditFlag ( ) )
function EnableButtons ( ) )
function int FindRowFromName (
String searchName,
EFlagType searchFlagType) )
function EFlagType GetFlagTypeFromInt (
int intFlagType) )
event InitWindow ( ) )
event bool ListRowActivated (
window list,
int rowId) )
event bool ListSelectionChanged (
window list,
int numSelections,
int focusRowId) )
function ModalComplete (
Bool bResult,
Window winCaller) )
function PopulateFlagsList ( ) )
event bool ToggleChanged (
Window button,
bool bNewToggle) )
Creation time: Mon 8/11/2021 16:31:07.145 - Created with
UnCodeX