Pioneer
Loading...
Searching...
No Matches
Functions
ImGui Namespace Reference

Functions

void UnDisable ()
 
void ReDisable ()
 
bool IsDisabled ()
 
bool InputFixed (const char *str, fixed *val, double step=0.01, double step_fast=0.1, const char *format="%.4f", ImGuiInputTextFlags flags=0)
 
bool InputInt (const char *label, int *v, int step, int step_fast, const char *format, ImGuiInputTextFlags flags=0)
 
void AlignTextToLineHeight (float lineHeight=-1.0f)
 
void AddWindowPadding (ImVec2 padding)
 
float GetLineHeight ()
 
ImVec2 GetWindowContentSize (const char *name)
 
IMGUI_API void Value (const char *prefix, const std::string &str)
 

Function Documentation

◆ AddWindowPadding()

void ImGui::AddWindowPadding ( ImVec2  padding)

◆ AlignTextToLineHeight()

void ImGui::AlignTextToLineHeight ( float  lineHeight = -1.0f)

◆ GetLineHeight()

float ImGui::GetLineHeight ( )

◆ GetWindowContentSize()

ImVec2 ImGui::GetWindowContentSize ( const char *  name)

◆ InputFixed()

bool ImGui::InputFixed ( const char *  str,
fixed val,
double  step = 0.01,
double  step_fast = 0.1,
const char *  format = "%.4f",
ImGuiInputTextFlags  flags = 0 
)
inline
Here is the call graph for this function:

◆ InputInt()

bool ImGui::InputInt ( const char *  label,
int *  v,
int  step,
int  step_fast,
const char *  format,
ImGuiInputTextFlags  flags = 0 
)
inline

◆ IsDisabled()

bool ImGui::IsDisabled ( )

◆ ReDisable()

void ImGui::ReDisable ( )

◆ UnDisable()

void ImGui::UnDisable ( )

◆ Value()

IMGUI_API void ImGui::Value ( const char *  prefix,
const std::string &  str 
)
Here is the call graph for this function: