Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
widgets.cpp File Reference
#include <utility>
#include "user_interface/widgets.h"
#include "application/application.h"
#include "user_interface/fonts/IconsFontAwesome6.h"
Include dependency graph for widgets.cpp:

Namespaces

namespace  dnf_composer
 
namespace  dnf_composer::user_interface
 
namespace  dnf_composer::user_interface::widgets
 

Functions

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)
 

Variables

ImFont * g_BlackLargeFont
 
ImFont * g_BoldLargeFont
 
ImFont * g_LargeIconsFont
 
ImFont * g_LightMediumFont
 
ImFont * g_MediumIconsFont
 
ImFont * g_MediumMediumFont
 
ImFont * g_MonoMediumFont
 

Variable Documentation

◆ g_BlackLargeFont

ImFont* g_BlackLargeFont
extern

◆ g_BoldLargeFont

ImFont* g_BoldLargeFont
extern

◆ g_LargeIconsFont

ImFont* g_LargeIconsFont
extern

◆ g_LightMediumFont

ImFont* g_LightMediumFont
extern

◆ g_MediumIconsFont

ImFont* g_MediumIconsFont
extern

◆ g_MediumMediumFont

ImFont* g_MediumMediumFont
extern

◆ g_MonoMediumFont

ImFont* g_MonoMediumFont
extern