mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
move bindings around
This commit is contained in:
parent
1bce618684
commit
b5a8bfe399
546 changed files with 8 additions and 8 deletions
|
|
@ -0,0 +1,20 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
public unsafe partial class ImPlot
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,180 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
#if NET5_0_OR_GREATER
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate int Formatter([NativeName(NativeNameType.Param, "value")] [NativeName(NativeNameType.Type, "double")] double value, [NativeName(NativeNameType.Param, "buff")] [NativeName(NativeNameType.Type, "char*")] byte* buff, [NativeName(NativeNameType.Param, "size")] [NativeName(NativeNameType.Type, "int")] int size, [NativeName(NativeNameType.Param, "user_data")] [NativeName(NativeNameType.Type, "void*")] void* userData);
|
||||
|
||||
#else
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate int Formatter([NativeName(NativeNameType.Param, "value")] [NativeName(NativeNameType.Type, "double")] double value, [NativeName(NativeNameType.Param, "buff")] [NativeName(NativeNameType.Type, "char*")] nint buff, [NativeName(NativeNameType.Param, "size")] [NativeName(NativeNameType.Type, "int")] int size, [NativeName(NativeNameType.Param, "user_data")] [NativeName(NativeNameType.Type, "void*")] nint userData);
|
||||
|
||||
#endif
|
||||
|
||||
#if NET5_0_OR_GREATER
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate void Locator([NativeName(NativeNameType.Param, "ticker")] [NativeName(NativeNameType.Type, "ImPlotTicker&")] ImPlotTicker* ticker, [NativeName(NativeNameType.Param, "range")] [NativeName(NativeNameType.Type, "const ImPlotRange&")] ImPlotRange* range, [NativeName(NativeNameType.Param, "pixels")] [NativeName(NativeNameType.Type, "float")] float pixels, [NativeName(NativeNameType.Param, "vertical")] [NativeName(NativeNameType.Type, "bool")] byte vertical, [NativeName(NativeNameType.Param, "formatter")] [NativeName(NativeNameType.Type, "ImPlotFormatter")] delegate*<double, byte*, int, void*, int> formatter, [NativeName(NativeNameType.Param, "formatter_data")] [NativeName(NativeNameType.Type, "void*")] void* formatterData);
|
||||
|
||||
#else
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate void Locator([NativeName(NativeNameType.Param, "ticker")] [NativeName(NativeNameType.Type, "ImPlotTicker&")] nint ticker, [NativeName(NativeNameType.Param, "range")] [NativeName(NativeNameType.Type, "const ImPlotRange&")] nint range, [NativeName(NativeNameType.Param, "pixels")] [NativeName(NativeNameType.Type, "float")] float pixels, [NativeName(NativeNameType.Param, "vertical")] [NativeName(NativeNameType.Type, "bool")] byte vertical, [NativeName(NativeNameType.Param, "formatter")] [NativeName(NativeNameType.Type, "ImPlotFormatter")] nint formatter, [NativeName(NativeNameType.Param, "formatter_data")] [NativeName(NativeNameType.Type, "void*")] nint formatterData);
|
||||
|
||||
#endif
|
||||
|
||||
#if NET5_0_OR_GREATER
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate double TransformForward([NativeName(NativeNameType.Param, "value")] [NativeName(NativeNameType.Type, "double")] double value, [NativeName(NativeNameType.Param, "user_data")] [NativeName(NativeNameType.Type, "void*")] void* userData);
|
||||
|
||||
#else
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate double TransformForward([NativeName(NativeNameType.Param, "value")] [NativeName(NativeNameType.Type, "double")] double value, [NativeName(NativeNameType.Param, "user_data")] [NativeName(NativeNameType.Type, "void*")] nint userData);
|
||||
|
||||
#endif
|
||||
|
||||
#if NET5_0_OR_GREATER
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate double TransformInverse([NativeName(NativeNameType.Param, "value")] [NativeName(NativeNameType.Type, "double")] double value, [NativeName(NativeNameType.Param, "user_data")] [NativeName(NativeNameType.Type, "void*")] void* userData);
|
||||
|
||||
#else
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate double TransformInverse([NativeName(NativeNameType.Param, "value")] [NativeName(NativeNameType.Type, "double")] double value, [NativeName(NativeNameType.Param, "user_data")] [NativeName(NativeNameType.Type, "void*")] nint userData);
|
||||
|
||||
#endif
|
||||
|
||||
#if NET5_0_OR_GREATER
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate int UserFormatter([NativeName(NativeNameType.Param, "value")] [NativeName(NativeNameType.Type, "double")] double value, [NativeName(NativeNameType.Param, "buff")] [NativeName(NativeNameType.Type, "char*")] byte* buff, [NativeName(NativeNameType.Param, "size")] [NativeName(NativeNameType.Type, "int")] int size, [NativeName(NativeNameType.Param, "user_data")] [NativeName(NativeNameType.Type, "void*")] void* userData);
|
||||
|
||||
#else
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate int UserFormatter([NativeName(NativeNameType.Param, "value")] [NativeName(NativeNameType.Type, "double")] double value, [NativeName(NativeNameType.Param, "buff")] [NativeName(NativeNameType.Type, "char*")] nint buff, [NativeName(NativeNameType.Param, "size")] [NativeName(NativeNameType.Type, "int")] int size, [NativeName(NativeNameType.Param, "user_data")] [NativeName(NativeNameType.Type, "void*")] nint userData);
|
||||
|
||||
#endif
|
||||
|
||||
#if NET5_0_OR_GREATER
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate int ImPlotFormatter([NativeName(NativeNameType.Param, "value")] [NativeName(NativeNameType.Type, "double")] double value, [NativeName(NativeNameType.Param, "buff")] [NativeName(NativeNameType.Type, "char*")] byte* buff, [NativeName(NativeNameType.Param, "size")] [NativeName(NativeNameType.Type, "int")] int size, [NativeName(NativeNameType.Param, "user_data")] [NativeName(NativeNameType.Type, "void*")] void* userData);
|
||||
|
||||
#else
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate int ImPlotFormatter([NativeName(NativeNameType.Param, "value")] [NativeName(NativeNameType.Type, "double")] double value, [NativeName(NativeNameType.Param, "buff")] [NativeName(NativeNameType.Type, "char*")] nint buff, [NativeName(NativeNameType.Param, "size")] [NativeName(NativeNameType.Type, "int")] int size, [NativeName(NativeNameType.Param, "user_data")] [NativeName(NativeNameType.Type, "void*")] nint userData);
|
||||
|
||||
#endif
|
||||
|
||||
#if NET5_0_OR_GREATER
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate void ImPlotLocator([NativeName(NativeNameType.Param, "ticker")] [NativeName(NativeNameType.Type, "ImPlotTicker&")] ImPlotTicker* ticker, [NativeName(NativeNameType.Param, "range")] [NativeName(NativeNameType.Type, "const ImPlotRange&")] ImPlotRange* range, [NativeName(NativeNameType.Param, "pixels")] [NativeName(NativeNameType.Type, "float")] float pixels, [NativeName(NativeNameType.Param, "vertical")] [NativeName(NativeNameType.Type, "bool")] byte vertical, [NativeName(NativeNameType.Param, "formatter")] [NativeName(NativeNameType.Type, "ImPlotFormatter")] delegate*<double, byte*, int, void*, int> formatter, [NativeName(NativeNameType.Param, "formatter_data")] [NativeName(NativeNameType.Type, "void*")] void* formatterData);
|
||||
|
||||
#else
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate void ImPlotLocator([NativeName(NativeNameType.Param, "ticker")] [NativeName(NativeNameType.Type, "ImPlotTicker&")] nint ticker, [NativeName(NativeNameType.Param, "range")] [NativeName(NativeNameType.Type, "const ImPlotRange&")] nint range, [NativeName(NativeNameType.Param, "pixels")] [NativeName(NativeNameType.Type, "float")] float pixels, [NativeName(NativeNameType.Param, "vertical")] [NativeName(NativeNameType.Type, "bool")] byte vertical, [NativeName(NativeNameType.Param, "formatter")] [NativeName(NativeNameType.Type, "ImPlotFormatter")] nint formatter, [NativeName(NativeNameType.Param, "formatter_data")] [NativeName(NativeNameType.Type, "void*")] nint formatterData);
|
||||
|
||||
#endif
|
||||
|
||||
#if NET5_0_OR_GREATER
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate double ImPlotTransform([NativeName(NativeNameType.Param, "value")] [NativeName(NativeNameType.Type, "double")] double value, [NativeName(NativeNameType.Param, "user_data")] [NativeName(NativeNameType.Type, "void*")] void* userData);
|
||||
|
||||
#else
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate double ImPlotTransform([NativeName(NativeNameType.Param, "value")] [NativeName(NativeNameType.Type, "double")] double value, [NativeName(NativeNameType.Param, "user_data")] [NativeName(NativeNameType.Type, "void*")] nint userData);
|
||||
|
||||
#endif
|
||||
|
||||
#if NET5_0_OR_GREATER
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate ImPlotPoint ImPlotGetter([NativeName(NativeNameType.Param, "idx")] [NativeName(NativeNameType.Type, "int")] int idx, [NativeName(NativeNameType.Param, "user_data")] [NativeName(NativeNameType.Type, "void*")] void* userData);
|
||||
|
||||
#else
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate ImPlotPoint ImPlotGetter([NativeName(NativeNameType.Param, "idx")] [NativeName(NativeNameType.Type, "int")] int idx, [NativeName(NativeNameType.Param, "user_data")] [NativeName(NativeNameType.Type, "void*")] nint userData);
|
||||
|
||||
#endif
|
||||
|
||||
#if NET5_0_OR_GREATER
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate void* ImPlotPointGetter([NativeName(NativeNameType.Param, "data")] [NativeName(NativeNameType.Type, "void*")] void* data, [NativeName(NativeNameType.Param, "idx")] [NativeName(NativeNameType.Type, "int")] int idx, [NativeName(NativeNameType.Param, "point")] [NativeName(NativeNameType.Type, "ImPlotPoint*")] ImPlotPoint* point);
|
||||
|
||||
#else
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public unsafe delegate nint ImPlotPointGetter([NativeName(NativeNameType.Param, "data")] [NativeName(NativeNameType.Type, "void*")] nint data, [NativeName(NativeNameType.Param, "idx")] [NativeName(NativeNameType.Type, "int")] int idx, [NativeName(NativeNameType.Param, "point")] [NativeName(NativeNameType.Type, "ImPlotPoint*")] nint point);
|
||||
|
||||
#endif
|
||||
|
||||
}
|
||||
58
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImAxis.cs
Normal file
58
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImAxis.cs
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImAxis : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
X1 = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
X2 = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
X3 = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Y1 = unchecked(3),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Y2 = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Y3 = unchecked(5),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Count = unchecked(6),
|
||||
}
|
||||
}
|
||||
123
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotAxisFlags.cs
Normal file
123
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotAxisFlags.cs
Normal file
|
|
@ -0,0 +1,123 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotAxisFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoLabel = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoGridLines = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoTickMarks = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoTickLabels = unchecked(8),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoInitialFit = unchecked(16),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoMenus = unchecked(32),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoSideSwitch = unchecked(64),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoHighlight = unchecked(128),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Opposite = unchecked(256),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Foreground = unchecked(512),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Invert = unchecked(1024),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
AutoFit = unchecked(2048),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
RangeFit = unchecked(4096),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
PanStretch = unchecked(8192),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
LockMin = unchecked(16384),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
LockMax = unchecked(32768),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Lock = unchecked(49152),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoDecorations = unchecked(15),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
AuxDefault = unchecked(258),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotBarGroupsFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Horizontal = unchecked(1024),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Stacked = unchecked(2048),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotBarsFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Horizontal = unchecked(1024),
|
||||
}
|
||||
}
|
||||
43
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotBin.cs
Normal file
43
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotBin.cs
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotBin : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Sqrt = unchecked(-1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Sturges = unchecked(-2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Rice = unchecked(-3),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Scott = unchecked(-4),
|
||||
}
|
||||
}
|
||||
133
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotCol.cs
Normal file
133
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotCol.cs
Normal file
|
|
@ -0,0 +1,133 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotCol : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Line = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Fill = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MarkerOutline = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MarkerFill = unchecked(3),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
ErrorBar = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
FrameBg = unchecked(5),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Bg = unchecked(6),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Border = unchecked(7),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
LegendBg = unchecked(8),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
LegendBorder = unchecked(9),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
LegendText = unchecked(10),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
TitleText = unchecked(11),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
InlayText = unchecked(12),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
AxisText = unchecked(13),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
AxisGrid = unchecked(14),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
AxisTick = unchecked(15),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
AxisBg = unchecked(16),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
AxisBgHovered = unchecked(17),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
AxisBgActive = unchecked(18),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Selection = unchecked(19),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Crosshairs = unchecked(20),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Count = unchecked(21),
|
||||
}
|
||||
}
|
||||
103
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotColormap.cs
Normal file
103
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotColormap.cs
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotColormap : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Deep = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Dark = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Pastel = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Paired = unchecked(3),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Viridis = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Plasma = unchecked(5),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Hot = unchecked(6),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Cool = unchecked(7),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Pink = unchecked(8),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Jet = unchecked(9),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Twilight = unchecked(10),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
RdBu = unchecked(11),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
BrBg = unchecked(12),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
PiYg = unchecked(13),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Spectral = unchecked(14),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Greys = unchecked(15),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotColormapScaleFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoLabel = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Opposite = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Invert = unchecked(4),
|
||||
}
|
||||
}
|
||||
38
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotCond.cs
Normal file
38
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotCond.cs
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotCond : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked((int)0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Always = unchecked((int)1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Once = unchecked((int)2),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,53 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotDateFmt : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
DayMo = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
DayMoYr = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MoYr = unchecked(3),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Mo = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Yr = unchecked(5),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotDigitalFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,48 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotDragToolFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoCursors = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoFit = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoInputs = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Delayed = unchecked(8),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotDummyFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotErrorBarsFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Horizontal = unchecked(1024),
|
||||
}
|
||||
}
|
||||
83
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotFlags.cs
Normal file
83
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotFlags.cs
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoTitle = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoLegend = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoMouseText = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoInputs = unchecked(8),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoMenus = unchecked(16),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoBoxSelect = unchecked(32),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoChild = unchecked(64),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoFrame = unchecked(128),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Equal = unchecked(256),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Crosshairs = unchecked(512),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
CanvasOnly = unchecked(55),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotHeatmapFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
ColMajor = unchecked(1024),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,53 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotHistogramFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Horizontal = unchecked(1024),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Cumulative = unchecked(2048),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Density = unchecked(4096),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoOutliers = unchecked(8192),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
ColMajor = unchecked(16384),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotImageFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotInfLinesFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Horizontal = unchecked(1024),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotItemFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoLegend = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoFit = unchecked(2),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,58 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotLegendFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoButtons = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoHighlightItem = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoHighlightAxis = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoMenus = unchecked(8),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Outside = unchecked(16),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Horizontal = unchecked(32),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,53 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotLineFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Segments = unchecked(1024),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Loop = unchecked(2048),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
SkipNaN = unchecked(4096),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoClip = unchecked(8192),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Shaded = unchecked(16384),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,68 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotLocation : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Center = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
North = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
South = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
West = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
East = unchecked(8),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NorthWest = unchecked(5),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NorthEast = unchecked(9),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
SouthWest = unchecked(6),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
SouthEast = unchecked(10),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,83 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotMarker : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(-1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Circle = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Square = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Diamond = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Up = unchecked(3),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Down = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Left = unchecked(5),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Right = unchecked(6),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Cross = unchecked(7),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Plus = unchecked(8),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Asterisk = unchecked(9),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Count = unchecked(10),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotMouseTextFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoAuxAxes = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoFormat = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
ShowAlways = unchecked(4),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotPieChartFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Normalize = unchecked(1024),
|
||||
}
|
||||
}
|
||||
43
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotScale.cs
Normal file
43
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotScale.cs
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotScale : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Linear = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Time = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Log10 = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
SymLog = unchecked(3),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotScatterFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoClip = unchecked(1024),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotShadedFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotStairsFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
PreStep = unchecked(1024),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Shaded = unchecked(2048),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotStemsFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Horizontal = unchecked(1024),
|
||||
}
|
||||
}
|
||||
163
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotStyleVar.cs
Normal file
163
imgui/Dalamud.Bindings.ImPlot/Generated/Enums/ImPlotStyleVar.cs
Normal file
|
|
@ -0,0 +1,163 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotStyleVar : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
LineWeight = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Marker = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MarkerSize = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MarkerWeight = unchecked(3),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
FillAlpha = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
ErrorBarSize = unchecked(5),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
ErrorBarWeight = unchecked(6),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
DigitalHeight = unchecked(7),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
DigitalGap = unchecked(8),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
BorderSize = unchecked(9),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MinorAlpha = unchecked(10),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MajorTickLen = unchecked(11),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MinorTickLen = unchecked(12),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MajorTickSize = unchecked(13),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MinorTickSize = unchecked(14),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MajorGridSize = unchecked(15),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MinorGridSize = unchecked(16),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Padding = unchecked(17),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
LabelPadding = unchecked(18),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
LegendPadding = unchecked(19),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
LegendInnerPadding = unchecked(20),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
LegendSpacing = unchecked(21),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MousePosPadding = unchecked(22),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
AnnotationPadding = unchecked(23),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
FitPadding = unchecked(24),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
DefaultSize = unchecked(25),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
MinSize = unchecked(26),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Count = unchecked(27),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,83 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotSubplotFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoTitle = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoLegend = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoMenus = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoResize = unchecked(8),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
NoAlign = unchecked(16),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
ShareItems = unchecked(32),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
LinkRows = unchecked(64),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
LinkCols = unchecked(128),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
LinkAllX = unchecked(256),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
LinkAllY = unchecked(512),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
ColMajor = unchecked(1024),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotTextFlags : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Vertical = unchecked(1024),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,68 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotTimeFmt : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
None = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Us = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
SUs = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
SMs = unchecked(3),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
S = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
HrMinSMs = unchecked(5),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
HrMinS = unchecked(6),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
HrMin = unchecked(7),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Hr = unchecked(8),
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,68 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum ImPlotTimeUnit : int
|
||||
{
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Us = unchecked(0),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Ms = unchecked(1),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
S = unchecked(2),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Min = unchecked(3),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Hr = unchecked(4),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Day = unchecked(5),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Mo = unchecked(6),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Yr = unchecked(7),
|
||||
|
||||
/// <summary>
|
||||
/// To be documented.
|
||||
/// </summary>
|
||||
Count = unchecked(8),
|
||||
}
|
||||
}
|
||||
731
imgui/Dalamud.Bindings.ImPlot/Generated/FunctionTable.cs
Normal file
731
imgui/Dalamud.Bindings.ImPlot/Generated/FunctionTable.cs
Normal file
|
|
@ -0,0 +1,731 @@
|
|||
// ------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using HexaGen.Runtime;
|
||||
using System.Numerics;
|
||||
using Dalamud.Bindings.ImGui;
|
||||
|
||||
namespace Dalamud.Bindings.ImPlot
|
||||
{
|
||||
public unsafe partial class ImPlot
|
||||
{
|
||||
internal static FunctionTable funcTable;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes the function table, automatically called. Do not call manually, only after <see cref="FreeApi"/>.
|
||||
/// </summary>
|
||||
public static void InitApi(INativeContext context)
|
||||
{
|
||||
funcTable = new FunctionTable(context, 695);
|
||||
funcTable.Load(0, "ImPlotPoint_ImPlotPoint_Nil");
|
||||
funcTable.Load(1, "ImPlotPoint_destroy");
|
||||
funcTable.Load(2, "ImPlotPoint_ImPlotPoint_double");
|
||||
funcTable.Load(3, "ImPlotPoint_ImPlotPoint_Vec2");
|
||||
funcTable.Load(4, "ImPlotRange_ImPlotRange_Nil");
|
||||
funcTable.Load(5, "ImPlotRange_destroy");
|
||||
funcTable.Load(6, "ImPlotRange_ImPlotRange_double");
|
||||
funcTable.Load(7, "ImPlotRange_Contains");
|
||||
funcTable.Load(8, "ImPlotRange_Size");
|
||||
funcTable.Load(9, "ImPlotRange_Clamp");
|
||||
funcTable.Load(10, "ImPlotRect_ImPlotRect_Nil");
|
||||
funcTable.Load(11, "ImPlotRect_destroy");
|
||||
funcTable.Load(12, "ImPlotRect_ImPlotRect_double");
|
||||
funcTable.Load(13, "ImPlotRect_Contains_PlotPoInt");
|
||||
funcTable.Load(14, "ImPlotRect_Contains_double");
|
||||
funcTable.Load(15, "ImPlotRect_Size");
|
||||
funcTable.Load(16, "ImPlotRect_Clamp_PlotPoInt");
|
||||
funcTable.Load(17, "ImPlotRect_Clamp_double");
|
||||
funcTable.Load(18, "ImPlotRect_Min");
|
||||
funcTable.Load(19, "ImPlotRect_Max");
|
||||
funcTable.Load(20, "ImPlotStyle_ImPlotStyle");
|
||||
funcTable.Load(21, "ImPlotStyle_destroy");
|
||||
funcTable.Load(22, "ImPlotInputMap_ImPlotInputMap");
|
||||
funcTable.Load(23, "ImPlotInputMap_destroy");
|
||||
funcTable.Load(24, "ImPlot_CreateContext");
|
||||
funcTable.Load(25, "ImPlot_DestroyContext");
|
||||
funcTable.Load(26, "ImPlot_GetCurrentContext");
|
||||
funcTable.Load(27, "ImPlot_SetCurrentContext");
|
||||
funcTable.Load(28, "ImPlot_SetImGuiContext");
|
||||
funcTable.Load(29, "ImPlot_BeginPlot");
|
||||
funcTable.Load(30, "ImPlot_EndPlot");
|
||||
funcTable.Load(31, "ImPlot_BeginSubplots");
|
||||
funcTable.Load(32, "ImPlot_EndSubplots");
|
||||
funcTable.Load(33, "ImPlot_SetupAxis");
|
||||
funcTable.Load(34, "ImPlot_SetupAxisLimits");
|
||||
funcTable.Load(35, "ImPlot_SetupAxisLinks");
|
||||
funcTable.Load(36, "ImPlot_SetupAxisFormat_Str");
|
||||
funcTable.Load(37, "ImPlot_SetupAxisFormat_PlotFormatter");
|
||||
funcTable.Load(38, "ImPlot_SetupAxisTicks_doublePtr");
|
||||
funcTable.Load(39, "ImPlot_SetupAxisTicks_double");
|
||||
funcTable.Load(40, "ImPlot_SetupAxisScale_PlotScale");
|
||||
funcTable.Load(41, "ImPlot_SetupAxisScale_PlotTransform");
|
||||
funcTable.Load(42, "ImPlot_SetupAxisLimitsConstraints");
|
||||
funcTable.Load(43, "ImPlot_SetupAxisZoomConstraints");
|
||||
funcTable.Load(44, "ImPlot_SetupAxes");
|
||||
funcTable.Load(45, "ImPlot_SetupAxesLimits");
|
||||
funcTable.Load(46, "ImPlot_SetupLegend");
|
||||
funcTable.Load(47, "ImPlot_SetupMouseText");
|
||||
funcTable.Load(48, "ImPlot_SetupFinish");
|
||||
funcTable.Load(49, "ImPlot_SetNextAxisLimits");
|
||||
funcTable.Load(50, "ImPlot_SetNextAxisLinks");
|
||||
funcTable.Load(51, "ImPlot_SetNextAxisToFit");
|
||||
funcTable.Load(52, "ImPlot_SetNextAxesLimits");
|
||||
funcTable.Load(53, "ImPlot_SetNextAxesToFit");
|
||||
funcTable.Load(54, "ImPlot_PlotLine_FloatPtrInt");
|
||||
funcTable.Load(55, "ImPlot_PlotLine_doublePtrInt");
|
||||
funcTable.Load(56, "ImPlot_PlotLine_S8PtrInt");
|
||||
funcTable.Load(57, "ImPlot_PlotLine_S16PtrInt");
|
||||
funcTable.Load(58, "ImPlot_PlotLine_U16PtrInt");
|
||||
funcTable.Load(59, "ImPlot_PlotLine_S32PtrInt");
|
||||
funcTable.Load(60, "ImPlot_PlotLine_U32PtrInt");
|
||||
funcTable.Load(61, "ImPlot_PlotLine_S64PtrInt");
|
||||
funcTable.Load(62, "ImPlot_PlotLine_U64PtrInt");
|
||||
funcTable.Load(63, "ImPlot_PlotLine_FloatPtrFloatPtr");
|
||||
funcTable.Load(64, "ImPlot_PlotLine_doublePtrdoublePtr");
|
||||
funcTable.Load(65, "ImPlot_PlotLine_S8PtrS8Ptr");
|
||||
funcTable.Load(66, "ImPlot_PlotLine_S16PtrS16Ptr");
|
||||
funcTable.Load(67, "ImPlot_PlotLine_U16PtrU16Ptr");
|
||||
funcTable.Load(68, "ImPlot_PlotLine_S32PtrS32Ptr");
|
||||
funcTable.Load(69, "ImPlot_PlotLine_U32PtrU32Ptr");
|
||||
funcTable.Load(70, "ImPlot_PlotLine_S64PtrS64Ptr");
|
||||
funcTable.Load(71, "ImPlot_PlotLine_U64PtrU64Ptr");
|
||||
funcTable.Load(72, "ImPlot_PlotScatter_FloatPtrInt");
|
||||
funcTable.Load(73, "ImPlot_PlotScatter_doublePtrInt");
|
||||
funcTable.Load(74, "ImPlot_PlotScatter_S8PtrInt");
|
||||
funcTable.Load(75, "ImPlot_PlotScatter_S16PtrInt");
|
||||
funcTable.Load(76, "ImPlot_PlotScatter_U16PtrInt");
|
||||
funcTable.Load(77, "ImPlot_PlotScatter_S32PtrInt");
|
||||
funcTable.Load(78, "ImPlot_PlotScatter_U32PtrInt");
|
||||
funcTable.Load(79, "ImPlot_PlotScatter_S64PtrInt");
|
||||
funcTable.Load(80, "ImPlot_PlotScatter_U64PtrInt");
|
||||
funcTable.Load(81, "ImPlot_PlotScatter_FloatPtrFloatPtr");
|
||||
funcTable.Load(82, "ImPlot_PlotScatter_doublePtrdoublePtr");
|
||||
funcTable.Load(83, "ImPlot_PlotScatter_S8PtrS8Ptr");
|
||||
funcTable.Load(84, "ImPlot_PlotScatter_S16PtrS16Ptr");
|
||||
funcTable.Load(85, "ImPlot_PlotScatter_U16PtrU16Ptr");
|
||||
funcTable.Load(86, "ImPlot_PlotScatter_S32PtrS32Ptr");
|
||||
funcTable.Load(87, "ImPlot_PlotScatter_U32PtrU32Ptr");
|
||||
funcTable.Load(88, "ImPlot_PlotScatter_S64PtrS64Ptr");
|
||||
funcTable.Load(89, "ImPlot_PlotScatter_U64PtrU64Ptr");
|
||||
funcTable.Load(90, "ImPlot_PlotStairs_FloatPtrInt");
|
||||
funcTable.Load(91, "ImPlot_PlotStairs_doublePtrInt");
|
||||
funcTable.Load(92, "ImPlot_PlotStairs_S8PtrInt");
|
||||
funcTable.Load(93, "ImPlot_PlotStairs_S16PtrInt");
|
||||
funcTable.Load(94, "ImPlot_PlotStairs_U16PtrInt");
|
||||
funcTable.Load(95, "ImPlot_PlotStairs_S32PtrInt");
|
||||
funcTable.Load(96, "ImPlot_PlotStairs_U32PtrInt");
|
||||
funcTable.Load(97, "ImPlot_PlotStairs_S64PtrInt");
|
||||
funcTable.Load(98, "ImPlot_PlotStairs_U64PtrInt");
|
||||
funcTable.Load(99, "ImPlot_PlotStairs_FloatPtrFloatPtr");
|
||||
funcTable.Load(100, "ImPlot_PlotStairs_doublePtrdoublePtr");
|
||||
funcTable.Load(101, "ImPlot_PlotStairs_S8PtrS8Ptr");
|
||||
funcTable.Load(102, "ImPlot_PlotStairs_S16PtrS16Ptr");
|
||||
funcTable.Load(103, "ImPlot_PlotStairs_U16PtrU16Ptr");
|
||||
funcTable.Load(104, "ImPlot_PlotStairs_S32PtrS32Ptr");
|
||||
funcTable.Load(105, "ImPlot_PlotStairs_U32PtrU32Ptr");
|
||||
funcTable.Load(106, "ImPlot_PlotStairs_S64PtrS64Ptr");
|
||||
funcTable.Load(107, "ImPlot_PlotStairs_U64PtrU64Ptr");
|
||||
funcTable.Load(108, "ImPlot_PlotStairsG");
|
||||
funcTable.Load(109, "ImPlot_PlotShaded_FloatPtrInt");
|
||||
funcTable.Load(110, "ImPlot_PlotShaded_doublePtrInt");
|
||||
funcTable.Load(111, "ImPlot_PlotShaded_S8PtrInt");
|
||||
funcTable.Load(112, "ImPlot_PlotShaded_S16PtrInt");
|
||||
funcTable.Load(113, "ImPlot_PlotShaded_U16PtrInt");
|
||||
funcTable.Load(114, "ImPlot_PlotShaded_S32PtrInt");
|
||||
funcTable.Load(115, "ImPlot_PlotShaded_U32PtrInt");
|
||||
funcTable.Load(116, "ImPlot_PlotShaded_S64PtrInt");
|
||||
funcTable.Load(117, "ImPlot_PlotShaded_U64PtrInt");
|
||||
funcTable.Load(118, "ImPlot_PlotShaded_FloatPtrFloatPtrInt");
|
||||
funcTable.Load(119, "ImPlot_PlotShaded_doublePtrdoublePtrInt");
|
||||
funcTable.Load(120, "ImPlot_PlotShaded_S8PtrS8PtrInt");
|
||||
funcTable.Load(121, "ImPlot_PlotShaded_S16PtrS16PtrInt");
|
||||
funcTable.Load(122, "ImPlot_PlotShaded_U16PtrU16PtrInt");
|
||||
funcTable.Load(123, "ImPlot_PlotShaded_S32PtrS32PtrInt");
|
||||
funcTable.Load(124, "ImPlot_PlotShaded_U32PtrU32PtrInt");
|
||||
funcTable.Load(125, "ImPlot_PlotShaded_S64PtrS64PtrInt");
|
||||
funcTable.Load(126, "ImPlot_PlotShaded_U64PtrU64PtrInt");
|
||||
funcTable.Load(127, "ImPlot_PlotShaded_FloatPtrFloatPtrFloatPtr");
|
||||
funcTable.Load(128, "ImPlot_PlotShaded_doublePtrdoublePtrdoublePtr");
|
||||
funcTable.Load(129, "ImPlot_PlotShaded_S8PtrS8PtrS8Ptr");
|
||||
funcTable.Load(130, "ImPlot_PlotShaded_S16PtrS16PtrS16Ptr");
|
||||
funcTable.Load(131, "ImPlot_PlotShaded_U16PtrU16PtrU16Ptr");
|
||||
funcTable.Load(132, "ImPlot_PlotShaded_S32PtrS32PtrS32Ptr");
|
||||
funcTable.Load(133, "ImPlot_PlotShaded_U32PtrU32PtrU32Ptr");
|
||||
funcTable.Load(134, "ImPlot_PlotShaded_S64PtrS64PtrS64Ptr");
|
||||
funcTable.Load(135, "ImPlot_PlotShaded_U64PtrU64PtrU64Ptr");
|
||||
funcTable.Load(136, "ImPlot_PlotBars_FloatPtrInt");
|
||||
funcTable.Load(137, "ImPlot_PlotBars_doublePtrInt");
|
||||
funcTable.Load(138, "ImPlot_PlotBars_S8PtrInt");
|
||||
funcTable.Load(139, "ImPlot_PlotBars_S16PtrInt");
|
||||
funcTable.Load(140, "ImPlot_PlotBars_U16PtrInt");
|
||||
funcTable.Load(141, "ImPlot_PlotBars_S32PtrInt");
|
||||
funcTable.Load(142, "ImPlot_PlotBars_U32PtrInt");
|
||||
funcTable.Load(143, "ImPlot_PlotBars_S64PtrInt");
|
||||
funcTable.Load(144, "ImPlot_PlotBars_U64PtrInt");
|
||||
funcTable.Load(145, "ImPlot_PlotBars_FloatPtrFloatPtr");
|
||||
funcTable.Load(146, "ImPlot_PlotBars_doublePtrdoublePtr");
|
||||
funcTable.Load(147, "ImPlot_PlotBars_S8PtrS8Ptr");
|
||||
funcTable.Load(148, "ImPlot_PlotBars_S16PtrS16Ptr");
|
||||
funcTable.Load(149, "ImPlot_PlotBars_U16PtrU16Ptr");
|
||||
funcTable.Load(150, "ImPlot_PlotBars_S32PtrS32Ptr");
|
||||
funcTable.Load(151, "ImPlot_PlotBars_U32PtrU32Ptr");
|
||||
funcTable.Load(152, "ImPlot_PlotBars_S64PtrS64Ptr");
|
||||
funcTable.Load(153, "ImPlot_PlotBars_U64PtrU64Ptr");
|
||||
funcTable.Load(154, "ImPlot_PlotBarGroups_FloatPtr");
|
||||
funcTable.Load(155, "ImPlot_PlotBarGroups_doublePtr");
|
||||
funcTable.Load(156, "ImPlot_PlotBarGroups_S8Ptr");
|
||||
funcTable.Load(157, "ImPlot_PlotBarGroups_S16Ptr");
|
||||
funcTable.Load(158, "ImPlot_PlotBarGroups_U16Ptr");
|
||||
funcTable.Load(159, "ImPlot_PlotBarGroups_S32Ptr");
|
||||
funcTable.Load(160, "ImPlot_PlotBarGroups_U32Ptr");
|
||||
funcTable.Load(161, "ImPlot_PlotBarGroups_S64Ptr");
|
||||
funcTable.Load(162, "ImPlot_PlotBarGroups_U64Ptr");
|
||||
funcTable.Load(163, "ImPlot_PlotErrorBars_FloatPtrFloatPtrFloatPtrInt");
|
||||
funcTable.Load(164, "ImPlot_PlotErrorBars_doublePtrdoublePtrdoublePtrInt");
|
||||
funcTable.Load(165, "ImPlot_PlotErrorBars_S8PtrS8PtrS8PtrInt");
|
||||
funcTable.Load(166, "ImPlot_PlotErrorBars_S16PtrS16PtrS16PtrInt");
|
||||
funcTable.Load(167, "ImPlot_PlotErrorBars_U16PtrU16PtrU16PtrInt");
|
||||
funcTable.Load(168, "ImPlot_PlotErrorBars_S32PtrS32PtrS32PtrInt");
|
||||
funcTable.Load(169, "ImPlot_PlotErrorBars_U32PtrU32PtrU32PtrInt");
|
||||
funcTable.Load(170, "ImPlot_PlotErrorBars_S64PtrS64PtrS64PtrInt");
|
||||
funcTable.Load(171, "ImPlot_PlotErrorBars_U64PtrU64PtrU64PtrInt");
|
||||
funcTable.Load(172, "ImPlot_PlotErrorBars_FloatPtrFloatPtrFloatPtrFloatPtr");
|
||||
funcTable.Load(173, "ImPlot_PlotErrorBars_doublePtrdoublePtrdoublePtrdoublePtr");
|
||||
funcTable.Load(174, "ImPlot_PlotErrorBars_S8PtrS8PtrS8PtrS8Ptr");
|
||||
funcTable.Load(175, "ImPlot_PlotErrorBars_S16PtrS16PtrS16PtrS16Ptr");
|
||||
funcTable.Load(176, "ImPlot_PlotErrorBars_U16PtrU16PtrU16PtrU16Ptr");
|
||||
funcTable.Load(177, "ImPlot_PlotErrorBars_S32PtrS32PtrS32PtrS32Ptr");
|
||||
funcTable.Load(178, "ImPlot_PlotErrorBars_U32PtrU32PtrU32PtrU32Ptr");
|
||||
funcTable.Load(179, "ImPlot_PlotErrorBars_S64PtrS64PtrS64PtrS64Ptr");
|
||||
funcTable.Load(180, "ImPlot_PlotErrorBars_U64PtrU64PtrU64PtrU64Ptr");
|
||||
funcTable.Load(181, "ImPlot_PlotStems_FloatPtrInt");
|
||||
funcTable.Load(182, "ImPlot_PlotStems_doublePtrInt");
|
||||
funcTable.Load(183, "ImPlot_PlotStems_S8PtrInt");
|
||||
funcTable.Load(184, "ImPlot_PlotStems_S16PtrInt");
|
||||
funcTable.Load(185, "ImPlot_PlotStems_U16PtrInt");
|
||||
funcTable.Load(186, "ImPlot_PlotStems_S32PtrInt");
|
||||
funcTable.Load(187, "ImPlot_PlotStems_U32PtrInt");
|
||||
funcTable.Load(188, "ImPlot_PlotStems_S64PtrInt");
|
||||
funcTable.Load(189, "ImPlot_PlotStems_U64PtrInt");
|
||||
funcTable.Load(190, "ImPlot_PlotStems_FloatPtrFloatPtr");
|
||||
funcTable.Load(191, "ImPlot_PlotStems_doublePtrdoublePtr");
|
||||
funcTable.Load(192, "ImPlot_PlotStems_S8PtrS8Ptr");
|
||||
funcTable.Load(193, "ImPlot_PlotStems_S16PtrS16Ptr");
|
||||
funcTable.Load(194, "ImPlot_PlotStems_U16PtrU16Ptr");
|
||||
funcTable.Load(195, "ImPlot_PlotStems_S32PtrS32Ptr");
|
||||
funcTable.Load(196, "ImPlot_PlotStems_U32PtrU32Ptr");
|
||||
funcTable.Load(197, "ImPlot_PlotStems_S64PtrS64Ptr");
|
||||
funcTable.Load(198, "ImPlot_PlotStems_U64PtrU64Ptr");
|
||||
funcTable.Load(199, "ImPlot_PlotInfLines_FloatPtr");
|
||||
funcTable.Load(200, "ImPlot_PlotInfLines_doublePtr");
|
||||
funcTable.Load(201, "ImPlot_PlotInfLines_S8Ptr");
|
||||
funcTable.Load(202, "ImPlot_PlotInfLines_S16Ptr");
|
||||
funcTable.Load(203, "ImPlot_PlotInfLines_U16Ptr");
|
||||
funcTable.Load(204, "ImPlot_PlotInfLines_S32Ptr");
|
||||
funcTable.Load(205, "ImPlot_PlotInfLines_U32Ptr");
|
||||
funcTable.Load(206, "ImPlot_PlotInfLines_S64Ptr");
|
||||
funcTable.Load(207, "ImPlot_PlotInfLines_U64Ptr");
|
||||
funcTable.Load(208, "ImPlot_PlotPieChart_FloatPtr");
|
||||
funcTable.Load(209, "ImPlot_PlotPieChart_doublePtr");
|
||||
funcTable.Load(210, "ImPlot_PlotPieChart_S8Ptr");
|
||||
funcTable.Load(211, "ImPlot_PlotPieChart_S16Ptr");
|
||||
funcTable.Load(212, "ImPlot_PlotPieChart_U16Ptr");
|
||||
funcTable.Load(213, "ImPlot_PlotPieChart_S32Ptr");
|
||||
funcTable.Load(214, "ImPlot_PlotPieChart_U32Ptr");
|
||||
funcTable.Load(215, "ImPlot_PlotPieChart_S64Ptr");
|
||||
funcTable.Load(216, "ImPlot_PlotPieChart_U64Ptr");
|
||||
funcTable.Load(217, "ImPlot_PlotHeatmap_FloatPtr");
|
||||
funcTable.Load(218, "ImPlot_PlotHeatmap_doublePtr");
|
||||
funcTable.Load(219, "ImPlot_PlotHeatmap_S8Ptr");
|
||||
funcTable.Load(220, "ImPlot_PlotHeatmap_S16Ptr");
|
||||
funcTable.Load(221, "ImPlot_PlotHeatmap_U16Ptr");
|
||||
funcTable.Load(222, "ImPlot_PlotHeatmap_S32Ptr");
|
||||
funcTable.Load(223, "ImPlot_PlotHeatmap_U32Ptr");
|
||||
funcTable.Load(224, "ImPlot_PlotHeatmap_S64Ptr");
|
||||
funcTable.Load(225, "ImPlot_PlotHeatmap_U64Ptr");
|
||||
funcTable.Load(226, "ImPlot_PlotHistogram_FloatPtr");
|
||||
funcTable.Load(227, "ImPlot_PlotHistogram_doublePtr");
|
||||
funcTable.Load(228, "ImPlot_PlotHistogram_S8Ptr");
|
||||
funcTable.Load(229, "ImPlot_PlotHistogram_S16Ptr");
|
||||
funcTable.Load(230, "ImPlot_PlotHistogram_U16Ptr");
|
||||
funcTable.Load(231, "ImPlot_PlotHistogram_S32Ptr");
|
||||
funcTable.Load(232, "ImPlot_PlotHistogram_U32Ptr");
|
||||
funcTable.Load(233, "ImPlot_PlotHistogram_S64Ptr");
|
||||
funcTable.Load(234, "ImPlot_PlotHistogram_U64Ptr");
|
||||
funcTable.Load(235, "ImPlot_PlotHistogram2D_FloatPtr");
|
||||
funcTable.Load(236, "ImPlot_PlotHistogram2D_doublePtr");
|
||||
funcTable.Load(237, "ImPlot_PlotHistogram2D_S8Ptr");
|
||||
funcTable.Load(238, "ImPlot_PlotHistogram2D_S16Ptr");
|
||||
funcTable.Load(239, "ImPlot_PlotHistogram2D_U16Ptr");
|
||||
funcTable.Load(240, "ImPlot_PlotHistogram2D_S32Ptr");
|
||||
funcTable.Load(241, "ImPlot_PlotHistogram2D_U32Ptr");
|
||||
funcTable.Load(242, "ImPlot_PlotHistogram2D_S64Ptr");
|
||||
funcTable.Load(243, "ImPlot_PlotHistogram2D_U64Ptr");
|
||||
funcTable.Load(244, "ImPlot_PlotDigital_FloatPtr");
|
||||
funcTable.Load(245, "ImPlot_PlotDigital_doublePtr");
|
||||
funcTable.Load(246, "ImPlot_PlotDigital_S8Ptr");
|
||||
funcTable.Load(247, "ImPlot_PlotDigital_S16Ptr");
|
||||
funcTable.Load(248, "ImPlot_PlotDigital_U16Ptr");
|
||||
funcTable.Load(249, "ImPlot_PlotDigital_S32Ptr");
|
||||
funcTable.Load(250, "ImPlot_PlotDigital_U32Ptr");
|
||||
funcTable.Load(251, "ImPlot_PlotDigital_S64Ptr");
|
||||
funcTable.Load(252, "ImPlot_PlotDigital_U64Ptr");
|
||||
funcTable.Load(253, "ImPlot_PlotImage");
|
||||
funcTable.Load(254, "ImPlot_PlotText");
|
||||
funcTable.Load(255, "ImPlot_PlotDummy");
|
||||
funcTable.Load(256, "ImPlot_DragPoint");
|
||||
funcTable.Load(257, "ImPlot_DragLineX");
|
||||
funcTable.Load(258, "ImPlot_DragLineY");
|
||||
funcTable.Load(259, "ImPlot_DragRect");
|
||||
funcTable.Load(260, "ImPlot_Annotation_Bool");
|
||||
funcTable.Load(261, "ImPlot_Annotation_Str");
|
||||
funcTable.Load(262, "ImPlot_AnnotationV");
|
||||
funcTable.Load(263, "ImPlot_TagX_Bool");
|
||||
funcTable.Load(264, "ImPlot_TagX_Str");
|
||||
funcTable.Load(265, "ImPlot_TagXV");
|
||||
funcTable.Load(266, "ImPlot_TagY_Bool");
|
||||
funcTable.Load(267, "ImPlot_TagY_Str");
|
||||
funcTable.Load(268, "ImPlot_TagYV");
|
||||
funcTable.Load(269, "ImPlot_SetAxis");
|
||||
funcTable.Load(270, "ImPlot_SetAxes");
|
||||
funcTable.Load(271, "ImPlot_PixelsToPlot_Vec2");
|
||||
funcTable.Load(272, "ImPlot_PixelsToPlot_Float");
|
||||
funcTable.Load(273, "ImPlot_PlotToPixels_PlotPoInt");
|
||||
funcTable.Load(274, "ImPlot_PlotToPixels_double");
|
||||
funcTable.Load(275, "ImPlot_GetPlotPos");
|
||||
funcTable.Load(276, "ImPlot_GetPlotSize");
|
||||
funcTable.Load(277, "ImPlot_GetPlotMousePos");
|
||||
funcTable.Load(278, "ImPlot_GetPlotLimits");
|
||||
funcTable.Load(279, "ImPlot_IsPlotHovered");
|
||||
funcTable.Load(280, "ImPlot_IsAxisHovered");
|
||||
funcTable.Load(281, "ImPlot_IsSubplotsHovered");
|
||||
funcTable.Load(282, "ImPlot_IsPlotSelected");
|
||||
funcTable.Load(283, "ImPlot_GetPlotSelection");
|
||||
funcTable.Load(284, "ImPlot_CancelPlotSelection");
|
||||
funcTable.Load(285, "ImPlot_HideNextItem");
|
||||
funcTable.Load(286, "ImPlot_BeginAlignedPlots");
|
||||
funcTable.Load(287, "ImPlot_EndAlignedPlots");
|
||||
funcTable.Load(288, "ImPlot_BeginLegendPopup");
|
||||
funcTable.Load(289, "ImPlot_EndLegendPopup");
|
||||
funcTable.Load(290, "ImPlot_IsLegendEntryHovered");
|
||||
funcTable.Load(291, "ImPlot_BeginDragDropTargetPlot");
|
||||
funcTable.Load(292, "ImPlot_BeginDragDropTargetAxis");
|
||||
funcTable.Load(293, "ImPlot_BeginDragDropTargetLegend");
|
||||
funcTable.Load(294, "ImPlot_EndDragDropTarget");
|
||||
funcTable.Load(295, "ImPlot_BeginDragDropSourcePlot");
|
||||
funcTable.Load(296, "ImPlot_BeginDragDropSourceAxis");
|
||||
funcTable.Load(297, "ImPlot_BeginDragDropSourceItem");
|
||||
funcTable.Load(298, "ImPlot_EndDragDropSource");
|
||||
funcTable.Load(299, "ImPlot_GetStyle");
|
||||
funcTable.Load(300, "ImPlot_StyleColorsAuto");
|
||||
funcTable.Load(301, "ImPlot_StyleColorsClassic");
|
||||
funcTable.Load(302, "ImPlot_StyleColorsDark");
|
||||
funcTable.Load(303, "ImPlot_StyleColorsLight");
|
||||
funcTable.Load(304, "ImPlot_PushStyleColor_U32");
|
||||
funcTable.Load(305, "ImPlot_PushStyleColor_Vec4");
|
||||
funcTable.Load(306, "ImPlot_PopStyleColor");
|
||||
funcTable.Load(307, "ImPlot_PushStyleVar_Float");
|
||||
funcTable.Load(308, "ImPlot_PushStyleVar_Int");
|
||||
funcTable.Load(309, "ImPlot_PushStyleVar_Vec2");
|
||||
funcTable.Load(310, "ImPlot_PopStyleVar");
|
||||
funcTable.Load(311, "ImPlot_SetNextLineStyle");
|
||||
funcTable.Load(312, "ImPlot_SetNextFillStyle");
|
||||
funcTable.Load(313, "ImPlot_SetNextMarkerStyle");
|
||||
funcTable.Load(314, "ImPlot_SetNextErrorBarStyle");
|
||||
funcTable.Load(315, "ImPlot_GetLastItemColor");
|
||||
funcTable.Load(316, "ImPlot_GetStyleColorName");
|
||||
funcTable.Load(317, "ImPlot_GetMarkerName");
|
||||
funcTable.Load(318, "ImPlot_AddColormap_Vec4Ptr");
|
||||
funcTable.Load(319, "ImPlot_AddColormap_U32Ptr");
|
||||
funcTable.Load(320, "ImPlot_GetColormapCount");
|
||||
funcTable.Load(321, "ImPlot_GetColormapName");
|
||||
funcTable.Load(322, "ImPlot_GetColormapIndex");
|
||||
funcTable.Load(323, "ImPlot_PushColormap_PlotColormap");
|
||||
funcTable.Load(324, "ImPlot_PushColormap_Str");
|
||||
funcTable.Load(325, "ImPlot_PopColormap");
|
||||
funcTable.Load(326, "ImPlot_NextColormapColor");
|
||||
funcTable.Load(327, "ImPlot_GetColormapSize");
|
||||
funcTable.Load(328, "ImPlot_GetColormapColor");
|
||||
funcTable.Load(329, "ImPlot_SampleColormap");
|
||||
funcTable.Load(330, "ImPlot_ColormapScale");
|
||||
funcTable.Load(331, "ImPlot_ColormapSlider");
|
||||
funcTable.Load(332, "ImPlot_ColormapButton");
|
||||
funcTable.Load(333, "ImPlot_BustColorCache");
|
||||
funcTable.Load(334, "ImPlot_GetInputMap");
|
||||
funcTable.Load(335, "ImPlot_MapInputDefault");
|
||||
funcTable.Load(336, "ImPlot_MapInputReverse");
|
||||
funcTable.Load(337, "ImPlot_ItemIcon_Vec4");
|
||||
funcTable.Load(338, "ImPlot_ItemIcon_U32");
|
||||
funcTable.Load(339, "ImPlot_ColormapIcon");
|
||||
funcTable.Load(340, "ImPlot_GetPlotDrawList");
|
||||
funcTable.Load(341, "ImPlot_PushPlotClipRect");
|
||||
funcTable.Load(342, "ImPlot_PopPlotClipRect");
|
||||
funcTable.Load(343, "ImPlot_ShowStyleSelector");
|
||||
funcTable.Load(344, "ImPlot_ShowColormapSelector");
|
||||
funcTable.Load(345, "ImPlot_ShowInputMapSelector");
|
||||
funcTable.Load(346, "ImPlot_ShowStyleEditor");
|
||||
funcTable.Load(347, "ImPlot_ShowUserGuide");
|
||||
funcTable.Load(348, "ImPlot_ShowMetricsWindow");
|
||||
funcTable.Load(349, "ImPlot_ShowDemoWindow");
|
||||
funcTable.Load(350, "ImPlot_ImLog10_Float");
|
||||
funcTable.Load(351, "ImPlot_ImLog10_double");
|
||||
funcTable.Load(352, "ImPlot_ImSinh_Float");
|
||||
funcTable.Load(353, "ImPlot_ImSinh_double");
|
||||
funcTable.Load(354, "ImPlot_ImAsinh_Float");
|
||||
funcTable.Load(355, "ImPlot_ImAsinh_double");
|
||||
funcTable.Load(356, "ImPlot_ImRemap_Float");
|
||||
funcTable.Load(357, "ImPlot_ImRemap_double");
|
||||
funcTable.Load(358, "ImPlot_ImRemap_S8");
|
||||
funcTable.Load(359, "ImPlot_ImRemap_S16");
|
||||
funcTable.Load(360, "ImPlot_ImRemap_U16");
|
||||
funcTable.Load(361, "ImPlot_ImRemap_S32");
|
||||
funcTable.Load(362, "ImPlot_ImRemap_U32");
|
||||
funcTable.Load(363, "ImPlot_ImRemap_S64");
|
||||
funcTable.Load(364, "ImPlot_ImRemap_U64");
|
||||
funcTable.Load(365, "ImPlot_ImRemap01_Float");
|
||||
funcTable.Load(366, "ImPlot_ImRemap01_double");
|
||||
funcTable.Load(367, "ImPlot_ImRemap01_S8");
|
||||
funcTable.Load(368, "ImPlot_ImRemap01_S16");
|
||||
funcTable.Load(369, "ImPlot_ImRemap01_U16");
|
||||
funcTable.Load(370, "ImPlot_ImRemap01_S32");
|
||||
funcTable.Load(371, "ImPlot_ImRemap01_U32");
|
||||
funcTable.Load(372, "ImPlot_ImRemap01_S64");
|
||||
funcTable.Load(373, "ImPlot_ImRemap01_U64");
|
||||
funcTable.Load(374, "ImPlot_ImPosMod");
|
||||
funcTable.Load(375, "ImPlot_ImNan");
|
||||
funcTable.Load(376, "ImPlot_ImNanOrInf");
|
||||
funcTable.Load(377, "ImPlot_ImConstrainNan");
|
||||
funcTable.Load(378, "ImPlot_ImConstrainInf");
|
||||
funcTable.Load(379, "ImPlot_ImConstrainLog");
|
||||
funcTable.Load(380, "ImPlot_ImConstrainTime");
|
||||
funcTable.Load(381, "ImPlot_ImAlmostEqual");
|
||||
funcTable.Load(382, "ImPlot_ImMinArray_FloatPtr");
|
||||
funcTable.Load(383, "ImPlot_ImMinArray_doublePtr");
|
||||
funcTable.Load(384, "ImPlot_ImMinArray_S8Ptr");
|
||||
funcTable.Load(385, "ImPlot_ImMinArray_S16Ptr");
|
||||
funcTable.Load(386, "ImPlot_ImMinArray_U16Ptr");
|
||||
funcTable.Load(387, "ImPlot_ImMinArray_S32Ptr");
|
||||
funcTable.Load(388, "ImPlot_ImMinArray_U32Ptr");
|
||||
funcTable.Load(389, "ImPlot_ImMinArray_S64Ptr");
|
||||
funcTable.Load(390, "ImPlot_ImMinArray_U64Ptr");
|
||||
funcTable.Load(391, "ImPlot_ImMaxArray_FloatPtr");
|
||||
funcTable.Load(392, "ImPlot_ImMaxArray_doublePtr");
|
||||
funcTable.Load(393, "ImPlot_ImMaxArray_S8Ptr");
|
||||
funcTable.Load(394, "ImPlot_ImMaxArray_S16Ptr");
|
||||
funcTable.Load(395, "ImPlot_ImMaxArray_U16Ptr");
|
||||
funcTable.Load(396, "ImPlot_ImMaxArray_S32Ptr");
|
||||
funcTable.Load(397, "ImPlot_ImMaxArray_U32Ptr");
|
||||
funcTable.Load(398, "ImPlot_ImMaxArray_S64Ptr");
|
||||
funcTable.Load(399, "ImPlot_ImMaxArray_U64Ptr");
|
||||
funcTable.Load(400, "ImPlot_ImMinMaxArray_FloatPtr");
|
||||
funcTable.Load(401, "ImPlot_ImMinMaxArray_doublePtr");
|
||||
funcTable.Load(402, "ImPlot_ImMinMaxArray_S8Ptr");
|
||||
funcTable.Load(403, "ImPlot_ImMinMaxArray_S16Ptr");
|
||||
funcTable.Load(404, "ImPlot_ImMinMaxArray_U16Ptr");
|
||||
funcTable.Load(405, "ImPlot_ImMinMaxArray_S32Ptr");
|
||||
funcTable.Load(406, "ImPlot_ImMinMaxArray_U32Ptr");
|
||||
funcTable.Load(407, "ImPlot_ImMinMaxArray_S64Ptr");
|
||||
funcTable.Load(408, "ImPlot_ImMinMaxArray_U64Ptr");
|
||||
funcTable.Load(409, "ImPlot_ImSum_FloatPtr");
|
||||
funcTable.Load(410, "ImPlot_ImSum_doublePtr");
|
||||
funcTable.Load(411, "ImPlot_ImSum_S8Ptr");
|
||||
funcTable.Load(412, "ImPlot_ImSum_S16Ptr");
|
||||
funcTable.Load(413, "ImPlot_ImSum_U16Ptr");
|
||||
funcTable.Load(414, "ImPlot_ImSum_S32Ptr");
|
||||
funcTable.Load(415, "ImPlot_ImSum_U32Ptr");
|
||||
funcTable.Load(416, "ImPlot_ImSum_S64Ptr");
|
||||
funcTable.Load(417, "ImPlot_ImSum_U64Ptr");
|
||||
funcTable.Load(418, "ImPlot_ImMean_FloatPtr");
|
||||
funcTable.Load(419, "ImPlot_ImMean_doublePtr");
|
||||
funcTable.Load(420, "ImPlot_ImMean_S8Ptr");
|
||||
funcTable.Load(421, "ImPlot_ImMean_S16Ptr");
|
||||
funcTable.Load(422, "ImPlot_ImMean_U16Ptr");
|
||||
funcTable.Load(423, "ImPlot_ImMean_S32Ptr");
|
||||
funcTable.Load(424, "ImPlot_ImMean_U32Ptr");
|
||||
funcTable.Load(425, "ImPlot_ImMean_S64Ptr");
|
||||
funcTable.Load(426, "ImPlot_ImMean_U64Ptr");
|
||||
funcTable.Load(427, "ImPlot_ImStdDev_FloatPtr");
|
||||
funcTable.Load(428, "ImPlot_ImStdDev_doublePtr");
|
||||
funcTable.Load(429, "ImPlot_ImStdDev_S8Ptr");
|
||||
funcTable.Load(430, "ImPlot_ImStdDev_S16Ptr");
|
||||
funcTable.Load(431, "ImPlot_ImStdDev_U16Ptr");
|
||||
funcTable.Load(432, "ImPlot_ImStdDev_S32Ptr");
|
||||
funcTable.Load(433, "ImPlot_ImStdDev_U32Ptr");
|
||||
funcTable.Load(434, "ImPlot_ImStdDev_S64Ptr");
|
||||
funcTable.Load(435, "ImPlot_ImStdDev_U64Ptr");
|
||||
funcTable.Load(436, "ImPlot_ImMixU32");
|
||||
funcTable.Load(437, "ImPlot_ImLerpU32");
|
||||
funcTable.Load(438, "ImPlot_ImAlphaU32");
|
||||
funcTable.Load(439, "ImPlot_ImOverlaps_Float");
|
||||
funcTable.Load(440, "ImPlot_ImOverlaps_double");
|
||||
funcTable.Load(441, "ImPlot_ImOverlaps_S8");
|
||||
funcTable.Load(442, "ImPlot_ImOverlaps_S16");
|
||||
funcTable.Load(443, "ImPlot_ImOverlaps_U16");
|
||||
funcTable.Load(444, "ImPlot_ImOverlaps_S32");
|
||||
funcTable.Load(445, "ImPlot_ImOverlaps_U32");
|
||||
funcTable.Load(446, "ImPlot_ImOverlaps_S64");
|
||||
funcTable.Load(447, "ImPlot_ImOverlaps_U64");
|
||||
funcTable.Load(448, "ImPlotDateTimeSpec_ImPlotDateTimeSpec_Nil");
|
||||
funcTable.Load(449, "ImPlotDateTimeSpec_destroy");
|
||||
funcTable.Load(450, "ImPlotDateTimeSpec_ImPlotDateTimeSpec_PlotDateFmt");
|
||||
funcTable.Load(451, "ImPlotTime_ImPlotTime_Nil");
|
||||
funcTable.Load(452, "ImPlotTime_destroy");
|
||||
funcTable.Load(453, "ImPlotTime_ImPlotTime_time_t");
|
||||
funcTable.Load(454, "ImPlotTime_RollOver");
|
||||
funcTable.Load(455, "ImPlotTime_ToDouble");
|
||||
funcTable.Load(456, "ImPlotTime_FromDouble");
|
||||
funcTable.Load(457, "ImPlotColormapData_ImPlotColormapData");
|
||||
funcTable.Load(458, "ImPlotColormapData_destroy");
|
||||
funcTable.Load(459, "ImPlotColormapData_Append");
|
||||
funcTable.Load(460, "ImPlotColormapData__AppendTable");
|
||||
funcTable.Load(461, "ImPlotColormapData_RebuildTables");
|
||||
funcTable.Load(462, "ImPlotColormapData_IsQual");
|
||||
funcTable.Load(463, "ImPlotColormapData_GetName");
|
||||
funcTable.Load(464, "ImPlotColormapData_GetIndex");
|
||||
funcTable.Load(465, "ImPlotColormapData_GetKeys");
|
||||
funcTable.Load(466, "ImPlotColormapData_GetKeyCount");
|
||||
funcTable.Load(467, "ImPlotColormapData_GetKeyColor");
|
||||
funcTable.Load(468, "ImPlotColormapData_SetKeyColor");
|
||||
funcTable.Load(469, "ImPlotColormapData_GetTable");
|
||||
funcTable.Load(470, "ImPlotColormapData_GetTableSize");
|
||||
funcTable.Load(471, "ImPlotColormapData_GetTableColor");
|
||||
funcTable.Load(472, "ImPlotColormapData_LerpTable");
|
||||
funcTable.Load(473, "ImPlotPointError_ImPlotPointError");
|
||||
funcTable.Load(474, "ImPlotPointError_destroy");
|
||||
funcTable.Load(475, "ImPlotAnnotationCollection_ImPlotAnnotationCollection");
|
||||
funcTable.Load(476, "ImPlotAnnotationCollection_destroy");
|
||||
funcTable.Load(477, "ImPlotAnnotationCollection_AppendV");
|
||||
funcTable.Load(478, "ImPlotAnnotationCollection_Append");
|
||||
funcTable.Load(479, "ImPlotAnnotationCollection_GetText");
|
||||
funcTable.Load(480, "ImPlotAnnotationCollection_Reset");
|
||||
funcTable.Load(481, "ImPlotTagCollection_ImPlotTagCollection");
|
||||
funcTable.Load(482, "ImPlotTagCollection_destroy");
|
||||
funcTable.Load(483, "ImPlotTagCollection_AppendV");
|
||||
funcTable.Load(484, "ImPlotTagCollection_Append");
|
||||
funcTable.Load(485, "ImPlotTagCollection_GetText");
|
||||
funcTable.Load(486, "ImPlotTagCollection_Reset");
|
||||
funcTable.Load(487, "ImPlotTick_ImPlotTick");
|
||||
funcTable.Load(488, "ImPlotTick_destroy");
|
||||
funcTable.Load(489, "ImPlotTicker_ImPlotTicker");
|
||||
funcTable.Load(490, "ImPlotTicker_destroy");
|
||||
funcTable.Load(491, "ImPlotTicker_AddTick_doubleStr");
|
||||
funcTable.Load(492, "ImPlotTicker_AddTick_doublePlotFormatter");
|
||||
funcTable.Load(493, "ImPlotTicker_AddTick_PlotTick");
|
||||
funcTable.Load(494, "ImPlotTicker_GetText_Int");
|
||||
funcTable.Load(495, "ImPlotTicker_GetText_PlotTick");
|
||||
funcTable.Load(496, "ImPlotTicker_OverrideSizeLate");
|
||||
funcTable.Load(497, "ImPlotTicker_Reset");
|
||||
funcTable.Load(498, "ImPlotTicker_TickCount");
|
||||
funcTable.Load(499, "ImPlotAxis_ImPlotAxis");
|
||||
funcTable.Load(500, "ImPlotAxis_destroy");
|
||||
funcTable.Load(501, "ImPlotAxis_Reset");
|
||||
funcTable.Load(502, "ImPlotAxis_SetMin");
|
||||
funcTable.Load(503, "ImPlotAxis_SetMax");
|
||||
funcTable.Load(504, "ImPlotAxis_SetRange_double");
|
||||
funcTable.Load(505, "ImPlotAxis_SetRange_PlotRange");
|
||||
funcTable.Load(506, "ImPlotAxis_SetAspect");
|
||||
funcTable.Load(507, "ImPlotAxis_PixelSize");
|
||||
funcTable.Load(508, "ImPlotAxis_GetAspect");
|
||||
funcTable.Load(509, "ImPlotAxis_Constrain");
|
||||
funcTable.Load(510, "ImPlotAxis_UpdateTransformCache");
|
||||
funcTable.Load(511, "ImPlotAxis_PlotToPixels");
|
||||
funcTable.Load(512, "ImPlotAxis_PixelsToPlot");
|
||||
funcTable.Load(513, "ImPlotAxis_ExtendFit");
|
||||
funcTable.Load(514, "ImPlotAxis_ExtendFitWith");
|
||||
funcTable.Load(515, "ImPlotAxis_ApplyFit");
|
||||
funcTable.Load(516, "ImPlotAxis_HasLabel");
|
||||
funcTable.Load(517, "ImPlotAxis_HasGridLines");
|
||||
funcTable.Load(518, "ImPlotAxis_HasTickLabels");
|
||||
funcTable.Load(519, "ImPlotAxis_HasTickMarks");
|
||||
funcTable.Load(520, "ImPlotAxis_WillRender");
|
||||
funcTable.Load(521, "ImPlotAxis_IsOpposite");
|
||||
funcTable.Load(522, "ImPlotAxis_IsInverted");
|
||||
funcTable.Load(523, "ImPlotAxis_IsForeground");
|
||||
funcTable.Load(524, "ImPlotAxis_IsAutoFitting");
|
||||
funcTable.Load(525, "ImPlotAxis_CanInitFit");
|
||||
funcTable.Load(526, "ImPlotAxis_IsRangeLocked");
|
||||
funcTable.Load(527, "ImPlotAxis_IsLockedMin");
|
||||
funcTable.Load(528, "ImPlotAxis_IsLockedMax");
|
||||
funcTable.Load(529, "ImPlotAxis_IsLocked");
|
||||
funcTable.Load(530, "ImPlotAxis_IsInputLockedMin");
|
||||
funcTable.Load(531, "ImPlotAxis_IsInputLockedMax");
|
||||
funcTable.Load(532, "ImPlotAxis_IsInputLocked");
|
||||
funcTable.Load(533, "ImPlotAxis_HasMenus");
|
||||
funcTable.Load(534, "ImPlotAxis_IsPanLocked");
|
||||
funcTable.Load(535, "ImPlotAxis_PushLinks");
|
||||
funcTable.Load(536, "ImPlotAxis_PullLinks");
|
||||
funcTable.Load(537, "ImPlotAlignmentData_ImPlotAlignmentData");
|
||||
funcTable.Load(538, "ImPlotAlignmentData_destroy");
|
||||
funcTable.Load(539, "ImPlotAlignmentData_Begin");
|
||||
funcTable.Load(540, "ImPlotAlignmentData_Update");
|
||||
funcTable.Load(541, "ImPlotAlignmentData_End");
|
||||
funcTable.Load(542, "ImPlotAlignmentData_Reset");
|
||||
funcTable.Load(543, "ImPlotItem_ImPlotItem");
|
||||
funcTable.Load(544, "ImPlotItem_destroy");
|
||||
funcTable.Load(545, "ImPlotLegend_ImPlotLegend");
|
||||
funcTable.Load(546, "ImPlotLegend_destroy");
|
||||
funcTable.Load(547, "ImPlotLegend_Reset");
|
||||
funcTable.Load(548, "ImPlotItemGroup_ImPlotItemGroup");
|
||||
funcTable.Load(549, "ImPlotItemGroup_destroy");
|
||||
funcTable.Load(550, "ImPlotItemGroup_GetItemCount");
|
||||
funcTable.Load(551, "ImPlotItemGroup_GetItemID");
|
||||
funcTable.Load(552, "ImPlotItemGroup_GetItem_ID");
|
||||
funcTable.Load(553, "ImPlotItemGroup_GetItem_Str");
|
||||
funcTable.Load(554, "ImPlotItemGroup_GetOrAddItem");
|
||||
funcTable.Load(555, "ImPlotItemGroup_GetItemByIndex");
|
||||
funcTable.Load(556, "ImPlotItemGroup_GetItemIndex");
|
||||
funcTable.Load(557, "ImPlotItemGroup_GetLegendCount");
|
||||
funcTable.Load(558, "ImPlotItemGroup_GetLegendItem");
|
||||
funcTable.Load(559, "ImPlotItemGroup_GetLegendLabel");
|
||||
funcTable.Load(560, "ImPlotItemGroup_Reset");
|
||||
funcTable.Load(561, "ImPlotPlot_ImPlotPlot");
|
||||
funcTable.Load(562, "ImPlotPlot_destroy");
|
||||
funcTable.Load(563, "ImPlotPlot_IsInputLocked");
|
||||
funcTable.Load(564, "ImPlotPlot_ClearTextBuffer");
|
||||
funcTable.Load(565, "ImPlotPlot_SetTitle");
|
||||
funcTable.Load(566, "ImPlotPlot_HasTitle");
|
||||
funcTable.Load(567, "ImPlotPlot_GetTitle");
|
||||
funcTable.Load(568, "ImPlotPlot_XAxis_Nil");
|
||||
funcTable.Load(569, "ImPlotPlot_XAxis__const");
|
||||
funcTable.Load(570, "ImPlotPlot_YAxis_Nil");
|
||||
funcTable.Load(571, "ImPlotPlot_YAxis__const");
|
||||
funcTable.Load(572, "ImPlotPlot_EnabledAxesX");
|
||||
funcTable.Load(573, "ImPlotPlot_EnabledAxesY");
|
||||
funcTable.Load(574, "ImPlotPlot_SetAxisLabel");
|
||||
funcTable.Load(575, "ImPlotPlot_GetAxisLabel");
|
||||
funcTable.Load(576, "ImPlotSubplot_ImPlotSubplot");
|
||||
funcTable.Load(577, "ImPlotSubplot_destroy");
|
||||
funcTable.Load(578, "ImPlotNextPlotData_ImPlotNextPlotData");
|
||||
funcTable.Load(579, "ImPlotNextPlotData_destroy");
|
||||
funcTable.Load(580, "ImPlotNextPlotData_Reset");
|
||||
funcTable.Load(581, "ImPlotNextItemData_ImPlotNextItemData");
|
||||
funcTable.Load(582, "ImPlotNextItemData_destroy");
|
||||
funcTable.Load(583, "ImPlotNextItemData_Reset");
|
||||
funcTable.Load(584, "ImPlot_Initialize");
|
||||
funcTable.Load(585, "ImPlot_ResetCtxForNextPlot");
|
||||
funcTable.Load(586, "ImPlot_ResetCtxForNextAlignedPlots");
|
||||
funcTable.Load(587, "ImPlot_ResetCtxForNextSubplot");
|
||||
funcTable.Load(588, "ImPlot_GetPlot");
|
||||
funcTable.Load(589, "ImPlot_GetCurrentPlot");
|
||||
funcTable.Load(590, "ImPlot_BustPlotCache");
|
||||
funcTable.Load(591, "ImPlot_ShowPlotContextMenu");
|
||||
funcTable.Load(592, "ImPlot_SetupLock");
|
||||
funcTable.Load(593, "ImPlot_SubplotNextCell");
|
||||
funcTable.Load(594, "ImPlot_ShowSubplotsContextMenu");
|
||||
funcTable.Load(595, "ImPlot_BeginItem");
|
||||
funcTable.Load(596, "ImPlot_EndItem");
|
||||
funcTable.Load(597, "ImPlot_RegisterOrGetItem");
|
||||
funcTable.Load(598, "ImPlot_GetItem");
|
||||
funcTable.Load(599, "ImPlot_GetCurrentItem");
|
||||
funcTable.Load(600, "ImPlot_BustItemCache");
|
||||
funcTable.Load(601, "ImPlot_AnyAxesInputLocked");
|
||||
funcTable.Load(602, "ImPlot_AllAxesInputLocked");
|
||||
funcTable.Load(603, "ImPlot_AnyAxesHeld");
|
||||
funcTable.Load(604, "ImPlot_AnyAxesHovered");
|
||||
funcTable.Load(605, "ImPlot_FitThisFrame");
|
||||
funcTable.Load(606, "ImPlot_FitPointX");
|
||||
funcTable.Load(607, "ImPlot_FitPointY");
|
||||
funcTable.Load(608, "ImPlot_FitPoint");
|
||||
funcTable.Load(609, "ImPlot_RangesOverlap");
|
||||
funcTable.Load(610, "ImPlot_ShowAxisContextMenu");
|
||||
funcTable.Load(611, "ImPlot_GetLocationPos");
|
||||
funcTable.Load(612, "ImPlot_CalcLegendSize");
|
||||
funcTable.Load(613, "ImPlot_ShowLegendEntries");
|
||||
funcTable.Load(614, "ImPlot_ShowAltLegend");
|
||||
funcTable.Load(615, "ImPlot_ShowLegendContextMenu");
|
||||
funcTable.Load(616, "ImPlot_LabelAxisValue");
|
||||
funcTable.Load(617, "ImPlot_GetItemData");
|
||||
funcTable.Load(618, "ImPlot_IsColorAuto_Vec4");
|
||||
funcTable.Load(619, "ImPlot_IsColorAuto_PlotCol");
|
||||
funcTable.Load(620, "ImPlot_GetAutoColor");
|
||||
funcTable.Load(621, "ImPlot_GetStyleColorVec4");
|
||||
funcTable.Load(622, "ImPlot_GetStyleColorU32");
|
||||
funcTable.Load(623, "ImPlot_AddTextVertical");
|
||||
funcTable.Load(624, "ImPlot_AddTextCentered");
|
||||
funcTable.Load(625, "ImPlot_CalcTextSizeVertical");
|
||||
funcTable.Load(626, "ImPlot_CalcTextColor_Vec4");
|
||||
funcTable.Load(627, "ImPlot_CalcTextColor_U32");
|
||||
funcTable.Load(628, "ImPlot_CalcHoverColor");
|
||||
funcTable.Load(629, "ImPlot_ClampLabelPos");
|
||||
funcTable.Load(630, "ImPlot_GetColormapColorU32");
|
||||
funcTable.Load(631, "ImPlot_NextColormapColorU32");
|
||||
funcTable.Load(632, "ImPlot_SampleColormapU32");
|
||||
funcTable.Load(633, "ImPlot_RenderColorBar");
|
||||
funcTable.Load(634, "ImPlot_NiceNum");
|
||||
funcTable.Load(635, "ImPlot_OrderOfMagnitude");
|
||||
funcTable.Load(636, "ImPlot_OrderToPrecision");
|
||||
funcTable.Load(637, "ImPlot_Precision");
|
||||
funcTable.Load(638, "ImPlot_RoundTo");
|
||||
funcTable.Load(639, "ImPlot_Intersection");
|
||||
funcTable.Load(640, "ImPlot_FillRange_Vector_Float_Ptr");
|
||||
funcTable.Load(641, "ImPlot_FillRange_Vector_double_Ptr");
|
||||
funcTable.Load(642, "ImPlot_FillRange_Vector_S8_Ptr");
|
||||
funcTable.Load(643, "ImPlot_FillRange_Vector_U8_Ptr");
|
||||
funcTable.Load(644, "ImPlot_FillRange_Vector_S16_Ptr");
|
||||
funcTable.Load(645, "ImPlot_FillRange_Vector_U16_Ptr");
|
||||
funcTable.Load(646, "ImPlot_FillRange_Vector_S32_Ptr");
|
||||
funcTable.Load(647, "ImPlot_FillRange_Vector_U32_Ptr");
|
||||
funcTable.Load(648, "ImPlot_FillRange_Vector_S64_Ptr");
|
||||
funcTable.Load(649, "ImPlot_FillRange_Vector_U64_Ptr");
|
||||
funcTable.Load(650, "ImPlot_CalculateBins_FloatPtr");
|
||||
funcTable.Load(651, "ImPlot_CalculateBins_doublePtr");
|
||||
funcTable.Load(652, "ImPlot_CalculateBins_S8Ptr");
|
||||
funcTable.Load(653, "ImPlot_CalculateBins_S16Ptr");
|
||||
funcTable.Load(654, "ImPlot_CalculateBins_U16Ptr");
|
||||
funcTable.Load(655, "ImPlot_CalculateBins_S32Ptr");
|
||||
funcTable.Load(656, "ImPlot_CalculateBins_U32Ptr");
|
||||
funcTable.Load(657, "ImPlot_CalculateBins_S64Ptr");
|
||||
funcTable.Load(658, "ImPlot_CalculateBins_U64Ptr");
|
||||
funcTable.Load(659, "ImPlot_IsLeapYear");
|
||||
funcTable.Load(660, "ImPlot_GetDaysInMonth");
|
||||
funcTable.Load(661, "ImPlot_MkGmtTime");
|
||||
funcTable.Load(662, "ImPlot_GetGmtTime");
|
||||
funcTable.Load(663, "ImPlot_MkLocTime");
|
||||
funcTable.Load(664, "ImPlot_GetLocTime");
|
||||
funcTable.Load(665, "ImPlot_MakeTime");
|
||||
funcTable.Load(666, "ImPlot_GetYear");
|
||||
funcTable.Load(667, "ImPlot_AddTime");
|
||||
funcTable.Load(668, "ImPlot_FloorTime");
|
||||
funcTable.Load(669, "ImPlot_CeilTime");
|
||||
funcTable.Load(670, "ImPlot_RoundTime");
|
||||
funcTable.Load(671, "ImPlot_CombineDateTime");
|
||||
funcTable.Load(672, "ImPlot_FormatTime");
|
||||
funcTable.Load(673, "ImPlot_FormatDate");
|
||||
funcTable.Load(674, "ImPlot_FormatDateTime");
|
||||
funcTable.Load(675, "ImPlot_ShowDatePicker");
|
||||
funcTable.Load(676, "ImPlot_ShowTimePicker");
|
||||
funcTable.Load(677, "ImPlot_TransformForward_Log10");
|
||||
funcTable.Load(678, "ImPlot_TransformInverse_Log10");
|
||||
funcTable.Load(679, "ImPlot_TransformForward_SymLog");
|
||||
funcTable.Load(680, "ImPlot_TransformInverse_SymLog");
|
||||
funcTable.Load(681, "ImPlot_TransformForward_Logit");
|
||||
funcTable.Load(682, "ImPlot_TransformInverse_Logit");
|
||||
funcTable.Load(683, "ImPlot_Formatter_Default");
|
||||
funcTable.Load(684, "ImPlot_Formatter_Logit");
|
||||
funcTable.Load(685, "ImPlot_Formatter_Time");
|
||||
funcTable.Load(686, "ImPlot_Locator_Default");
|
||||
funcTable.Load(687, "ImPlot_Locator_Time");
|
||||
funcTable.Load(688, "ImPlot_Locator_Log10");
|
||||
funcTable.Load(689, "ImPlot_Locator_SymLog");
|
||||
funcTable.Load(690, "ImPlot_PlotLineG");
|
||||
funcTable.Load(691, "ImPlot_PlotScatterG");
|
||||
funcTable.Load(692, "ImPlot_PlotShadedG");
|
||||
funcTable.Load(693, "ImPlot_PlotBarsG");
|
||||
funcTable.Load(694, "ImPlot_PlotDigitalG");
|
||||
}
|
||||
|
||||
public static void FreeApi()
|
||||
{
|
||||
funcTable.Free();
|
||||
}
|
||||
}
|
||||
}
|
||||
5019
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.000.cs
Normal file
5019
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.000.cs
Normal file
File diff suppressed because it is too large
Load diff
5022
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.001.cs
Normal file
5022
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.001.cs
Normal file
File diff suppressed because it is too large
Load diff
5022
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.002.cs
Normal file
5022
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.002.cs
Normal file
File diff suppressed because it is too large
Load diff
5033
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.003.cs
Normal file
5033
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.003.cs
Normal file
File diff suppressed because it is too large
Load diff
5022
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.004.cs
Normal file
5022
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.004.cs
Normal file
File diff suppressed because it is too large
Load diff
5031
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.005.cs
Normal file
5031
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.005.cs
Normal file
File diff suppressed because it is too large
Load diff
5037
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.006.cs
Normal file
5037
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.006.cs
Normal file
File diff suppressed because it is too large
Load diff
5045
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.007.cs
Normal file
5045
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.007.cs
Normal file
File diff suppressed because it is too large
Load diff
5022
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.008.cs
Normal file
5022
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.008.cs
Normal file
File diff suppressed because it is too large
Load diff
5038
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.009.cs
Normal file
5038
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.009.cs
Normal file
File diff suppressed because it is too large
Load diff
5048
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.010.cs
Normal file
5048
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.010.cs
Normal file
File diff suppressed because it is too large
Load diff
5024
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.011.cs
Normal file
5024
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.011.cs
Normal file
File diff suppressed because it is too large
Load diff
5047
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.012.cs
Normal file
5047
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.012.cs
Normal file
File diff suppressed because it is too large
Load diff
5035
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.013.cs
Normal file
5035
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.013.cs
Normal file
File diff suppressed because it is too large
Load diff
5025
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.014.cs
Normal file
5025
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.014.cs
Normal file
File diff suppressed because it is too large
Load diff
5025
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.015.cs
Normal file
5025
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.015.cs
Normal file
File diff suppressed because it is too large
Load diff
5030
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.016.cs
Normal file
5030
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.016.cs
Normal file
File diff suppressed because it is too large
Load diff
5042
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.017.cs
Normal file
5042
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.017.cs
Normal file
File diff suppressed because it is too large
Load diff
5047
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.018.cs
Normal file
5047
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.018.cs
Normal file
File diff suppressed because it is too large
Load diff
5029
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.019.cs
Normal file
5029
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.019.cs
Normal file
File diff suppressed because it is too large
Load diff
5039
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.020.cs
Normal file
5039
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.020.cs
Normal file
File diff suppressed because it is too large
Load diff
5031
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.021.cs
Normal file
5031
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.021.cs
Normal file
File diff suppressed because it is too large
Load diff
5024
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.022.cs
Normal file
5024
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.022.cs
Normal file
File diff suppressed because it is too large
Load diff
5043
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.023.cs
Normal file
5043
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.023.cs
Normal file
File diff suppressed because it is too large
Load diff
5038
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.024.cs
Normal file
5038
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.024.cs
Normal file
File diff suppressed because it is too large
Load diff
5026
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.025.cs
Normal file
5026
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.025.cs
Normal file
File diff suppressed because it is too large
Load diff
5033
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.026.cs
Normal file
5033
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.026.cs
Normal file
File diff suppressed because it is too large
Load diff
5023
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.027.cs
Normal file
5023
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.027.cs
Normal file
File diff suppressed because it is too large
Load diff
5026
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.028.cs
Normal file
5026
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.028.cs
Normal file
File diff suppressed because it is too large
Load diff
5025
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.029.cs
Normal file
5025
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.029.cs
Normal file
File diff suppressed because it is too large
Load diff
5050
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.030.cs
Normal file
5050
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.030.cs
Normal file
File diff suppressed because it is too large
Load diff
5050
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.031.cs
Normal file
5050
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.031.cs
Normal file
File diff suppressed because it is too large
Load diff
5033
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.032.cs
Normal file
5033
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.032.cs
Normal file
File diff suppressed because it is too large
Load diff
5023
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.033.cs
Normal file
5023
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.033.cs
Normal file
File diff suppressed because it is too large
Load diff
5028
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.034.cs
Normal file
5028
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.034.cs
Normal file
File diff suppressed because it is too large
Load diff
5023
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.035.cs
Normal file
5023
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.035.cs
Normal file
File diff suppressed because it is too large
Load diff
5028
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.036.cs
Normal file
5028
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.036.cs
Normal file
File diff suppressed because it is too large
Load diff
5049
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.037.cs
Normal file
5049
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.037.cs
Normal file
File diff suppressed because it is too large
Load diff
5033
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.038.cs
Normal file
5033
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.038.cs
Normal file
File diff suppressed because it is too large
Load diff
5030
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.039.cs
Normal file
5030
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.039.cs
Normal file
File diff suppressed because it is too large
Load diff
5038
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.040.cs
Normal file
5038
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.040.cs
Normal file
File diff suppressed because it is too large
Load diff
5024
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.041.cs
Normal file
5024
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.041.cs
Normal file
File diff suppressed because it is too large
Load diff
5035
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.042.cs
Normal file
5035
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.042.cs
Normal file
File diff suppressed because it is too large
Load diff
5044
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.043.cs
Normal file
5044
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.043.cs
Normal file
File diff suppressed because it is too large
Load diff
5048
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.044.cs
Normal file
5048
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.044.cs
Normal file
File diff suppressed because it is too large
Load diff
5045
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.045.cs
Normal file
5045
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.045.cs
Normal file
File diff suppressed because it is too large
Load diff
5045
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.046.cs
Normal file
5045
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.046.cs
Normal file
File diff suppressed because it is too large
Load diff
5029
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.047.cs
Normal file
5029
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.047.cs
Normal file
File diff suppressed because it is too large
Load diff
5031
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.048.cs
Normal file
5031
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.048.cs
Normal file
File diff suppressed because it is too large
Load diff
5046
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.049.cs
Normal file
5046
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.049.cs
Normal file
File diff suppressed because it is too large
Load diff
5041
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.050.cs
Normal file
5041
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.050.cs
Normal file
File diff suppressed because it is too large
Load diff
5032
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.051.cs
Normal file
5032
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.051.cs
Normal file
File diff suppressed because it is too large
Load diff
5030
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.052.cs
Normal file
5030
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.052.cs
Normal file
File diff suppressed because it is too large
Load diff
5052
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.053.cs
Normal file
5052
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.053.cs
Normal file
File diff suppressed because it is too large
Load diff
5026
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.054.cs
Normal file
5026
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.054.cs
Normal file
File diff suppressed because it is too large
Load diff
5048
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.055.cs
Normal file
5048
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.055.cs
Normal file
File diff suppressed because it is too large
Load diff
5026
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.056.cs
Normal file
5026
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.056.cs
Normal file
File diff suppressed because it is too large
Load diff
5031
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.057.cs
Normal file
5031
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.057.cs
Normal file
File diff suppressed because it is too large
Load diff
5033
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.058.cs
Normal file
5033
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.058.cs
Normal file
File diff suppressed because it is too large
Load diff
5028
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.059.cs
Normal file
5028
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.059.cs
Normal file
File diff suppressed because it is too large
Load diff
5026
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.060.cs
Normal file
5026
imgui/Dalamud.Bindings.ImPlot/Generated/Functions/Functions.060.cs
Normal file
File diff suppressed because it is too large
Load diff
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue