|
Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
|
Functions | |
| void | ClientFunctions (asset::AssetManager &asset_manager, common::Universe &universe, common::scripting::ScriptInterface &script_engine) |
| void | InitClientElements (common::Universe &universe, common::scripting::ScriptInterface &script_engine) |
| void | InitEnums (sol::state &lua) |
| bool | Begin (const std::string &name) |
| std::tuple< bool, bool > | Begin (const std::string &name, bool open) |
| std::tuple< bool, bool > | Begin (const std::string &name, bool open, int flags) |
| void | End () |
| bool | BeginChild (const std::string &name) |
| bool | BeginChild (const std::string &name, float sizeX) |
| bool | BeginChild (const std::string &name, float sizeX, float sizeY) |
| bool | BeginChild (const std::string &name, float sizeX, float sizeY, bool border) |
| bool | BeginChild (const std::string &name, float sizeX, float sizeY, bool border, int flags) |
| void | EndChild () |
| bool | IsWindowAppearing () |
| bool | IsWindowCollapsed () |
| bool | IsWindowFocused () |
| bool | IsWindowFocused (int flags) |
| bool | IsWindowHovered () |
| bool | IsWindowHovered (int flags) |
| ImDrawList * | GetWindowDrawList () |
| float | GetWindowDpiScale () |
| ImGuiViewport * | GetWindowViewport () |
| std::tuple< float, float > | GetWindowPos () |
| std::tuple< float, float > | GetDisplaySize () |
| std::tuple< float, float > | GetWindowSize () |
| float | GetWindowWidth () |
| float | GetWindowHeight () |
| void | SetNextWindowPos (float posX, float posY) |
| void | SetNextWindowPos (float posX, float posY, int cond) |
| void | SetNextWindowPos (float posX, float posY, int cond, float pivotX, float pivotY) |
| void | SetNextWindowSize (float sizeX, float sizeY) |
| void | SetNextWindowSize (float sizeX, float sizeY, int cond) |
| void | SetNextWindowSizeConstraints (float minX, float minY, float maxX, float maxY) |
| void | SetNextWindowContentSize (float sizeX, float sizeY) |
| void | SetNextWindowCollapsed (bool collapsed) |
| void | SetNextWindowCollapsed (bool collapsed, int cond) |
| void | SetNextWindowFocus () |
| void | SetNextWindowBgAlpha (float alpha) |
| void | SetWindowPos (float posX, float posY) |
| void | SetWindowPos (float posX, float posY, int cond) |
| void | SetWindowSize (float sizeX, float sizeY) |
| void | SetWindowSize (float sizeX, float sizeY, int cond) |
| void | SetWindowCollapsed (bool collapsed) |
| void | SetWindowCollapsed (bool collapsed, int cond) |
| void | SetWindowFocus () |
| void | SetWindowFontScale (float scale) |
| void | SetWindowPos (const std::string &name, float posX, float posY) |
| void | SetWindowPos (const std::string &name, float posX, float posY, int cond) |
| void | SetWindowSize (const std::string &name, float sizeX, float sizeY) |
| void | SetWindowSize (const std::string &name, float sizeX, float sizeY, int cond) |
| void | SetWindowCollapsed (const std::string &name, bool collapsed) |
| void | SetWindowCollapsed (const std::string &name, bool collapsed, int cond) |
| void | SetWindowFocus (const std::string &name) |
| std::tuple< float, float > | GetContentRegionMax () |
| std::tuple< float, float > | GetContentRegionAvail () |
| std::tuple< float, float > | GetWindowContentRegionMin () |
| std::tuple< float, float > | GetWindowContentRegionMax () |
| float | GetWindowContentRegionWidth () |
| float | GetScrollX () |
| float | GetScrollY () |
| float | GetScrollMaxX () |
| float | GetScrollMaxY () |
| void | SetScrollX (float scrollX) |
| void | SetScrollY (float scrollY) |
| void | SetScrollHereX () |
| void | SetScrollHereX (float centerXRatio) |
| void | SetScrollHereY () |
| void | SetScrollHereY (float centerYRatio) |
| void | SetScrollFromPosX (float localX) |
| void | SetScrollFromPosX (float localX, float centerXRatio) |
| void | SetScrollFromPosY (float localY) |
| void | SetScrollFromPosY (float localY, float centerYRatio) |
| void | PushFont (ImFont *pFont) |
| void | PopFont () |
| void | PushStyleColor (int idx, float colR, float colG, float colB, float colA) |
| void | PopStyleColor () |
| void | PopStyleColor (int count) |
| void | PushStyleVar (int idx, float val) |
| void | PushStyleVar (int idx, float valX, float valY) |
| void | PopStyleVar () |
| void | PopStyleVar (int count) |
| std::tuple< float, float, float, float > | GetStyleColorVec4 (int idx) |
| ImFont * | GetFont () |
| float | GetFontSize () |
| std::tuple< float, float > | GetFontTexUvWhitePixel () |
| void | PushItemWidth (float itemWidth) |
| void | PopItemWidth () |
| void | SetNextItemWidth (float itemWidth) |
| float | CalcItemWidth () |
| void | PushTextWrapPos () |
| void | PushTextWrapPos (float wrapLocalPosX) |
| void | PopTextWrapPos () |
| void | PushAllowKeyboardFocus (bool allowKeyboardFocus) |
| void | PopAllowKeyboardFocus () |
| void | PushButtonRepeat (bool repeat) |
| void | PopButtonRepeat () |
| void | Separator () |
| void | SameLine () |
| void | SameLine (float offsetFromStartX) |
| void | SameLine (float offsetFromStartX, float spacing) |
| void | NewLine () |
| void | Spacing () |
| void | Dummy (float sizeX, float sizeY) |
| void | Indent () |
| void | Indent (float indentW) |
| void | Unindent () |
| void | Unindent (float indentW) |
| void | BeginGroup () |
| void | EndGroup () |
| std::tuple< float, float > | GetCursorPos () |
| float | GetCursorPosX () |
| float | GetCursorPosY () |
| void | SetCursorPos (float localX, float localY) |
| void | SetCursorPosX (float localX) |
| void | SetCursorPosY (float localY) |
| std::tuple< float, float > | GetCursorStartPos () |
| std::tuple< float, float > | GetCursorScreenPos () |
| void | SetCursorScreenPos (float posX, float posY) |
| void | AlignTextToFramePadding () |
| float | GetTextLineHeight () |
| float | GetTextLineHeightWithSpacing () |
| float | GetFrameHeight () |
| float | GetFrameHeightWithSpacing () |
| void | PushID (const std::string &stringID) |
| void | PushID (const std::string &stringIDBegin, const std::string &stringIDEnd) |
| void | PushID (const void *) |
| void | PushID (int intID) |
| void | PopID () |
| int | GetID (const std::string &stringID) |
| int | GetID (const std::string &stringIDBegin, const std::string &stringIDEnd) |
| int | GetID (const void *) |
| void | TextUnformatted (const std::string &text) |
| void | TextUnformatted (const std::string &text, const std::string &textEnd) |
| void | Text (const std::string &text) |
| void | TextColored (float colR, float colG, float colB, float colA, const std::string &text) |
| void | TextDisabled (const std::string &text) |
| void | TextWrapped (const std::string &text) |
| void | LabelText (const std::string &label, const std::string &text) |
| void | BulletText (const std::string &text) |
| bool | Button (const std::string &label) |
| bool | Button (const std::string &label, float sizeX, float sizeY) |
| bool | SmallButton (const std::string &label) |
| bool | InvisibleButton (const std::string &stringID, float sizeX, float sizeY) |
| bool | ArrowButton (const std::string &stringID, int dir) |
| void | Image () |
| void | ImageButton () |
| std::tuple< bool, bool > | Checkbox (const std::string &label, bool v) |
| bool | CheckboxFlags () |
| bool | RadioButton (const std::string &label, bool active) |
| std::tuple< int, bool > | RadioButton (const std::string &label, int v, int vButton) |
| void | ProgressBar (float fraction) |
| void | ProgressBar (float fraction, float sizeX, float sizeY) |
| void | ProgressBar (float fraction, float sizeX, float sizeY, const std::string &overlay) |
| void | Bullet () |
| bool | BeginCombo (const std::string &label, const std::string &previewValue) |
| bool | BeginCombo (const std::string &label, const std::string &previewValue, int flags) |
| void | EndCombo () |
| std::tuple< int, bool > | Combo (const std::string &label, int currentItem, const sol::table &items, int itemsCount) |
| std::tuple< int, bool > | Combo (const std::string &label, int currentItem, const sol::table &items, int itemsCount, int popupMaxHeightInItems) |
| std::tuple< int, bool > | Combo (const std::string &label, int currentItem, const std::string &itemsSeparatedByZeros) |
| std::tuple< int, bool > | Combo (const std::string &label, int currentItem, const std::string &itemsSeparatedByZeros, int popupMaxHeightInItems) |
| std::tuple< float, bool > | DragFloat (const std::string &label, float v) |
| std::tuple< float, bool > | DragFloat (const std::string &label, float v, float v_speed) |
| std::tuple< float, bool > | DragFloat (const std::string &label, float v, float v_speed, float v_min) |
| std::tuple< float, bool > | DragFloat (const std::string &label, float v, float v_speed, float v_min, float v_max) |
| std::tuple< float, bool > | DragFloat (const std::string &label, float v, float v_speed, float v_min, float v_max, const std::string &format) |
| std::tuple< float, bool > | DragFloat (const std::string &label, float v, float v_speed, float v_min, float v_max, const std::string &format, float power) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat2 (const std::string &label, const sol::table &v) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat2 (const std::string &label, const sol::table &v, float v_speed) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat2 (const std::string &label, const sol::table &v, float v_speed, float v_min) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat2 (const std::string &label, const sol::table &v, float v_speed, float v_min, float v_max) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat2 (const std::string &label, const sol::table &v, float v_speed, float v_min, float v_max, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat2 (const std::string &label, const sol::table &v, float v_speed, float v_min, float v_max, const std::string &format, float power) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat3 (const std::string &label, const sol::table &v) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat3 (const std::string &label, const sol::table &v, float v_speed) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat3 (const std::string &label, const sol::table &v, float v_speed, float v_min) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat3 (const std::string &label, const sol::table &v, float v_speed, float v_min, float v_max) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat3 (const std::string &label, const sol::table &v, float v_speed, float v_min, float v_max, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat3 (const std::string &label, const sol::table &v, float v_speed, float v_min, float v_max, const std::string &format, float power) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat4 (const std::string &label, const sol::table &v) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat4 (const std::string &label, const sol::table &v, float v_speed) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat4 (const std::string &label, const sol::table &v, float v_speed, float v_min) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat4 (const std::string &label, const sol::table &v, float v_speed, float v_min, float v_max) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat4 (const std::string &label, const sol::table &v, float v_speed, float v_min, float v_max, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | DragFloat4 (const std::string &label, const sol::table &v, float v_speed, float v_min, float v_max, const std::string &format, float power) |
| void | DragFloatRange2 () |
| std::tuple< int, bool > | DragInt (const std::string &label, int v) |
| std::tuple< int, bool > | DragInt (const std::string &label, int v, float v_speed) |
| std::tuple< int, bool > | DragInt (const std::string &label, int v, float v_speed, int v_min) |
| std::tuple< int, bool > | DragInt (const std::string &label, int v, float v_speed, int v_min, int v_max) |
| std::tuple< int, bool > | DragInt (const std::string &label, int v, float v_speed, int v_min, int v_max, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt2 (const std::string &label, const sol::table &v) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt2 (const std::string &label, const sol::table &v, float v_speed) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt2 (const std::string &label, const sol::table &v, float v_speed, int v_min) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt2 (const std::string &label, const sol::table &v, float v_speed, int v_min, int v_max) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt2 (const std::string &label, const sol::table &v, float v_speed, int v_min, int v_max, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt3 (const std::string &label, const sol::table &v) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt3 (const std::string &label, const sol::table &v, float v_speed) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt3 (const std::string &label, const sol::table &v, float v_speed, int v_min) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt3 (const std::string &label, const sol::table &v, float v_speed, int v_min, int v_max) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt3 (const std::string &label, const sol::table &v, float v_speed, int v_min, int v_max, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt4 (const std::string &label, const sol::table &v) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt4 (const std::string &label, const sol::table &v, float v_speed) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt4 (const std::string &label, const sol::table &v, float v_speed, int v_min) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt4 (const std::string &label, const sol::table &v, float v_speed, int v_min, int v_max) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | DragInt4 (const std::string &label, const sol::table &v, float v_speed, int v_min, int v_max, const std::string &format) |
| void | DragIntRange2 () |
| void | DragScalar () |
| void | DragScalarN () |
| std::tuple< float, bool > | SliderFloat (const std::string &label, float v, float v_min, float v_max) |
| std::tuple< float, bool > | SliderFloat (const std::string &label, float v, float v_min, float v_max, const std::string &format) |
| std::tuple< float, bool > | SliderFloat (const std::string &label, float v, float v_min, float v_max, const std::string &format, float power) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | SliderFloat2 (const std::string &label, const sol::table &v, float v_min, float v_max) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | SliderFloat2 (const std::string &label, const sol::table &v, float v_min, float v_max, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | SliderFloat2 (const std::string &label, const sol::table &v, float v_min, float v_max, const std::string &format, float power) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | SliderFloat3 (const std::string &label, const sol::table &v, float v_min, float v_max) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | SliderFloat3 (const std::string &label, const sol::table &v, float v_min, float v_max, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | SliderFloat3 (const std::string &label, const sol::table &v, float v_min, float v_max, const std::string &format, float power) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | SliderFloat4 (const std::string &label, const sol::table &v, float v_min, float v_max) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | SliderFloat4 (const std::string &label, const sol::table &v, float v_min, float v_max, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | SliderFloat4 (const std::string &label, const sol::table &v, float v_min, float v_max, const std::string &format, float power) |
| std::tuple< float, bool > | SliderAngle (const std::string &label, float v_rad) |
| std::tuple< float, bool > | SliderAngle (const std::string &label, float v_rad, float v_degrees_min) |
| std::tuple< float, bool > | SliderAngle (const std::string &label, float v_rad, float v_degrees_min, float v_degrees_max) |
| std::tuple< float, bool > | SliderAngle (const std::string &label, float v_rad, float v_degrees_min, float v_degrees_max, const std::string &format) |
| std::tuple< int, bool > | SliderInt (const std::string &label, int v, int v_min, int v_max) |
| std::tuple< int, bool > | SliderInt (const std::string &label, int v, int v_min, int v_max, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | SliderInt2 (const std::string &label, const sol::table &v, int v_min, int v_max) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | SliderInt2 (const std::string &label, const sol::table &v, int v_min, int v_max, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | SliderInt3 (const std::string &label, const sol::table &v, int v_min, int v_max) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | SliderInt3 (const std::string &label, const sol::table &v, int v_min, int v_max, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | SliderInt4 (const std::string &label, const sol::table &v, int v_min, int v_max) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | SliderInt4 (const std::string &label, const sol::table &v, int v_min, int v_max, const std::string &format) |
| void | SliderScalar () |
| void | SliderScalarN () |
| std::tuple< float, bool > | VSliderFloat (const std::string &label, float sizeX, float sizeY, float v, float v_min, float v_max) |
| std::tuple< float, bool > | VSliderFloat (const std::string &label, float sizeX, float sizeY, float v, float v_min, float v_max, const std::string &format) |
| std::tuple< float, bool > | VSliderFloat (const std::string &label, float sizeX, float sizeY, float v, float v_min, float v_max, const std::string &format, float power) |
| std::tuple< int, bool > | VSliderInt (const std::string &label, float sizeX, float sizeY, int v, int v_min, int v_max) |
| std::tuple< int, bool > | VSliderInt (const std::string &label, float sizeX, float sizeY, int v, int v_min, int v_max, const std::string &format) |
| void | VSliderScalar () |
| std::tuple< std::string, bool > | InputText (const std::string &label, std::string text, unsigned int buf_size) |
| std::tuple< std::string, bool > | InputText (const std::string &label, std::string text, unsigned int buf_size, int flags) |
| std::tuple< std::string, bool > | InputTextMultiline (const std::string &label, std::string text, unsigned int buf_size) |
| std::tuple< std::string, bool > | InputTextMultiline (const std::string &label, std::string text, unsigned int buf_size, float sizeX, float sizeY) |
| std::tuple< std::string, bool > | InputTextMultiline (const std::string &label, std::string text, unsigned int buf_size, float sizeX, float sizeY, int flags) |
| std::tuple< std::string, bool > | InputTextWithHint (const std::string &label, const std::string &hint, std::string text, unsigned int buf_size) |
| std::tuple< std::string, bool > | InputTextWithHint (const std::string &label, const std::string &hint, std::string text, unsigned int buf_size, int flags) |
| std::tuple< float, bool > | InputFloat (const std::string &label, float v) |
| std::tuple< float, bool > | InputFloat (const std::string &label, float v, float step) |
| std::tuple< float, bool > | InputFloat (const std::string &label, float v, float step, float step_fast) |
| std::tuple< float, bool > | InputFloat (const std::string &label, float v, float step, float step_fast, const std::string &format) |
| std::tuple< float, bool > | InputFloat (const std::string &label, float v, float step, float step_fast, const std::string &format, int flags) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | InputFloat2 (const std::string &label, const sol::table &v) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | InputFloat2 (const std::string &label, const sol::table &v, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | InputFloat2 (const std::string &label, const sol::table &v, const std::string &format, int flags) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | InputFloat3 (const std::string &label, const sol::table &v) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | InputFloat3 (const std::string &label, const sol::table &v, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | InputFloat3 (const std::string &label, const sol::table &v, const std::string &format, int flags) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | InputFloat4 (const std::string &label, const sol::table &v) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | InputFloat4 (const std::string &label, const sol::table &v, const std::string &format) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | InputFloat4 (const std::string &label, const sol::table &v, const std::string &format, int flags) |
| std::tuple< int, bool > | InputInt (const std::string &label, int v) |
| std::tuple< int, bool > | InputInt (const std::string &label, int v, int step) |
| std::tuple< int, bool > | InputInt (const std::string &label, int v, int step, int step_fast) |
| std::tuple< int, bool > | InputInt (const std::string &label, int v, int step, int step_fast, int flags) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | InputInt2 (const std::string &label, const sol::table &v) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | InputInt2 (const std::string &label, const sol::table &v, int flags) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | InputInt3 (const std::string &label, const sol::table &v) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | InputInt3 (const std::string &label, const sol::table &v, int flags) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | InputInt4 (const std::string &label, const sol::table &v) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > | InputInt4 (const std::string &label, const sol::table &v, int flags) |
| std::tuple< double, bool > | InputDouble (const std::string &label, double v) |
| std::tuple< double, bool > | InputDouble (const std::string &label, double v, double step) |
| std::tuple< double, bool > | InputDouble (const std::string &label, double v, double step, double step_fast) |
| std::tuple< double, bool > | InputDouble (const std::string &label, double v, double step, double step_fast, const std::string &format) |
| std::tuple< double, bool > | InputDouble (const std::string &label, double v, double step, double step_fast, const std::string &format, int flags) |
| void | InputScalar () |
| void | InputScalarN () |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | ColorEdit3 (const std::string &label, const sol::table &col) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | ColorEdit3 (const std::string &label, const sol::table &col, int flags) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | ColorEdit4 (const std::string &label, const sol::table &col) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | ColorEdit4 (const std::string &label, const sol::table &col, int flags) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | ColorPicker3 (const std::string &label, const sol::table &col) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | ColorPicker3 (const std::string &label, const sol::table &col, int flags) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | ColorPicker4 (const std::string &label, const sol::table &col) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > | ColorPicker4 (const std::string &label, const sol::table &col, int flags) |
| bool | ColorButton (const std::string &desc_id, const sol::table &col) |
| bool | ColorButton (const std::string &desc_id, const sol::table &col, int flags) |
| bool | ColorButton (const std::string &desc_id, const sol::table &col, int flags, float sizeX, float sizeY) |
| void | SetColorEditOptions (int flags) |
| bool | TreeNode (const std::string &label) |
| bool | TreeNode (const std::string &label, const std::string &fmt) |
| bool | TreeNodeEx (const std::string &label) |
| bool | TreeNodeEx (const std::string &label, int flags) |
| bool | TreeNodeEx (const std::string &label, int flags, const std::string &fmt) |
| void | TreePush (const std::string &str_id) |
| void | TreePop () |
| float | GetTreeNodeToLabelSpacing () |
| bool | CollapsingHeader (const std::string &label) |
| bool | CollapsingHeader (const std::string &label, int flags) |
| std::tuple< bool, bool > | CollapsingHeader (const std::string &label, bool open) |
| std::tuple< bool, bool > | CollapsingHeader (const std::string &label, bool open, int flags) |
| void | SetNextItemOpen (bool is_open) |
| void | SetNextItemOpen (bool is_open, int cond) |
| bool | Selectable (const std::string &label) |
| bool | Selectable (const std::string &label, bool selected) |
| bool | Selectable (const std::string &label, bool selected, int flags) |
| bool | Selectable (const std::string &label, bool selected, int flags, float sizeX, float sizeY) |
| std::tuple< int, bool > | ListBox (const std::string &label, int current_item, const sol::table &items, int items_count) |
| std::tuple< int, bool > | ListBox (const std::string &label, int current_item, const sol::table &items, int items_count, int height_in_items) |
| bool | ListBoxHeader (const std::string &label, float sizeX, float sizeY) |
| bool | ListBoxHeader (const std::string &label, int items_count) |
| bool | ListBoxHeader (const std::string &label, int items_count, int height_in_items) |
| void | ListBoxFooter () |
| void | Value (const std::string &prefix, bool b) |
| void | Value (const std::string &prefix, int v) |
| void | Value (const std::string &prefix, unsigned int v) |
| void | Value (const std::string &prefix, float v) |
| void | Value (const std::string &prefix, float v, const std::string &float_format) |
| bool | BeginMenuBar () |
| void | EndMenuBar () |
| bool | BeginMainMenuBar () |
| void | EndMainMenuBar () |
| bool | BeginMenu (const std::string &label) |
| bool | BeginMenu (const std::string &label, bool enabled) |
| void | EndMenu () |
| bool | MenuItem (const std::string &label) |
| bool | MenuItem (const std::string &label, const std::string &shortcut) |
| std::tuple< bool, bool > | MenuItem (const std::string &label, const std::string &shortcut, bool selected) |
| std::tuple< bool, bool > | MenuItem (const std::string &label, const std::string &shortcut, bool selected, bool enabled) |
| void | BeginTooltip () |
| void | EndTooltip () |
| void | SetTooltip (const std::string &fmt) |
| void | SetTooltipV () |
| bool | BeginPopup (const std::string &str_id) |
| bool | BeginPopup (const std::string &str_id, int flags) |
| bool | BeginPopupModal (const std::string &name) |
| bool | BeginPopupModal (const std::string &name, bool open) |
| bool | BeginPopupModal (const std::string &name, bool open, int flags) |
| void | EndPopup () |
| void | OpenPopup (const std::string &str_id) |
| void | OpenPopup (const std::string &str_id, int popup_flags) |
| void | OpenPopupOnItemClick () |
| void | OpenPopupContextItem (const std::string &str_id) |
| bool | OpenPopupContextItem (const std::string &str_id, int popup_flags) |
| void | CloseCurrentPopup () |
| bool | BeginPopupContextItem () |
| bool | BeginPopupContextItem (const std::string &str_id) |
| bool | BeginPopupContextItem (const std::string &str_id, int popup_flags) |
| bool | BeginPopupContextWindow () |
| bool | BeginPopupContextWindow (const std::string &str_id) |
| bool | BeginPopupContextWindow (const std::string &str_id, int popup_flags) |
| bool | BeginPopupContextVoid () |
| bool | BeginPopupContextVoid (const std::string &str_id) |
| bool | BeginPopupContextVoid (const std::string &str_id, int popup_flags) |
| bool | IsPopupOpen (const std::string &str_id) |
| bool | IsPopupOpen (const std::string &str_id, int popup_flags) |
| void | Columns () |
| void | Columns (int count) |
| void | Columns (int count, const std::string &id) |
| void | Columns (int count, const std::string &id, bool border) |
| void | NextColumn () |
| int | GetColumnIndex () |
| float | GetColumnWidth () |
| float | GetColumnWidth (int column_index) |
| void | SetColumnWidth (int column_index, float width) |
| float | GetColumnOffset () |
| float | GetColumnOffset (int column_index) |
| void | SetColumnOffset (int column_index, float offset_x) |
| int | GetColumnsCount () |
| bool | BeginTabBar (const std::string &str_id) |
| bool | BeginTabBar (const std::string &str_id, int flags) |
| void | EndTabBar () |
| bool | BeginTabItem (const std::string &label) |
| std::tuple< bool, bool > | BeginTabItem (const std::string &label, bool open) |
| std::tuple< bool, bool > | BeginTabItem (const std::string &label, bool open, int flags) |
| void | EndTabItem () |
| void | SetTabItemClosed (const std::string &tab_or_docked_window_label) |
| void | LogToTTY () |
| void | LogToTTY (int auto_open_depth) |
| void | LogToFile () |
| void | LogToFile (int auto_open_depth) |
| void | LogToFile (int auto_open_depth, const std::string &filename) |
| void | LogToClipboard () |
| void | LogToClipboard (int auto_open_depth) |
| void | LogFinish () |
| void | LogButtons () |
| void | LogText (const std::string &fmt) |
| void | PushClipRect (float min_x, float min_y, float max_x, float max_y, bool intersect_current) |
| void | PopClipRect () |
| void | SetItemDefaultFocus () |
| void | SetKeyboardFocusHere () |
| void | SetKeyboardFocusHere (int offset) |
| bool | IsItemHovered () |
| bool | IsItemHovered (int flags) |
| bool | IsItemActive () |
| bool | IsItemFocused () |
| bool | IsItemClicked () |
| bool | IsItemClicked (int mouse_button) |
| bool | IsItemVisible () |
| bool | IsItemEdited () |
| bool | IsItemActivated () |
| bool | IsItemDeactivated () |
| bool | IsItemDeactivatedAfterEdit () |
| bool | IsItemToggledOpen () |
| bool | IsAnyItemHovered () |
| bool | IsAnyItemActive () |
| bool | IsAnyItemFocused () |
| std::tuple< float, float > | GetItemRectMin () |
| std::tuple< float, float > | GetItemRectMax () |
| std::tuple< float, float > | GetItemRectSize () |
| void | SetItemAllowOverlap () |
| bool | IsRectVisible (float sizeX, float sizeY) |
| bool | IsRectVisible (float minX, float minY, float maxX, float maxY) |
| double | GetTime () |
| int | GetFrameCount () |
| std::string | GetStyleColorName (int idx) |
| bool | BeginChildFrame (unsigned int id, float sizeX, float sizeY) |
| bool | BeginChildFrame (unsigned int id, float sizeX, float sizeY, int flags) |
| void | EndChildFrame () |
| std::tuple< float, float > | CalcTextSize (const std::string &text) |
| std::tuple< float, float > | CalcTextSize (const std::string &text, const std::string &text_end) |
| std::tuple< float, float > | CalcTextSize (const std::string &text, const std::string &text_end, bool hide_text_after_double_hash) |
| std::tuple< float, float > | CalcTextSize (const std::string &text, const std::string &text_end, bool hide_text_after_double_hash, float wrap_width) |
| std::tuple< float, float, float > | ColorConvertRGBtoHSV (float r, float g, float b) |
| std::tuple< float, float, float > | ColorConvertHSVtoRGB (float h, float s, float v) |
| int | GetKeyIndex (int imgui_key) |
| bool | IsKeyDown (int user_key_index) |
| bool | IsKeyPressed (int user_key_index) |
| bool | IsKeyPressed (int user_key_index, bool repeat) |
| bool | IsKeyReleased (int user_key_index) |
| int | GetKeyPressedAmount (int key_index, float repeat_delay, float rate) |
| void | CaptureKeyboardFromApp () |
| void | CaptureKeyboardFromApp (bool want_capture_keyboard_value) |
| bool | IsMouseDown (int button) |
| bool | IsMouseClicked (int button) |
| bool | IsMouseClicked (int button, bool repeat) |
| bool | IsMouseReleased (int button) |
| bool | IsMouseDoubleClicked (int button) |
| bool | IsMouseHoveringRect (float min_x, float min_y, float max_x, float max_y) |
| bool | IsMouseHoveringRect (float min_x, float min_y, float max_x, float max_y, bool clip) |
| bool | IsMousePosValid () |
| bool | IsAnyMouseDown () |
| std::tuple< float, float > | GetMousePos () |
| std::tuple< float, float > | GetMousePosOnOpeningCurrentPopup () |
| bool | IsMouseDragging (int button) |
| bool | IsMouseDragging (int button, float lock_threshold) |
| std::tuple< float, float > | GetMouseDragDelta () |
| std::tuple< float, float > | GetMouseDragDelta (int button) |
| std::tuple< float, float > | GetMouseDragDelta (int button, float lock_threshold) |
| void | ResetMouseDragDelta () |
| void | ResetMouseDragDelta (int button) |
| int | GetMouseCursor () |
| void | SetMouseCursor (int cursor_type) |
| void | CaptureMouseFromApp () |
| void | CaptureMouseFromApp (bool want_capture_mouse_value) |
| std::string | GetClipboardText () |
| void | SetClipboardText (const std::string &text) |
| void | LoadImGuiFunctions (common::Universe &universe, common::scripting::ScriptInterface &script_engine) |
| void cqsp::client::scripting::AlignTextToFramePadding | ( | ) |
| bool cqsp::client::scripting::ArrowButton | ( | const std::string & | stringID, |
| int | dir | ||
| ) |
| bool cqsp::client::scripting::Begin | ( | const std::string & | name | ) |
| std::tuple< bool, bool > cqsp::client::scripting::Begin | ( | const std::string & | name, |
| bool | open | ||
| ) |
| std::tuple< bool, bool > cqsp::client::scripting::Begin | ( | const std::string & | name, |
| bool | open, | ||
| int | flags | ||
| ) |
| bool cqsp::client::scripting::BeginChild | ( | const std::string & | name | ) |
| bool cqsp::client::scripting::BeginChild | ( | const std::string & | name, |
| float | sizeX | ||
| ) |
| bool cqsp::client::scripting::BeginChild | ( | const std::string & | name, |
| float | sizeX, | ||
| float | sizeY | ||
| ) |
| bool cqsp::client::scripting::BeginChild | ( | const std::string & | name, |
| float | sizeX, | ||
| float | sizeY, | ||
| bool | border | ||
| ) |
| bool cqsp::client::scripting::BeginChild | ( | const std::string & | name, |
| float | sizeX, | ||
| float | sizeY, | ||
| bool | border, | ||
| int | flags | ||
| ) |
| bool cqsp::client::scripting::BeginChildFrame | ( | unsigned int | id, |
| float | sizeX, | ||
| float | sizeY | ||
| ) |
| bool cqsp::client::scripting::BeginChildFrame | ( | unsigned int | id, |
| float | sizeX, | ||
| float | sizeY, | ||
| int | flags | ||
| ) |
| bool cqsp::client::scripting::BeginCombo | ( | const std::string & | label, |
| const std::string & | previewValue | ||
| ) |
| bool cqsp::client::scripting::BeginCombo | ( | const std::string & | label, |
| const std::string & | previewValue, | ||
| int | flags | ||
| ) |
| void cqsp::client::scripting::BeginGroup | ( | ) |
| bool cqsp::client::scripting::BeginMainMenuBar | ( | ) |
| bool cqsp::client::scripting::BeginMenu | ( | const std::string & | label | ) |
| bool cqsp::client::scripting::BeginMenu | ( | const std::string & | label, |
| bool | enabled | ||
| ) |
| bool cqsp::client::scripting::BeginMenuBar | ( | ) |
| bool cqsp::client::scripting::BeginPopup | ( | const std::string & | str_id | ) |
| bool cqsp::client::scripting::BeginPopup | ( | const std::string & | str_id, |
| int | flags | ||
| ) |
| bool cqsp::client::scripting::BeginPopupContextItem | ( | ) |
| bool cqsp::client::scripting::BeginPopupContextItem | ( | const std::string & | str_id | ) |
| bool cqsp::client::scripting::BeginPopupContextItem | ( | const std::string & | str_id, |
| int | popup_flags | ||
| ) |
| bool cqsp::client::scripting::BeginPopupContextVoid | ( | ) |
| bool cqsp::client::scripting::BeginPopupContextVoid | ( | const std::string & | str_id | ) |
| bool cqsp::client::scripting::BeginPopupContextVoid | ( | const std::string & | str_id, |
| int | popup_flags | ||
| ) |
| bool cqsp::client::scripting::BeginPopupContextWindow | ( | ) |
| bool cqsp::client::scripting::BeginPopupContextWindow | ( | const std::string & | str_id | ) |
| bool cqsp::client::scripting::BeginPopupContextWindow | ( | const std::string & | str_id, |
| int | popup_flags | ||
| ) |
| bool cqsp::client::scripting::BeginPopupModal | ( | const std::string & | name | ) |
| bool cqsp::client::scripting::BeginPopupModal | ( | const std::string & | name, |
| bool | open | ||
| ) |
| bool cqsp::client::scripting::BeginPopupModal | ( | const std::string & | name, |
| bool | open, | ||
| int | flags | ||
| ) |
| bool cqsp::client::scripting::BeginTabBar | ( | const std::string & | str_id | ) |
| bool cqsp::client::scripting::BeginTabBar | ( | const std::string & | str_id, |
| int | flags | ||
| ) |
| bool cqsp::client::scripting::BeginTabItem | ( | const std::string & | label | ) |
| std::tuple< bool, bool > cqsp::client::scripting::BeginTabItem | ( | const std::string & | label, |
| bool | open | ||
| ) |
| std::tuple< bool, bool > cqsp::client::scripting::BeginTabItem | ( | const std::string & | label, |
| bool | open, | ||
| int | flags | ||
| ) |
| void cqsp::client::scripting::BeginTooltip | ( | ) |
| void cqsp::client::scripting::Bullet | ( | ) |
| void cqsp::client::scripting::BulletText | ( | const std::string & | text | ) |
| bool cqsp::client::scripting::Button | ( | const std::string & | label | ) |
| bool cqsp::client::scripting::Button | ( | const std::string & | label, |
| float | sizeX, | ||
| float | sizeY | ||
| ) |
| float cqsp::client::scripting::CalcItemWidth | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::CalcTextSize | ( | const std::string & | text | ) |
| std::tuple< float, float > cqsp::client::scripting::CalcTextSize | ( | const std::string & | text, |
| const std::string & | text_end | ||
| ) |
| std::tuple< float, float > cqsp::client::scripting::CalcTextSize | ( | const std::string & | text, |
| const std::string & | text_end, | ||
| bool | hide_text_after_double_hash | ||
| ) |
| std::tuple< float, float > cqsp::client::scripting::CalcTextSize | ( | const std::string & | text, |
| const std::string & | text_end, | ||
| bool | hide_text_after_double_hash, | ||
| float | wrap_width | ||
| ) |
| void cqsp::client::scripting::CaptureKeyboardFromApp | ( | ) |
| void cqsp::client::scripting::CaptureKeyboardFromApp | ( | bool | want_capture_keyboard_value | ) |
| void cqsp::client::scripting::CaptureMouseFromApp | ( | ) |
| void cqsp::client::scripting::CaptureMouseFromApp | ( | bool | want_capture_mouse_value | ) |
| std::tuple< bool, bool > cqsp::client::scripting::Checkbox | ( | const std::string & | label, |
| bool | v | ||
| ) |
| bool cqsp::client::scripting::CheckboxFlags | ( | ) |
| void cqsp::client::scripting::ClientFunctions | ( | asset::AssetManager & | asset_manager, |
| common::Universe & | universe, | ||
| common::scripting::ScriptInterface & | script_engine | ||
| ) |
| void cqsp::client::scripting::CloseCurrentPopup | ( | ) |
| bool cqsp::client::scripting::CollapsingHeader | ( | const std::string & | label | ) |
| std::tuple< bool, bool > cqsp::client::scripting::CollapsingHeader | ( | const std::string & | label, |
| bool | open | ||
| ) |
| std::tuple< bool, bool > cqsp::client::scripting::CollapsingHeader | ( | const std::string & | label, |
| bool | open, | ||
| int | flags | ||
| ) |
| bool cqsp::client::scripting::CollapsingHeader | ( | const std::string & | label, |
| int | flags | ||
| ) |
| bool cqsp::client::scripting::ColorButton | ( | const std::string & | desc_id, |
| const sol::table & | col | ||
| ) |
| bool cqsp::client::scripting::ColorButton | ( | const std::string & | desc_id, |
| const sol::table & | col, | ||
| int | flags | ||
| ) |
| bool cqsp::client::scripting::ColorButton | ( | const std::string & | desc_id, |
| const sol::table & | col, | ||
| int | flags, | ||
| float | sizeX, | ||
| float | sizeY | ||
| ) |
| std::tuple< float, float, float > cqsp::client::scripting::ColorConvertHSVtoRGB | ( | float | h, |
| float | s, | ||
| float | v | ||
| ) |
| std::tuple< float, float, float > cqsp::client::scripting::ColorConvertRGBtoHSV | ( | float | r, |
| float | g, | ||
| float | b | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::ColorEdit3 | ( | const std::string & | label, |
| const sol::table & | col | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::ColorEdit3 | ( | const std::string & | label, |
| const sol::table & | col, | ||
| int | flags | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::ColorEdit4 | ( | const std::string & | label, |
| const sol::table & | col | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::ColorEdit4 | ( | const std::string & | label, |
| const sol::table & | col, | ||
| int | flags | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::ColorPicker3 | ( | const std::string & | label, |
| const sol::table & | col | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::ColorPicker3 | ( | const std::string & | label, |
| const sol::table & | col, | ||
| int | flags | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::ColorPicker4 | ( | const std::string & | label, |
| const sol::table & | col | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::ColorPicker4 | ( | const std::string & | label, |
| const sol::table & | col, | ||
| int | flags | ||
| ) |
| void cqsp::client::scripting::Columns | ( | ) |
| void cqsp::client::scripting::Columns | ( | int | count | ) |
| void cqsp::client::scripting::Columns | ( | int | count, |
| const std::string & | id | ||
| ) |
| void cqsp::client::scripting::Columns | ( | int | count, |
| const std::string & | id, | ||
| bool | border | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::Combo | ( | const std::string & | label, |
| int | currentItem, | ||
| const sol::table & | items, | ||
| int | itemsCount | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::Combo | ( | const std::string & | label, |
| int | currentItem, | ||
| const sol::table & | items, | ||
| int | itemsCount, | ||
| int | popupMaxHeightInItems | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::Combo | ( | const std::string & | label, |
| int | currentItem, | ||
| const std::string & | itemsSeparatedByZeros | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::Combo | ( | const std::string & | label, |
| int | currentItem, | ||
| const std::string & | itemsSeparatedByZeros, | ||
| int | popupMaxHeightInItems | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::DragFloat | ( | const std::string & | label, |
| float | v | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::DragFloat | ( | const std::string & | label, |
| float | v, | ||
| float | v_speed | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::DragFloat | ( | const std::string & | label, |
| float | v, | ||
| float | v_speed, | ||
| float | v_min | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::DragFloat | ( | const std::string & | label, |
| float | v, | ||
| float | v_speed, | ||
| float | v_min, | ||
| float | v_max | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::DragFloat | ( | const std::string & | label, |
| float | v, | ||
| float | v_speed, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::DragFloat | ( | const std::string & | label, |
| float | v, | ||
| float | v_speed, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format, | ||
| float | power | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat2 | ( | const std::string & | label, |
| const sol::table & | v | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| float | v_min | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| float | v_min, | ||
| float | v_max | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format, | ||
| float | power | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat3 | ( | const std::string & | label, |
| const sol::table & | v | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| float | v_min | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| float | v_min, | ||
| float | v_max | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format, | ||
| float | power | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat4 | ( | const std::string & | label, |
| const sol::table & | v | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| float | v_min | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| float | v_min, | ||
| float | v_max | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::DragFloat4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format, | ||
| float | power | ||
| ) |
| void cqsp::client::scripting::DragFloatRange2 | ( | ) |
| std::tuple< int, bool > cqsp::client::scripting::DragInt | ( | const std::string & | label, |
| int | v | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::DragInt | ( | const std::string & | label, |
| int | v, | ||
| float | v_speed | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::DragInt | ( | const std::string & | label, |
| int | v, | ||
| float | v_speed, | ||
| int | v_min | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::DragInt | ( | const std::string & | label, |
| int | v, | ||
| float | v_speed, | ||
| int | v_min, | ||
| int | v_max | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::DragInt | ( | const std::string & | label, |
| int | v, | ||
| float | v_speed, | ||
| int | v_min, | ||
| int | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt2 | ( | const std::string & | label, |
| const sol::table & | v | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| int | v_min | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| int | v_min, | ||
| int | v_max | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| int | v_min, | ||
| int | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt3 | ( | const std::string & | label, |
| const sol::table & | v | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| int | v_min | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| int | v_min, | ||
| int | v_max | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| int | v_min, | ||
| int | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt4 | ( | const std::string & | label, |
| const sol::table & | v | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| int | v_min | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| int | v_min, | ||
| int | v_max | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::DragInt4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_speed, | ||
| int | v_min, | ||
| int | v_max, | ||
| const std::string & | format | ||
| ) |
| void cqsp::client::scripting::DragIntRange2 | ( | ) |
| void cqsp::client::scripting::DragScalar | ( | ) |
| void cqsp::client::scripting::DragScalarN | ( | ) |
| void cqsp::client::scripting::Dummy | ( | float | sizeX, |
| float | sizeY | ||
| ) |
| void cqsp::client::scripting::End | ( | ) |
| void cqsp::client::scripting::EndChild | ( | ) |
| void cqsp::client::scripting::EndChildFrame | ( | ) |
| void cqsp::client::scripting::EndCombo | ( | ) |
| void cqsp::client::scripting::EndGroup | ( | ) |
| void cqsp::client::scripting::EndMainMenuBar | ( | ) |
| void cqsp::client::scripting::EndMenu | ( | ) |
| void cqsp::client::scripting::EndMenuBar | ( | ) |
| void cqsp::client::scripting::EndPopup | ( | ) |
| void cqsp::client::scripting::EndTabBar | ( | ) |
| void cqsp::client::scripting::EndTabItem | ( | ) |
| void cqsp::client::scripting::EndTooltip | ( | ) |
| std::string cqsp::client::scripting::GetClipboardText | ( | ) |
| int cqsp::client::scripting::GetColumnIndex | ( | ) |
| float cqsp::client::scripting::GetColumnOffset | ( | ) |
| float cqsp::client::scripting::GetColumnOffset | ( | int | column_index | ) |
| int cqsp::client::scripting::GetColumnsCount | ( | ) |
| float cqsp::client::scripting::GetColumnWidth | ( | ) |
| float cqsp::client::scripting::GetColumnWidth | ( | int | column_index | ) |
| std::tuple< float, float > cqsp::client::scripting::GetContentRegionAvail | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetContentRegionMax | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetCursorPos | ( | ) |
| float cqsp::client::scripting::GetCursorPosX | ( | ) |
| float cqsp::client::scripting::GetCursorPosY | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetCursorScreenPos | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetCursorStartPos | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetDisplaySize | ( | ) |
| ImFont * cqsp::client::scripting::GetFont | ( | ) |
| float cqsp::client::scripting::GetFontSize | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetFontTexUvWhitePixel | ( | ) |
| int cqsp::client::scripting::GetFrameCount | ( | ) |
| float cqsp::client::scripting::GetFrameHeight | ( | ) |
| float cqsp::client::scripting::GetFrameHeightWithSpacing | ( | ) |
| int cqsp::client::scripting::GetID | ( | const std::string & | stringID | ) |
| int cqsp::client::scripting::GetID | ( | const std::string & | stringIDBegin, |
| const std::string & | stringIDEnd | ||
| ) |
| int cqsp::client::scripting::GetID | ( | const void * | ) |
| std::tuple< float, float > cqsp::client::scripting::GetItemRectMax | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetItemRectMin | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetItemRectSize | ( | ) |
| int cqsp::client::scripting::GetKeyIndex | ( | int | imgui_key | ) |
| int cqsp::client::scripting::GetKeyPressedAmount | ( | int | key_index, |
| float | repeat_delay, | ||
| float | rate | ||
| ) |
| int cqsp::client::scripting::GetMouseCursor | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetMouseDragDelta | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetMouseDragDelta | ( | int | button | ) |
| std::tuple< float, float > cqsp::client::scripting::GetMouseDragDelta | ( | int | button, |
| float | lock_threshold | ||
| ) |
| std::tuple< float, float > cqsp::client::scripting::GetMousePos | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetMousePosOnOpeningCurrentPopup | ( | ) |
| float cqsp::client::scripting::GetScrollMaxX | ( | ) |
| float cqsp::client::scripting::GetScrollMaxY | ( | ) |
| float cqsp::client::scripting::GetScrollX | ( | ) |
| float cqsp::client::scripting::GetScrollY | ( | ) |
| std::string cqsp::client::scripting::GetStyleColorName | ( | int | idx | ) |
| std::tuple< float, float, float, float > cqsp::client::scripting::GetStyleColorVec4 | ( | int | idx | ) |
| float cqsp::client::scripting::GetTextLineHeight | ( | ) |
| float cqsp::client::scripting::GetTextLineHeightWithSpacing | ( | ) |
| double cqsp::client::scripting::GetTime | ( | ) |
| float cqsp::client::scripting::GetTreeNodeToLabelSpacing | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetWindowContentRegionMax | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetWindowContentRegionMin | ( | ) |
| float cqsp::client::scripting::GetWindowContentRegionWidth | ( | ) |
| float cqsp::client::scripting::GetWindowDpiScale | ( | ) |
| ImDrawList * cqsp::client::scripting::GetWindowDrawList | ( | ) |
| float cqsp::client::scripting::GetWindowHeight | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetWindowPos | ( | ) |
| std::tuple< float, float > cqsp::client::scripting::GetWindowSize | ( | ) |
| ImGuiViewport * cqsp::client::scripting::GetWindowViewport | ( | ) |
| float cqsp::client::scripting::GetWindowWidth | ( | ) |
| void cqsp::client::scripting::Image | ( | ) |
| void cqsp::client::scripting::ImageButton | ( | ) |
| void cqsp::client::scripting::Indent | ( | ) |
| void cqsp::client::scripting::Indent | ( | float | indentW | ) |
| void cqsp::client::scripting::InitClientElements | ( | common::Universe & | universe, |
| common::scripting::ScriptInterface & | script_engine | ||
| ) |
| void cqsp::client::scripting::InitEnums | ( | sol::state & | lua | ) |
| std::tuple< double, bool > cqsp::client::scripting::InputDouble | ( | const std::string & | label, |
| double | v | ||
| ) |
| std::tuple< double, bool > cqsp::client::scripting::InputDouble | ( | const std::string & | label, |
| double | v, | ||
| double | step | ||
| ) |
| std::tuple< double, bool > cqsp::client::scripting::InputDouble | ( | const std::string & | label, |
| double | v, | ||
| double | step, | ||
| double | step_fast | ||
| ) |
| std::tuple< double, bool > cqsp::client::scripting::InputDouble | ( | const std::string & | label, |
| double | v, | ||
| double | step, | ||
| double | step_fast, | ||
| const std::string & | format | ||
| ) |
| std::tuple< double, bool > cqsp::client::scripting::InputDouble | ( | const std::string & | label, |
| double | v, | ||
| double | step, | ||
| double | step_fast, | ||
| const std::string & | format, | ||
| int | flags | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::InputFloat | ( | const std::string & | label, |
| float | v | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::InputFloat | ( | const std::string & | label, |
| float | v, | ||
| float | step | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::InputFloat | ( | const std::string & | label, |
| float | v, | ||
| float | step, | ||
| float | step_fast | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::InputFloat | ( | const std::string & | label, |
| float | v, | ||
| float | step, | ||
| float | step_fast, | ||
| const std::string & | format | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::InputFloat | ( | const std::string & | label, |
| float | v, | ||
| float | step, | ||
| float | step_fast, | ||
| const std::string & | format, | ||
| int | flags | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::InputFloat2 | ( | const std::string & | label, |
| const sol::table & | v | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::InputFloat2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::InputFloat2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| const std::string & | format, | ||
| int | flags | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::InputFloat3 | ( | const std::string & | label, |
| const sol::table & | v | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::InputFloat3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::InputFloat3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| const std::string & | format, | ||
| int | flags | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::InputFloat4 | ( | const std::string & | label, |
| const sol::table & | v | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::InputFloat4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::InputFloat4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| const std::string & | format, | ||
| int | flags | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::InputInt | ( | const std::string & | label, |
| int | v | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::InputInt | ( | const std::string & | label, |
| int | v, | ||
| int | step | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::InputInt | ( | const std::string & | label, |
| int | v, | ||
| int | step, | ||
| int | step_fast | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::InputInt | ( | const std::string & | label, |
| int | v, | ||
| int | step, | ||
| int | step_fast, | ||
| int | flags | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::InputInt2 | ( | const std::string & | label, |
| const sol::table & | v | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::InputInt2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| int | flags | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::InputInt3 | ( | const std::string & | label, |
| const sol::table & | v | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::InputInt3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| int | flags | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::InputInt4 | ( | const std::string & | label, |
| const sol::table & | v | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::InputInt4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| int | flags | ||
| ) |
| void cqsp::client::scripting::InputScalar | ( | ) |
| void cqsp::client::scripting::InputScalarN | ( | ) |
| std::tuple< std::string, bool > cqsp::client::scripting::InputText | ( | const std::string & | label, |
| std::string | text, | ||
| unsigned int | buf_size | ||
| ) |
| std::tuple< std::string, bool > cqsp::client::scripting::InputText | ( | const std::string & | label, |
| std::string | text, | ||
| unsigned int | buf_size, | ||
| int | flags | ||
| ) |
| std::tuple< std::string, bool > cqsp::client::scripting::InputTextMultiline | ( | const std::string & | label, |
| std::string | text, | ||
| unsigned int | buf_size | ||
| ) |
| std::tuple< std::string, bool > cqsp::client::scripting::InputTextMultiline | ( | const std::string & | label, |
| std::string | text, | ||
| unsigned int | buf_size, | ||
| float | sizeX, | ||
| float | sizeY | ||
| ) |
| std::tuple< std::string, bool > cqsp::client::scripting::InputTextMultiline | ( | const std::string & | label, |
| std::string | text, | ||
| unsigned int | buf_size, | ||
| float | sizeX, | ||
| float | sizeY, | ||
| int | flags | ||
| ) |
| std::tuple< std::string, bool > cqsp::client::scripting::InputTextWithHint | ( | const std::string & | label, |
| const std::string & | hint, | ||
| std::string | text, | ||
| unsigned int | buf_size | ||
| ) |
| std::tuple< std::string, bool > cqsp::client::scripting::InputTextWithHint | ( | const std::string & | label, |
| const std::string & | hint, | ||
| std::string | text, | ||
| unsigned int | buf_size, | ||
| int | flags | ||
| ) |
| bool cqsp::client::scripting::InvisibleButton | ( | const std::string & | stringID, |
| float | sizeX, | ||
| float | sizeY | ||
| ) |
| bool cqsp::client::scripting::IsAnyItemActive | ( | ) |
| bool cqsp::client::scripting::IsAnyItemFocused | ( | ) |
| bool cqsp::client::scripting::IsAnyItemHovered | ( | ) |
| bool cqsp::client::scripting::IsAnyMouseDown | ( | ) |
| bool cqsp::client::scripting::IsItemActivated | ( | ) |
| bool cqsp::client::scripting::IsItemActive | ( | ) |
| bool cqsp::client::scripting::IsItemClicked | ( | ) |
| bool cqsp::client::scripting::IsItemClicked | ( | int | mouse_button | ) |
| bool cqsp::client::scripting::IsItemDeactivated | ( | ) |
| bool cqsp::client::scripting::IsItemDeactivatedAfterEdit | ( | ) |
| bool cqsp::client::scripting::IsItemEdited | ( | ) |
| bool cqsp::client::scripting::IsItemFocused | ( | ) |
| bool cqsp::client::scripting::IsItemHovered | ( | ) |
| bool cqsp::client::scripting::IsItemHovered | ( | int | flags | ) |
| bool cqsp::client::scripting::IsItemToggledOpen | ( | ) |
| bool cqsp::client::scripting::IsItemVisible | ( | ) |
| bool cqsp::client::scripting::IsKeyDown | ( | int | user_key_index | ) |
| bool cqsp::client::scripting::IsKeyPressed | ( | int | user_key_index | ) |
| bool cqsp::client::scripting::IsKeyPressed | ( | int | user_key_index, |
| bool | repeat | ||
| ) |
| bool cqsp::client::scripting::IsKeyReleased | ( | int | user_key_index | ) |
| bool cqsp::client::scripting::IsMouseClicked | ( | int | button | ) |
| bool cqsp::client::scripting::IsMouseClicked | ( | int | button, |
| bool | repeat | ||
| ) |
| bool cqsp::client::scripting::IsMouseDoubleClicked | ( | int | button | ) |
| bool cqsp::client::scripting::IsMouseDown | ( | int | button | ) |
| bool cqsp::client::scripting::IsMouseDragging | ( | int | button | ) |
| bool cqsp::client::scripting::IsMouseDragging | ( | int | button, |
| float | lock_threshold | ||
| ) |
| bool cqsp::client::scripting::IsMouseHoveringRect | ( | float | min_x, |
| float | min_y, | ||
| float | max_x, | ||
| float | max_y | ||
| ) |
| bool cqsp::client::scripting::IsMouseHoveringRect | ( | float | min_x, |
| float | min_y, | ||
| float | max_x, | ||
| float | max_y, | ||
| bool | clip | ||
| ) |
| bool cqsp::client::scripting::IsMousePosValid | ( | ) |
| bool cqsp::client::scripting::IsMouseReleased | ( | int | button | ) |
| bool cqsp::client::scripting::IsPopupOpen | ( | const std::string & | str_id | ) |
| bool cqsp::client::scripting::IsPopupOpen | ( | const std::string & | str_id, |
| int | popup_flags | ||
| ) |
| bool cqsp::client::scripting::IsRectVisible | ( | float | minX, |
| float | minY, | ||
| float | maxX, | ||
| float | maxY | ||
| ) |
| bool cqsp::client::scripting::IsRectVisible | ( | float | sizeX, |
| float | sizeY | ||
| ) |
| bool cqsp::client::scripting::IsWindowAppearing | ( | ) |
| bool cqsp::client::scripting::IsWindowCollapsed | ( | ) |
| bool cqsp::client::scripting::IsWindowFocused | ( | ) |
| bool cqsp::client::scripting::IsWindowFocused | ( | int | flags | ) |
| bool cqsp::client::scripting::IsWindowHovered | ( | ) |
| bool cqsp::client::scripting::IsWindowHovered | ( | int | flags | ) |
| void cqsp::client::scripting::LabelText | ( | const std::string & | label, |
| const std::string & | text | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::ListBox | ( | const std::string & | label, |
| int | current_item, | ||
| const sol::table & | items, | ||
| int | items_count | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::ListBox | ( | const std::string & | label, |
| int | current_item, | ||
| const sol::table & | items, | ||
| int | items_count, | ||
| int | height_in_items | ||
| ) |
| void cqsp::client::scripting::ListBoxFooter | ( | ) |
| bool cqsp::client::scripting::ListBoxHeader | ( | const std::string & | label, |
| float | sizeX, | ||
| float | sizeY | ||
| ) |
| bool cqsp::client::scripting::ListBoxHeader | ( | const std::string & | label, |
| int | items_count | ||
| ) |
| bool cqsp::client::scripting::ListBoxHeader | ( | const std::string & | label, |
| int | items_count, | ||
| int | height_in_items | ||
| ) |
| void cqsp::client::scripting::LoadImGuiFunctions | ( | common::Universe & | universe, |
| common::scripting::ScriptInterface & | script_engine | ||
| ) |
| void cqsp::client::scripting::LogButtons | ( | ) |
| void cqsp::client::scripting::LogFinish | ( | ) |
| void cqsp::client::scripting::LogText | ( | const std::string & | fmt | ) |
| void cqsp::client::scripting::LogToClipboard | ( | ) |
| void cqsp::client::scripting::LogToClipboard | ( | int | auto_open_depth | ) |
| void cqsp::client::scripting::LogToFile | ( | ) |
| void cqsp::client::scripting::LogToFile | ( | int | auto_open_depth | ) |
| void cqsp::client::scripting::LogToFile | ( | int | auto_open_depth, |
| const std::string & | filename | ||
| ) |
| void cqsp::client::scripting::LogToTTY | ( | ) |
| void cqsp::client::scripting::LogToTTY | ( | int | auto_open_depth | ) |
| bool cqsp::client::scripting::MenuItem | ( | const std::string & | label | ) |
| bool cqsp::client::scripting::MenuItem | ( | const std::string & | label, |
| const std::string & | shortcut | ||
| ) |
| std::tuple< bool, bool > cqsp::client::scripting::MenuItem | ( | const std::string & | label, |
| const std::string & | shortcut, | ||
| bool | selected | ||
| ) |
| std::tuple< bool, bool > cqsp::client::scripting::MenuItem | ( | const std::string & | label, |
| const std::string & | shortcut, | ||
| bool | selected, | ||
| bool | enabled | ||
| ) |
| void cqsp::client::scripting::NewLine | ( | ) |
| void cqsp::client::scripting::NextColumn | ( | ) |
| void cqsp::client::scripting::OpenPopup | ( | const std::string & | str_id | ) |
| void cqsp::client::scripting::OpenPopup | ( | const std::string & | str_id, |
| int | popup_flags | ||
| ) |
| void cqsp::client::scripting::OpenPopupContextItem | ( | const std::string & | str_id | ) |
| bool cqsp::client::scripting::OpenPopupContextItem | ( | const std::string & | str_id, |
| int | popup_flags | ||
| ) |
| void cqsp::client::scripting::OpenPopupOnItemClick | ( | ) |
| void cqsp::client::scripting::PopAllowKeyboardFocus | ( | ) |
| void cqsp::client::scripting::PopButtonRepeat | ( | ) |
| void cqsp::client::scripting::PopClipRect | ( | ) |
| void cqsp::client::scripting::PopFont | ( | ) |
| void cqsp::client::scripting::PopID | ( | ) |
| void cqsp::client::scripting::PopItemWidth | ( | ) |
| void cqsp::client::scripting::PopStyleColor | ( | ) |
| void cqsp::client::scripting::PopStyleColor | ( | int | count | ) |
| void cqsp::client::scripting::PopStyleVar | ( | ) |
| void cqsp::client::scripting::PopStyleVar | ( | int | count | ) |
| void cqsp::client::scripting::PopTextWrapPos | ( | ) |
| void cqsp::client::scripting::ProgressBar | ( | float | fraction | ) |
| void cqsp::client::scripting::ProgressBar | ( | float | fraction, |
| float | sizeX, | ||
| float | sizeY | ||
| ) |
| void cqsp::client::scripting::ProgressBar | ( | float | fraction, |
| float | sizeX, | ||
| float | sizeY, | ||
| const std::string & | overlay | ||
| ) |
| void cqsp::client::scripting::PushAllowKeyboardFocus | ( | bool | allowKeyboardFocus | ) |
| void cqsp::client::scripting::PushButtonRepeat | ( | bool | repeat | ) |
| void cqsp::client::scripting::PushClipRect | ( | float | min_x, |
| float | min_y, | ||
| float | max_x, | ||
| float | max_y, | ||
| bool | intersect_current | ||
| ) |
| void cqsp::client::scripting::PushFont | ( | ImFont * | pFont | ) |
| void cqsp::client::scripting::PushID | ( | const std::string & | stringID | ) |
| void cqsp::client::scripting::PushID | ( | const std::string & | stringIDBegin, |
| const std::string & | stringIDEnd | ||
| ) |
| void cqsp::client::scripting::PushID | ( | const void * | ) |
| void cqsp::client::scripting::PushID | ( | int | intID | ) |
| void cqsp::client::scripting::PushItemWidth | ( | float | itemWidth | ) |
| void cqsp::client::scripting::PushStyleColor | ( | int | idx, |
| float | colR, | ||
| float | colG, | ||
| float | colB, | ||
| float | colA | ||
| ) |
| void cqsp::client::scripting::PushStyleVar | ( | int | idx, |
| float | val | ||
| ) |
| void cqsp::client::scripting::PushStyleVar | ( | int | idx, |
| float | valX, | ||
| float | valY | ||
| ) |
| void cqsp::client::scripting::PushTextWrapPos | ( | ) |
| void cqsp::client::scripting::PushTextWrapPos | ( | float | wrapLocalPosX | ) |
| bool cqsp::client::scripting::RadioButton | ( | const std::string & | label, |
| bool | active | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::RadioButton | ( | const std::string & | label, |
| int | v, | ||
| int | vButton | ||
| ) |
| void cqsp::client::scripting::ResetMouseDragDelta | ( | ) |
| void cqsp::client::scripting::ResetMouseDragDelta | ( | int | button | ) |
| void cqsp::client::scripting::SameLine | ( | ) |
| void cqsp::client::scripting::SameLine | ( | float | offsetFromStartX | ) |
| void cqsp::client::scripting::SameLine | ( | float | offsetFromStartX, |
| float | spacing | ||
| ) |
| bool cqsp::client::scripting::Selectable | ( | const std::string & | label | ) |
| bool cqsp::client::scripting::Selectable | ( | const std::string & | label, |
| bool | selected | ||
| ) |
| bool cqsp::client::scripting::Selectable | ( | const std::string & | label, |
| bool | selected, | ||
| int | flags | ||
| ) |
| bool cqsp::client::scripting::Selectable | ( | const std::string & | label, |
| bool | selected, | ||
| int | flags, | ||
| float | sizeX, | ||
| float | sizeY | ||
| ) |
| void cqsp::client::scripting::Separator | ( | ) |
| void cqsp::client::scripting::SetClipboardText | ( | const std::string & | text | ) |
| void cqsp::client::scripting::SetColorEditOptions | ( | int | flags | ) |
| void cqsp::client::scripting::SetColumnOffset | ( | int | column_index, |
| float | offset_x | ||
| ) |
| void cqsp::client::scripting::SetColumnWidth | ( | int | column_index, |
| float | width | ||
| ) |
| void cqsp::client::scripting::SetCursorPos | ( | float | localX, |
| float | localY | ||
| ) |
| void cqsp::client::scripting::SetCursorPosX | ( | float | localX | ) |
| void cqsp::client::scripting::SetCursorPosY | ( | float | localY | ) |
| void cqsp::client::scripting::SetCursorScreenPos | ( | float | posX, |
| float | posY | ||
| ) |
| void cqsp::client::scripting::SetItemAllowOverlap | ( | ) |
| void cqsp::client::scripting::SetItemDefaultFocus | ( | ) |
| void cqsp::client::scripting::SetKeyboardFocusHere | ( | ) |
| void cqsp::client::scripting::SetKeyboardFocusHere | ( | int | offset | ) |
| void cqsp::client::scripting::SetMouseCursor | ( | int | cursor_type | ) |
| void cqsp::client::scripting::SetNextItemOpen | ( | bool | is_open | ) |
| void cqsp::client::scripting::SetNextItemOpen | ( | bool | is_open, |
| int | cond | ||
| ) |
| void cqsp::client::scripting::SetNextItemWidth | ( | float | itemWidth | ) |
| void cqsp::client::scripting::SetNextWindowBgAlpha | ( | float | alpha | ) |
| void cqsp::client::scripting::SetNextWindowCollapsed | ( | bool | collapsed | ) |
| void cqsp::client::scripting::SetNextWindowCollapsed | ( | bool | collapsed, |
| int | cond | ||
| ) |
| void cqsp::client::scripting::SetNextWindowContentSize | ( | float | sizeX, |
| float | sizeY | ||
| ) |
| void cqsp::client::scripting::SetNextWindowFocus | ( | ) |
| void cqsp::client::scripting::SetNextWindowPos | ( | float | posX, |
| float | posY | ||
| ) |
| void cqsp::client::scripting::SetNextWindowPos | ( | float | posX, |
| float | posY, | ||
| int | cond | ||
| ) |
| void cqsp::client::scripting::SetNextWindowPos | ( | float | posX, |
| float | posY, | ||
| int | cond, | ||
| float | pivotX, | ||
| float | pivotY | ||
| ) |
| void cqsp::client::scripting::SetNextWindowSize | ( | float | sizeX, |
| float | sizeY | ||
| ) |
| void cqsp::client::scripting::SetNextWindowSize | ( | float | sizeX, |
| float | sizeY, | ||
| int | cond | ||
| ) |
| void cqsp::client::scripting::SetNextWindowSizeConstraints | ( | float | minX, |
| float | minY, | ||
| float | maxX, | ||
| float | maxY | ||
| ) |
| void cqsp::client::scripting::SetScrollFromPosX | ( | float | localX | ) |
| void cqsp::client::scripting::SetScrollFromPosX | ( | float | localX, |
| float | centerXRatio | ||
| ) |
| void cqsp::client::scripting::SetScrollFromPosY | ( | float | localY | ) |
| void cqsp::client::scripting::SetScrollFromPosY | ( | float | localY, |
| float | centerYRatio | ||
| ) |
| void cqsp::client::scripting::SetScrollHereX | ( | ) |
| void cqsp::client::scripting::SetScrollHereX | ( | float | centerXRatio | ) |
| void cqsp::client::scripting::SetScrollHereY | ( | ) |
| void cqsp::client::scripting::SetScrollHereY | ( | float | centerYRatio | ) |
| void cqsp::client::scripting::SetScrollX | ( | float | scrollX | ) |
| void cqsp::client::scripting::SetScrollY | ( | float | scrollY | ) |
| void cqsp::client::scripting::SetTabItemClosed | ( | const std::string & | tab_or_docked_window_label | ) |
| void cqsp::client::scripting::SetTooltip | ( | const std::string & | fmt | ) |
| void cqsp::client::scripting::SetTooltipV | ( | ) |
| void cqsp::client::scripting::SetWindowCollapsed | ( | bool | collapsed | ) |
| void cqsp::client::scripting::SetWindowCollapsed | ( | bool | collapsed, |
| int | cond | ||
| ) |
| void cqsp::client::scripting::SetWindowCollapsed | ( | const std::string & | name, |
| bool | collapsed | ||
| ) |
| void cqsp::client::scripting::SetWindowCollapsed | ( | const std::string & | name, |
| bool | collapsed, | ||
| int | cond | ||
| ) |
| void cqsp::client::scripting::SetWindowFocus | ( | ) |
| void cqsp::client::scripting::SetWindowFocus | ( | const std::string & | name | ) |
| void cqsp::client::scripting::SetWindowFontScale | ( | float | scale | ) |
| void cqsp::client::scripting::SetWindowPos | ( | const std::string & | name, |
| float | posX, | ||
| float | posY | ||
| ) |
| void cqsp::client::scripting::SetWindowPos | ( | const std::string & | name, |
| float | posX, | ||
| float | posY, | ||
| int | cond | ||
| ) |
| void cqsp::client::scripting::SetWindowPos | ( | float | posX, |
| float | posY | ||
| ) |
| void cqsp::client::scripting::SetWindowPos | ( | float | posX, |
| float | posY, | ||
| int | cond | ||
| ) |
| void cqsp::client::scripting::SetWindowSize | ( | const std::string & | name, |
| float | sizeX, | ||
| float | sizeY | ||
| ) |
| void cqsp::client::scripting::SetWindowSize | ( | const std::string & | name, |
| float | sizeX, | ||
| float | sizeY, | ||
| int | cond | ||
| ) |
| void cqsp::client::scripting::SetWindowSize | ( | float | sizeX, |
| float | sizeY | ||
| ) |
| void cqsp::client::scripting::SetWindowSize | ( | float | sizeX, |
| float | sizeY, | ||
| int | cond | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::SliderAngle | ( | const std::string & | label, |
| float | v_rad | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::SliderAngle | ( | const std::string & | label, |
| float | v_rad, | ||
| float | v_degrees_min | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::SliderAngle | ( | const std::string & | label, |
| float | v_rad, | ||
| float | v_degrees_min, | ||
| float | v_degrees_max | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::SliderAngle | ( | const std::string & | label, |
| float | v_rad, | ||
| float | v_degrees_min, | ||
| float | v_degrees_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::SliderFloat | ( | const std::string & | label, |
| float | v, | ||
| float | v_min, | ||
| float | v_max | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::SliderFloat | ( | const std::string & | label, |
| float | v, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::SliderFloat | ( | const std::string & | label, |
| float | v, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format, | ||
| float | power | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::SliderFloat2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_min, | ||
| float | v_max | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::SliderFloat2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::SliderFloat2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format, | ||
| float | power | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::SliderFloat3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_min, | ||
| float | v_max | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::SliderFloat3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::SliderFloat3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format, | ||
| float | power | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::SliderFloat4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_min, | ||
| float | v_max | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::SliderFloat4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< float > >, bool > cqsp::client::scripting::SliderFloat4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format, | ||
| float | power | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::SliderInt | ( | const std::string & | label, |
| int | v, | ||
| int | v_min, | ||
| int | v_max | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::SliderInt | ( | const std::string & | label, |
| int | v, | ||
| int | v_min, | ||
| int | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::SliderInt2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| int | v_min, | ||
| int | v_max | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::SliderInt2 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| int | v_min, | ||
| int | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::SliderInt3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| int | v_min, | ||
| int | v_max | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::SliderInt3 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| int | v_min, | ||
| int | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::SliderInt4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| int | v_min, | ||
| int | v_max | ||
| ) |
| std::tuple< sol::as_table_t< std::vector< int > >, bool > cqsp::client::scripting::SliderInt4 | ( | const std::string & | label, |
| const sol::table & | v, | ||
| int | v_min, | ||
| int | v_max, | ||
| const std::string & | format | ||
| ) |
| void cqsp::client::scripting::SliderScalar | ( | ) |
| void cqsp::client::scripting::SliderScalarN | ( | ) |
| bool cqsp::client::scripting::SmallButton | ( | const std::string & | label | ) |
| void cqsp::client::scripting::Spacing | ( | ) |
| void cqsp::client::scripting::Text | ( | const std::string & | text | ) |
| void cqsp::client::scripting::TextColored | ( | float | colR, |
| float | colG, | ||
| float | colB, | ||
| float | colA, | ||
| const std::string & | text | ||
| ) |
| void cqsp::client::scripting::TextDisabled | ( | const std::string & | text | ) |
| void cqsp::client::scripting::TextUnformatted | ( | const std::string & | text | ) |
| void cqsp::client::scripting::TextUnformatted | ( | const std::string & | text, |
| const std::string & | textEnd | ||
| ) |
| void cqsp::client::scripting::TextWrapped | ( | const std::string & | text | ) |
| bool cqsp::client::scripting::TreeNode | ( | const std::string & | label | ) |
| bool cqsp::client::scripting::TreeNode | ( | const std::string & | label, |
| const std::string & | fmt | ||
| ) |
| bool cqsp::client::scripting::TreeNodeEx | ( | const std::string & | label | ) |
| bool cqsp::client::scripting::TreeNodeEx | ( | const std::string & | label, |
| int | flags | ||
| ) |
| bool cqsp::client::scripting::TreeNodeEx | ( | const std::string & | label, |
| int | flags, | ||
| const std::string & | fmt | ||
| ) |
| void cqsp::client::scripting::TreePop | ( | ) |
| void cqsp::client::scripting::TreePush | ( | const std::string & | str_id | ) |
| void cqsp::client::scripting::Unindent | ( | ) |
| void cqsp::client::scripting::Unindent | ( | float | indentW | ) |
| void cqsp::client::scripting::Value | ( | const std::string & | prefix, |
| bool | b | ||
| ) |
| void cqsp::client::scripting::Value | ( | const std::string & | prefix, |
| float | v | ||
| ) |
| void cqsp::client::scripting::Value | ( | const std::string & | prefix, |
| float | v, | ||
| const std::string & | float_format | ||
| ) |
| void cqsp::client::scripting::Value | ( | const std::string & | prefix, |
| int | v | ||
| ) |
| void cqsp::client::scripting::Value | ( | const std::string & | prefix, |
| unsigned int | v | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::VSliderFloat | ( | const std::string & | label, |
| float | sizeX, | ||
| float | sizeY, | ||
| float | v, | ||
| float | v_min, | ||
| float | v_max | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::VSliderFloat | ( | const std::string & | label, |
| float | sizeX, | ||
| float | sizeY, | ||
| float | v, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format | ||
| ) |
| std::tuple< float, bool > cqsp::client::scripting::VSliderFloat | ( | const std::string & | label, |
| float | sizeX, | ||
| float | sizeY, | ||
| float | v, | ||
| float | v_min, | ||
| float | v_max, | ||
| const std::string & | format, | ||
| float | power | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::VSliderInt | ( | const std::string & | label, |
| float | sizeX, | ||
| float | sizeY, | ||
| int | v, | ||
| int | v_min, | ||
| int | v_max | ||
| ) |
| std::tuple< int, bool > cqsp::client::scripting::VSliderInt | ( | const std::string & | label, |
| float | sizeX, | ||
| float | sizeY, | ||
| int | v, | ||
| int | v_min, | ||
| int | v_max, | ||
| const std::string & | format | ||
| ) |
| void cqsp::client::scripting::VSliderScalar | ( | ) |