malena
Why malena
Quick start
Tutorials
API docs
GitHub
GitHub
Tutorials
Loading...
Searching...
No Matches
Graphics
Primitives
Rectangle.h
Go to the documentation of this file.
1
#ifndef RECTANGLE_H
2
#define RECTANGLE_H
3
4
#pragma once
5
6
#include <
Malena/Graphics/Base/Graphic.h
>
7
#include <
Malena/Traits/Base/Customizable.h
>
8
#include <
Malena/Graphics/Primitives/RoundedRectangle.h
>
9
10
namespace
ml
11
{
43
class
Rectangle
:
public
Graphic
<ml::RoundedRectangle>
44
{
45
public
:
46
using
Graphic::Graphic
;
47
};
48
60
template
<
typename
MANIFEST>
61
class
RectangleWith
:
public
Rectangle
,
public
Customizable
<MANIFEST> {};
62
63
}
// namespace ml
64
65
#endif
// RECTANGLE_H
Customizable.h
Graphic.h
RoundedRectangle.h
ml::Customizable< MANIFEST >::Customizable
Customizable()=default
ml::Graphic::Graphic
Graphic()
ml::Rectangle
A framework-integrated rectangle with optional rounded corners.
Definition
Rectangle.h:44
ml::Rectangle::Graphic
Graphic()
ml::RectangleWith
Rectangle with an attached manifest.
Definition
Rectangle.h:61
ml
Definition
Component.h:18
Generated by
1.16.1