Panel

A Widget

Constructors

this
this(string name, string displayName, bool defaultVisibility)

Constructs a panel

Members

Functions

displayName
string displayName()
Undocumented in source. Be warned that the author may not have intended to support it.
displayNameC
const(char)* displayNameC()
Undocumented in source. Be warned that the author may not have intended to support it.
getDefaultVisibility
bool getDefaultVisibility()
Undocumented in source. Be warned that the author may not have intended to support it.
init_
void init_()

Initializes the Panel

name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
onBeginUpdate
void onBeginUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
onEndUpdate
void onEndUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
onInit
void onInit()
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate()
Undocumented in source.
update
void update()

Draws the panel

Variables

alwaysVisible
bool alwaysVisible;

Whether the panel is always visible

flags
ImGuiWindowFlags flags;
Undocumented in source.
panelSpace
ImVec2 panelSpace;
Undocumented in source.
visible
bool visible;

Whether the panel is visible

Meta