Namespace Dalamud.Interface.Utility.Raii
Classes
ImRaii
ImRaii.ColorDisposable
ImRaii.DisabledDisposable
A wrapper around disabled state.
ImRaii.EnabledDisposable
A wrapper around re-enabling the state.
ImRaii.FontDisposable
A wrapper around pushing fonts.
ImRaii.IdDisposable
A wrapper around ID pushing.
ImRaii.IndentDisposable
A wrapper around indentation.
ImRaii.ItemWidthDisposable
A wrapper around pushing item widths.
ImRaii.PlotColorDisposable
ImRaii.PlotStyleDisposable
A wrapper around style pushing.
ImRaii.StyleDisposable
A wrapper around style pushing.
ImRaii.TextWrapDisposable
A wrapper around pushing text wrap positions.
Structs
ImRaii.ChildDisposable
A wrapper around ImGui child windows.
ImRaii.ChildFrameDisposable
A wrapper around ImGui child frame.
ImRaii.ColumnsDisposable
A wrapper around creating pre-table style column separation.
ImRaii.ComboDisposable
A wrapper around creating pre-table style column separation.
ImRaii.DragDropSourceDisposable
A wrapper around a ImGui Drag and Drop Source.
ImRaii.DragDropTargetDisposable
A wrapper around a ImGui Drag and Drop Target.
ImRaii.GroupDisposable
A wrapper around ImGui groups.
ImRaii.HeaderDisposable
A wrapper around ImGui collapsing headers that also push an ID.
ImRaii.ListBoxDisposable
A wrapper around ImGui list boxes.
ImRaii.MainMenuBarDisposable
A wrapper around ImGui main menu bars.
ImRaii.MenuBarDisposable
A wrapper around ImGui menu bars.
ImRaii.MenuDisposable
A wrapper around ImGui menus.
ImRaii.PlotAlignedDisposable
A wrapper around ImPlots aligned plot.
ImRaii.PlotDisposable
A wrapper around ImPlots plot.
ImRaii.PlotDragDropSourceDisposable
A wrapper around ImPlots drag and drop source.
ImRaii.PlotDragDropTargetDisposable
A wrapper around ImPlots drag and drop target.
ImRaii.PlotLegendDisposable
A wrapper around ImPlots legend.
ImRaii.PlotSubDisposable
A wrapper around ImPlots plot sub.
ImRaii.PopupDisposable
A wrapper around ImGui popups.
ImRaii.TabBarDisposable
A wrapper around ImGui tab bars.
ImRaii.TabItemDisposable
A wrapper around ImGui tab items.
ImRaii.TableDisposable
A wrapper around ImGui tables.
ImRaii.TooltipDisposable
A wrapper around ImGui tooltips.
ImRaii.TreeNodeDisposable
A wrapper around ImGui tree nodes.