Skip to main content

Class ImRaii.Indent

Assembly: Dalamud.dll
View Source
Declaration
public sealed class ImRaii.Indent : IDisposable

Implements:
System.IDisposable

Properties

Indentation

View Source
Declaration
public float Indentation { get; }

Methods

Push(float, bool, bool)

View Source
Declaration
public ImRaii.Indent Push(float indent, bool scaled = true, bool condition = true)
Returns

Dalamud.Interface.Utility.Raii.ImRaii.Indent

Parameters
TypeName
System.Singleindent
System.Booleanscaled
System.Booleancondition

Push(int, bool)

View Source
Declaration
public ImRaii.Indent Push(int i = 1, bool condition = true)
Returns

Dalamud.Interface.Utility.Raii.ImRaii.Indent

Parameters
TypeName
System.Int32i
System.Booleancondition

Pop(float, bool)

View Source
Declaration
public void Pop(float indent, bool scaled = true)
Parameters
TypeName
System.Singleindent
System.Booleanscaled

Pop(int)

View Source
Declaration
public void Pop(int i)
Parameters
TypeName
System.Int32i

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

View Source
Declaration
public void Dispose()

Implements

  • System.IDisposable