lmgl 1.0.0
A lightweight OpenGL graphics engine library written in C++
Loading...
Searching...
No Matches
panel.hpp File Reference

Panel UI element for displaying colored rectangles. More...

#include "lmgl/renderer/shader.hpp"
#include "lmgl/renderer/vertex_array.hpp"
#include "lmgl/ui/ui_element.hpp"
#include <glm/glm.hpp>
#include <memory>

Go to the source code of this file.

Classes

class  lmgl::ui::Panel
 Panel UI element for rendering colored rectangles. More...

Namespaces

namespace  lmgl
 Forward declarations for Assimp Material structure.
namespace  lmgl::ui

Detailed Description

Panel UI element for displaying colored rectangles.

This header file contains the definition of the Panel class, which renders a solid colored rectangle with optional border and background color.