Class StyleEditorWindow
Window for the Dalamud style editor.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Interface.Internal.Windows.StyleEditor
Assembly: Dalamud.dll
Syntax
public class StyleEditorWindow : Window
Constructors
| Improve this Doc View SourceStyleEditorWindow()
Initializes a new instance of the StyleEditorWindow class.
Declaration
public StyleEditorWindow()
Methods
| Improve this Doc View SourceDraw()
Code to be executed every time the window renders.
Declaration
public override void Draw()
Overrides
Remarks
In this method, implement your drawing code. You do NOT need to ImGui.Begin your window.
OnClose()
Code to be executed when the window is closed.
Declaration
public override void OnClose()
Overrides
| Improve this Doc View SourceOnOpen()
Code to be executed when the window is opened.
Declaration
public override void OnOpen()