| Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TabGroupWindow
|
+-- Extension.ModalWindow
|
+-- DeusEx.DeusExBaseWindow
|
+-- DeusEx.ToolWindow
BehindTheCurtain, DumpLocationBaseWindow, FlagAddWindow, FlagEditWindow, InvokeConWindow, LoadMapWindow, PlayMusicWindow, ShowClassWindow, ToolMessageBoxWindow
| Variables Summary | |
|---|---|
| Bool | bAllowWindowDragging |
| Bool | bTitleBarVisible |
| Bool | bWindowBeingDragged |
| Color | colBackgroundColor |
| Color | colText |
| Font | fontText |
| Texture | textureMouse |
| Window | winContainer |
| float | windowStartDragX |
| float | windowStartDragY |
| ToolTitleBarWindow | winTitleBar |
| Inherited Variables from DeusEx.DeusExBaseWindow |
|---|
| colBlack, colBlue, colCyan, colDarkBlue, colDarkCyan, colDarkGreen, colDarkRed, colGreen, colGrey, colLightBlue, colRed, colWhite, player, root, ScreenType |
| Inherited Variables from Extension.ModalWindow |
|---|
| acceleratorTable[0xFF], bDirtyAccelerators, focusMode, preferredFocus, tabGroupWindowList |
| Enumerations Summary |
|---|
| Inherited Enumerations from DeusEx.DeusExBaseWindow |
|---|
| EScreenType |
| Functions Summary | ||
|---|---|---|
![]() | bool | ButtonActivated (Window buttonPressed )) |
![]() | Window | CreateToolBorderContainer (int posX, int posY, int sizeX, int sizeY, Window winParent )) |
![]() | ToolButtonWindow | CreateToolButton (int posX, int posY, String caption, optional Window winParent)) |
![]() | ToolCheckboxWindow | CreateToolCheckbox (int posX, int posY, String label, bool bDefaultValue)) |
![]() | ToolEditWindow | CreateToolEditWindow (int posX, int posY, int width, int maxChars, optional int height)) |
![]() | TextWindow | CreateToolLabel (int posX, int posY, String strLabel, optional Window winParent)) |
![]() | ToolListWindow | CreateToolList (int posX, int posY, int width, int height)) |
![]() | Window | CreateToolWindowContainer (Window winParent )) |
![]() | InitWindow ())) | |
![]() | bool | MouseButtonPressed (float pointX, float pointY, EInputKey button, int numClicks)) |
![]() | bool | MouseButtonReleased (float pointX, float pointY, EInputKey button, int numClicks)) |
![]() | MouseMoved (float newX, float newY)) | |
![]() | SetAppIcon (Texture newAppIcon)) | |
![]() | SetTitle (String newTitleText)) | |
![]() | SetTitleBarVisibility (Bool bNewVisibility)) | |
![]() | SetWindowDragging (Bool bNewDragging)) | |
| Inherited Functions from DeusEx.DeusExBaseWindow |
|---|
| CanPushScreen, CanStack, InitWindow, RefreshWindow |
| Inherited Functions from Extension.ModalWindow |
|---|
| IsCurrentModal, SetMouseFocusMode |
| Variables Detail |
|---|
| Functions Detail |
|---|
ButtonActivated Source code
CreateToolBorderContainer Source code
CreateToolButton Source code
CreateToolCheckbox Source code
CreateToolEditWindow Source code
CreateToolLabel Source code
CreateToolList Source code
CreateToolWindowContainer Source code
InitWindow Source code
MouseButtonPressed Source code
MouseButtonReleased Source code
MouseMoved Source code
SetAppIcon Source code
SetTitle Source code
SetTitleBarVisibility Source code
SetWindowDragging Source code| Defaultproperties |
|---|
defaultproperties { colBackgroundColor=(R=192,G=192,B=192) fontText=Font'DeusExUI.FontSansSerif_8' textureMouse=Texture'DeusExUI.UserInterface.ToolWindowCursor' ScreenType=ST_Tool } |
| Overview | Package | Class | Source | Class tree | Glossary | Deus Ex UnrealScript Documentation |
| previous class next class | frames no frames | |||||