5#include <SFML/Graphics/Rect.hpp>
18 Panel (
const sf::FloatRect& box,
const bool vis =
true,
const bool header =
true)
Definition Interpolation.h:16
Store constraints on position for gui panel. Alignment always precede relative position.
Definition Constraints.h:36
store panel posiiton, size and some parameters
Definition Panel.h:16
bool movable
is it movable ?
Definition Panel.h:27
sf::Vector2f position
position of the panel
Definition Panel.h:31
bool hasMenu
has it a menu ?
Definition Panel.h:26
bool hasHeader
has it an header ?
Definition Panel.h:25
bool isScrolled
is it scrolled ?
Definition Panel.h:30
Panel(const sf::FloatRect &box, const bool vis=true, const bool header=true)
Definition Panel.h:18
std::string title
title of the panel
Definition Panel.h:33
bool scrollable
is it scrollable ?
Definition Panel.h:29
bool closed
is it closed ?
Definition Panel.h:23
bool clipped
is contents clipped ?
Definition Panel.h:21
bool reduced
is it reduced (header only) ?
Definition Panel.h:28
sf::Vector2f size
size of the panel
Definition Panel.h:32
bool closable
is it closable ?
Definition Panel.h:22
bool visible
is it rendered ?
Definition Panel.h:24
WidgetOptions options
options of the window
Definition Panel.h:46
Constraints constraints
position constraints
Definition Panel.h:45
Panel panel
panel of the window
Definition Panel.h:44