#include <Style.hpp>
|
| | StylePack ()=default |
| |
| template<typename... Args> |
| | StylePack (Args &&... args) |
| |
| void | apply (Frame &viewport, const Shape2D &shape) override |
| |
| | ~StylePack () override |
| |
| template<typename SomeStyle , typename... Args> |
| void | add (const SomeStyle &style, Args &&... args) |
| |
| template<typename SomeStyle > |
| void | add (const SomeStyle &style) |
| |
| | Style ()=default |
| |
| virtual | ~Style ()=default |
| |
◆ StylePack() [1/2]
| Sh::StylePack::StylePack |
( |
| ) |
|
|
default |
◆ StylePack() [2/2]
template<typename... Args>
| Sh::StylePack::StylePack |
( |
Args &&... |
args | ) |
|
|
inlineexplicit |
◆ ~StylePack()
| Sh::StylePack::~StylePack |
( |
| ) |
|
|
inlineoverride |
◆ add() [1/2]
template<typename SomeStyle >
| void Sh::StylePack::add |
( |
const SomeStyle & |
style | ) |
|
|
inline |
◆ add() [2/2]
template<typename SomeStyle , typename... Args>
| void Sh::StylePack::add |
( |
const SomeStyle & |
style, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ apply()
| void Sh::StylePack::apply |
( |
Frame & |
viewport, |
|
|
const Shape2D & |
shape |
|
) |
| |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file:
- /home/shishqa/dev/MIPT/2020_3/00_ShishGL/include/ShishGL/GUI/UIWindow/Style.hpp