#include <imgui.h>
#include <imgui_internal.h>
#include <implot.h>
#include "tools/math.h"
Go to the source code of this file.
|
| bool | dnf_composer::user_interface::widgets::BeginHorizontal (const void *id=nullptr, float spacing=0.0f) |
| |
| bool | dnf_composer::user_interface::widgets::BeginVertical (const void *id=nullptr, float spacing=0.0f) |
| |
| void | dnf_composer::user_interface::widgets::EndHorizontal () |
| |
| void | dnf_composer::user_interface::widgets::EndVertical () |
| |
| void | dnf_composer::user_interface::widgets::renderHelpMarker (const char *desc) |
| |
| bool | dnf_composer::user_interface::widgets::renderIconTileButton (const char *id, const char *icon, const char *label, float tile, float uiScale, ImU32 colBg, ImU32 colHover, ImU32 colActive, ImU32 colText, ImU32 colLabel) |
| |
| bool | dnf_composer::user_interface::widgets::renderSidebarTab (const char *icon, const char *label, bool selected) |
| |
| void | dnf_composer::user_interface::widgets::Spring (float weight=1.0f, const float spacing=0.0f) |
| |