Skip to main content
Version: 14.x (API 14) [Legacy]

Struct ImRaii.HeaderDisposable

A wrapper around ImGui collapsing headers that also push an ID.

Assembly: Dalamud.dll
Declaration
public ref struct ImRaii.HeaderDisposable : IDisposable

Implements:
System.IDisposable

Properties

Alive

Gets a value indicating whether the ID node is already popped.

Declaration
public readonly bool Alive { get; }

Fields

Success

Whether the collapsing header is currently opened.

Declaration
public readonly bool Success

Methods

Dispose()

Pop the pushed ID on leaving scope.

Declaration
public void Dispose()

Implements

  • System.IDisposable