![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Data Structures | |
| class | WorkspaceWidget |
| class | Widget |
| class | TextWidget |
| class | UIWidget |
| class | EditBoxWidget |
| class | SimpleProgressBarWidget |
| class | BaseListboxWidget |
| class | SimpleListboxWidget |
| class | SpacerWidget |
| class | ScriptedWidgetEventHandler |
| map: item x vector(index, width, height) More... | |
Typedefs | |
| typedef TypeID | WidgetType |
| typedef TypeID | EventType |
Enumerations | |
| enum | WidgetFlags { SOURCEALPHA, BLEND, ADDITIVE, VISIBLE, NOWRAP, CENTER, VCENTER, HEXACTPOS, VEXACTPOS, EXACTPOS, HEXACTSIZE, VEXACTSIZE, EXACTSIZE, NOFILTER, RALIGN, STRETCH, FLIPU, FLIPV, CUSTOMUV, IGNOREPOINTER, DISABLED, NOFOCUS, CLIPCHILDREN, RENDER_ALWAYS, NOCLEAR, DRAGGABLE } |
| enum | WidgetAlignment |
| enum | VideoCommand { PLAY, STOP, REWIND, POSITION, REPEAT, ISPLAYING, KILL } |
| Legacy, do not use. More... | |
| enum | VideoState { NONE, PLAYING, PAUSED, STOPPED, FINISHED } |
| enum | VideoCallback { ON_PLAY, ON_PAUSE, ON_STOP, ON_END, ON_LOAD, ON_SEEK, ON_BUFFERING_START, ON_BUFFERING_END } |
| enum | ControlID { CID_NONE = 0, CID_SELECT = 1, CID_BACK, CID_LEFT, CID_RIGHT, CID_UP, CID_DOWN, CID_MENU, CID_DRAG, CID_TABLEFT, CID_TABRIGHT, CID_RADIALMENU, CID_COUNT } |
Functions | |
| proto native owned string | GetName () |
| proto native void | SetName (string name) |
| proto native owned string | GetTypeName () |
| proto native WidgetType | GetTypeID () |
| proto native void | Show (bool show, bool immedUpdate=true) |
| proto native void | Enable (bool enable) |
| proto native int | GetFlags () |
| proto native int | SetFlags (int flags, bool immedUpdate=true) |
| proto native int | GetSort () |
| proto native void | SetSort (int sort, bool immedUpdate=true) |
| proto native int | ClearFlags (int flags, bool immedUpdate=true) |
| proto native bool | IsControlClass () |
| proto native owned string | GetStyleName () |
| proto void | GetUserData (out Class data) |
| proto native void | SetUserData (Class data) |
| proto native int | GetUserID () |
| proto native void | SetUserID (int id) |
| proto native bool | IsVisible () |
| proto native bool | IsVisibleHierarchy () |
| proto native void | SetPos (float x, float y, bool immedUpdate=true) |
| proto native void | SetSize (float w, float h, bool immedUpdate=true) |
| proto native void | SetScreenPos (float x, float y, bool immedUpdate=true) |
| proto native void | SetScreenSize (float w, float h, bool immedUpdate=true) |
| proto native void | SetColor (int color) |
| proto native int | GetColor () |
| proto native void | SetRotation (float roll, float pitch, float yaw, bool immedUpdate=true) |
| proto native vector | GetRotation () |
| returns rotation of widget in order roll, pitch, yaw More... | |
| proto native void | SetAlpha (float alpha) |
| proto native float | GetAlpha () |
| proto void | GetPos (out float x, out float y) |
| proto void | GetSize (out float width, out float height) |
| proto void | GetScreenPos (out float x, out float y) |
| proto void | GetScreenSize (out float width, out float height) |
| proto native void | SetTransform (vector mat[4], bool immedUpdate=true) |
| proto native Widget | GetParent () |
| Get parent of the Effect. More... | |
| proto native Widget | GetChildren () |
| proto native Widget | GetSibling () |
| proto native void | AddChild (Widget child, bool immedUpdate=true) |
| proto native void | RemoveChild (Widget child) |
| proto native volatile void | Update () |
| proto void | GetScript (out Class data) |
| proto native Widget | FindWidget (string pathname) |
| proto native Widget | FindAnyWidget (string pathname) |
| proto native Widget | FindAnyWidgetById (int user_id) |
| proto native void | SetHandler (ScriptedWidgetEventHandler eventHandler) |
| proto native void | Unlink () |
| proto native Widget | GetWidgetUnderCursor () |
| proto native Widget | CancelWidgetDragging () |
| proto native Widget | GetDragWidget () |
| proto native void | ReportMouse (int mousex, int mousey, Widget rootWidget) |
| class SpacerBaseWidget extends UIWidget | GetContentAlignmentH () |
| proto native void | AddChildAfter (Widget child, Widget after, bool immedUpdate=true) |
| proto native void | SetContentAlignmentH (WidgetAlignment alignment) |
| proto native WidgetAlignment | GetContentAlignmentV () |
| proto native void | SetContentAlignmentV (WidgetAlignment alignment) |
| proto native bool | IsScrollbarVisible () |
| proto native float | GetContentWidth () |
| proto native float | GetContentHeight () |
| proto native float | GetHScrollPos () |
| proto native float | GetHScrollPos01 () |
| proto native bool | HScrollStep (int steps) |
| proto native void | HScrollToPos (float pos) |
| proto native void | HScrollToPos01 (float pos01) |
| proto native void | HScrollToWidget (Widget child) |
| proto native float | GetVScrollPos () |
| proto native float | GetVScrollPos01 () |
| proto native bool | VScrollStep (int steps) |
| proto native void | VScrollToPos (float pos) |
| proto native void | VScrollToPos01 (float pos01) |
| proto native void | VScrollToWidget (Widget child) |
| proto native void | SetGUIWidget (IEntity ent, int index, RTTextureWidget w) |
| proto native void | SetCursorWidget (Widget cursor) |
| proto native void | ShowCursorWidget (bool show) |
| direct mouse cursor visibility control More... | |
| proto native bool | LoadWidgetImageSet (string filename) |
| proto native void | LoadWidgetStyles (string filename) |
| proto native bool | SetActiveWindow (Widget w, bool resetFocus) |
| proto native void | SetFocus (Widget w) |
| proto native void | SetModal (Widget w) |
| proto native Widget | GetFocus () |
| proto native void | SetWidgetWorld (RenderTargetWidget w, IEntity wrldEntity, int camera) |
| proto native bool | ReloadTexture (string path) |
Variables | |
| WA_LEFT = 0 | |
| WA_RIGHT = 1 | |
| WA_CENTER = 2 | |
| WA_TOP = 0 | |
| WA_BOTTOM = 1 | |
| WorkspaceWidget | Widget () |
| Defined in code. More... | |
| enum VideoCommand | GetScrollbarWidth |
Definition at line 55 of file enwidgets.c.
| typedef TypeID WidgetType |
Definition at line 52 of file enwidgets.c.
| enum ControlID |
| Enumerator | |
|---|---|
| CID_NONE | |
| CID_SELECT | |
| CID_BACK | |
| CID_LEFT | |
| CID_RIGHT | |
| CID_UP | |
| CID_DOWN | |
| CID_MENU | |
| CID_DRAG | |
| CID_TABLEFT | |
| CID_TABRIGHT | |
| CID_RADIALMENU | |
| CID_COUNT | |
Definition at line 633 of file enwidgets.c.
| enum VideoCallback |
| Enumerator | |
|---|---|
| ON_PLAY | |
| ON_PAUSE | |
| ON_STOP | |
| ON_END | |
| ON_LOAD | |
| ON_SEEK | |
| ON_BUFFERING_START | |
| ON_BUFFERING_END | |
Definition at line 530 of file enwidgets.c.
| enum VideoCommand |
Legacy, do not use.
| Enumerator | |
|---|---|
| PLAY | |
| STOP | |
| REWIND | |
| POSITION | |
| REPEAT | |
| ISPLAYING | |
| KILL | |
Definition at line 505 of file enwidgets.c.
| enum VideoState |
Definition at line 516 of file enwidgets.c.
| enum WidgetAlignment |
Definition at line 88 of file enwidgets.c.
| enum WidgetFlags |
Definition at line 57 of file enwidgets.c.
| proto native void GetContentAlignmentH::AddChildAfter | ( | Widget | child, |
| Widget | after, | ||
| bool | immedUpdate = true |
||
| ) |
| proto native Widget CancelWidgetDragging | ( | ) |
| proto native void Enable | ( | bool | enable | ) |
| proto native float GetAlpha | ( | ) |
| proto native Widget GetChildren | ( | ) |
| proto native int GetColor | ( | ) |
| class SpacerBaseWidget extends UIWidget GetContentAlignmentH | ( | ) |
| proto native WidgetAlignment GetContentAlignmentV | ( | ) |
| proto native float GetContentHeight | ( | ) |
| proto native float GetContentWidth | ( | ) |
| proto native Widget GetDragWidget | ( | ) |
| proto native int GetFlags | ( | ) |
| proto native Widget GetFocus | ( | ) |
| proto native float GetHScrollPos | ( | ) |
| proto native float GetHScrollPos01 | ( | ) |
| string GetName | ( | ) |
Definition at line 117 of file syncedvalue.c.
| proto native Widget GetParent | ( | ) |
| proto native vector GetRotation | ( | ) |
returns rotation of widget in order roll, pitch, yaw
| proto void GetScript | ( | out Class | data | ) |
| proto native Widget GetSibling | ( | ) |
| proto native int GetSort | ( | ) |
| proto native owned string GetStyleName | ( | ) |
| proto native WidgetType GetTypeID | ( | ) |
| proto native owned string GetTypeName | ( | ) |
| proto void GetUserData | ( | out Class | data | ) |
| proto native int GetUserID | ( | ) |
| proto native float GetVScrollPos | ( | ) |
| proto native float GetVScrollPos01 | ( | ) |
| proto native Widget GetWidgetUnderCursor | ( | ) |
| proto native void HScrollToPos | ( | float | pos | ) |
| proto native void HScrollToPos01 | ( | float | pos01 | ) |
| proto native void HScrollToWidget | ( | Widget | child | ) |
| proto native bool IsControlClass | ( | ) |
| proto native bool IsScrollbarVisible | ( | ) |
| proto native bool IsVisible | ( | ) |
| proto native bool IsVisibleHierarchy | ( | ) |
| proto native void LoadWidgetStyles | ( | string | filename | ) |
| proto native void RemoveChild | ( | Widget | child | ) |
| proto native void SetAlpha | ( | float | alpha | ) |
| proto native void SetColor | ( | int | color | ) |
| proto native void SetContentAlignmentH | ( | WidgetAlignment | alignment | ) |
| proto native void SetContentAlignmentV | ( | WidgetAlignment | alignment | ) |
| proto native void SetCursorWidget | ( | Widget | cursor | ) |
| proto native void SetFocus | ( | Widget | w | ) |
sets Widget typu RTTextureWidgetTypeID, to which it is possible to reference in shader as $rendertarget it is posible to use only after object selection. When selecting another object, it is necessary to set GUI widget again
| proto native void SetHandler | ( | ScriptedWidgetEventHandler | eventHandler | ) |
| proto native void SetModal | ( | Widget | w | ) |
| proto native void SetName | ( | string | name | ) |
| proto native void SetUserData | ( | Class | data | ) |
| proto native void SetUserID | ( | int | id | ) |
| proto native void ShowCursorWidget | ( | bool | show | ) |
direct mouse cursor visibility control
| proto native void Unlink | ( | ) |
| override void Update | ( | ) |
don't show crosshair if it's disabled in profile or from server
Definition at line 125 of file playersoundmanager.c.
| proto native void VScrollToPos | ( | float | pos | ) |
| proto native void VScrollToPos01 | ( | float | pos01 | ) |
| proto native void VScrollToWidget | ( | Widget | child | ) |
| class GridSpacerWidget extends SpacerWidget GetScrollbarWidth |
| WA_BOTTOM = 1 |
Definition at line 60 of file enwidgets.c.
| WA_CENTER = 2 |
Definition at line 58 of file enwidgets.c.
| WA_LEFT = 0 |
Definition at line 56 of file enwidgets.c.
| WA_RIGHT = 1 |
Definition at line 57 of file enwidgets.c.
| WA_TOP = 0 |
Definition at line 59 of file enwidgets.c.
| proto private void Widget |
Defined in code.