MetaImGUI 1.0.0
ImGui Application Template for C++20
Loading...
Searching...
No Matches
MetaImGUI::UILayout Namespace Reference

Variables

constexpr float LEFT_MARGIN = 50.0f
 
constexpr float TOP_MARGIN = 100.0f
 
constexpr float LINE_SPACING = 30.0f
 
constexpr float BUTTON_SPACING = 40.0f
 
constexpr float STATUS_BAR_HEIGHT = 28.0f
 
constexpr float ABOUT_WINDOW_WIDTH = 450.0f
 
constexpr float ABOUT_WINDOW_HEIGHT = 350.0f
 
constexpr float UPDATE_WINDOW_WIDTH = 450.0f
 
constexpr float UPDATE_WINDOW_HEIGHT = 300.0f
 
constexpr float RELEASE_NOTES_HEIGHT = 120.0f
 
constexpr float BUTTON_OPEN_RELEASE_WIDTH = 200.0f
 
constexpr float BUTTON_REMIND_LATER_WIDTH = 150.0f
 
constexpr float BUTTON_CLOSE_WIDTH = 75.0f
 
constexpr float BUTTON_HEIGHT = 30.0f
 
constexpr float STATUS_CIRCLE_RADIUS = 5.0f
 
constexpr float STATUS_CIRCLE_PADDING = 6.0f
 
constexpr float STATUS_RIGHT_SIDE_WIDTH = 200.0f
 
constexpr float WINDOW_PADDING_X = 8.0f
 
constexpr float WINDOW_PADDING_Y = 4.0f
 
constexpr float ITEM_SPACING_X = 12.0f
 
constexpr float ITEM_SPACING_Y = 0.0f
 
constexpr float VERTICAL_SPACING_SMALL = 10.0f
 
constexpr float TEXT_WRAP_POS_MULTIPLIER = 35.0f
 

Variable Documentation

◆ ABOUT_WINDOW_HEIGHT

constexpr float MetaImGUI::UILayout::ABOUT_WINDOW_HEIGHT = 350.0f
constexpr

Definition at line 51 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderAboutWindow().

◆ ABOUT_WINDOW_WIDTH

constexpr float MetaImGUI::UILayout::ABOUT_WINDOW_WIDTH = 450.0f
constexpr

Definition at line 50 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderAboutWindow().

◆ BUTTON_CLOSE_WIDTH

constexpr float MetaImGUI::UILayout::BUTTON_CLOSE_WIDTH = 75.0f
constexpr

Definition at line 59 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderUpdateNotification().

◆ BUTTON_HEIGHT

constexpr float MetaImGUI::UILayout::BUTTON_HEIGHT = 30.0f
constexpr

Definition at line 60 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderUpdateNotification().

◆ BUTTON_OPEN_RELEASE_WIDTH

constexpr float MetaImGUI::UILayout::BUTTON_OPEN_RELEASE_WIDTH = 200.0f
constexpr

Definition at line 57 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderUpdateNotification().

◆ BUTTON_REMIND_LATER_WIDTH

constexpr float MetaImGUI::UILayout::BUTTON_REMIND_LATER_WIDTH = 150.0f
constexpr

Definition at line 58 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderUpdateNotification().

◆ BUTTON_SPACING

constexpr float MetaImGUI::UILayout::BUTTON_SPACING = 40.0f
constexpr

Definition at line 46 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderMainWindow().

◆ ITEM_SPACING_X

constexpr float MetaImGUI::UILayout::ITEM_SPACING_X = 12.0f
constexpr

Definition at line 70 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderStatusBar().

◆ ITEM_SPACING_Y

constexpr float MetaImGUI::UILayout::ITEM_SPACING_Y = 0.0f
constexpr

Definition at line 71 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderStatusBar().

◆ LEFT_MARGIN

constexpr float MetaImGUI::UILayout::LEFT_MARGIN = 50.0f
constexpr

Definition at line 43 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderMainWindow().

◆ LINE_SPACING

constexpr float MetaImGUI::UILayout::LINE_SPACING = 30.0f
constexpr

Definition at line 45 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderMainWindow().

◆ RELEASE_NOTES_HEIGHT

constexpr float MetaImGUI::UILayout::RELEASE_NOTES_HEIGHT = 120.0f
constexpr

Definition at line 54 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderUpdateNotification().

◆ STATUS_BAR_HEIGHT

constexpr float MetaImGUI::UILayout::STATUS_BAR_HEIGHT = 28.0f
constexpr

◆ STATUS_CIRCLE_PADDING

constexpr float MetaImGUI::UILayout::STATUS_CIRCLE_PADDING = 6.0f
constexpr

Definition at line 64 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderStatusBar().

◆ STATUS_CIRCLE_RADIUS

constexpr float MetaImGUI::UILayout::STATUS_CIRCLE_RADIUS = 5.0f
constexpr

Definition at line 63 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderStatusBar().

◆ STATUS_RIGHT_SIDE_WIDTH

constexpr float MetaImGUI::UILayout::STATUS_RIGHT_SIDE_WIDTH = 200.0f
constexpr

Definition at line 65 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderStatusBar().

◆ TEXT_WRAP_POS_MULTIPLIER

constexpr float MetaImGUI::UILayout::TEXT_WRAP_POS_MULTIPLIER = 35.0f
constexpr

Definition at line 73 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::HelpMarker().

◆ TOP_MARGIN

constexpr float MetaImGUI::UILayout::TOP_MARGIN = 100.0f
constexpr

Definition at line 44 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderMainWindow().

◆ UPDATE_WINDOW_HEIGHT

constexpr float MetaImGUI::UILayout::UPDATE_WINDOW_HEIGHT = 300.0f
constexpr

Definition at line 53 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderUpdateNotification().

◆ UPDATE_WINDOW_WIDTH

constexpr float MetaImGUI::UILayout::UPDATE_WINDOW_WIDTH = 450.0f
constexpr

Definition at line 52 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderUpdateNotification().

◆ VERTICAL_SPACING_SMALL

constexpr float MetaImGUI::UILayout::VERTICAL_SPACING_SMALL = 10.0f
constexpr

Definition at line 72 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderAboutWindow().

◆ WINDOW_PADDING_X

constexpr float MetaImGUI::UILayout::WINDOW_PADDING_X = 8.0f
constexpr

Definition at line 68 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderStatusBar().

◆ WINDOW_PADDING_Y

constexpr float MetaImGUI::UILayout::WINDOW_PADDING_Y = 4.0f
constexpr

Definition at line 69 of file UIRenderer.cpp.

Referenced by MetaImGUI::UIRenderer::RenderStatusBar().