Stencil value type (also used as a mask).
More...
#include <StencilMode.hpp>
|
| | StencilValue (int theValue) |
| | Construct a stencil value from a signed integer.
|
| | StencilValue (unsigned int theValue) |
| | Construct a stencil value from an unsigned integer.
|
| template<typename T> |
| | StencilValue (T)=delete |
| | Disable construction from any other type.
|
|
| unsigned int | value {} |
| | The stored stencil value.
|
Stencil value type (also used as a mask).
◆ StencilValue() [1/3]
| sf::StencilValue::StencilValue |
( |
int | theValue | ) |
|
Construct a stencil value from a signed integer.
- Parameters
-
| theValue | Signed integer value to use |
◆ StencilValue() [2/3]
| sf::StencilValue::StencilValue |
( |
unsigned int | theValue | ) |
|
Construct a stencil value from an unsigned integer.
- Parameters
-
| theValue | Unsigned integer value to use |
◆ StencilValue() [3/3]
template<typename T>
| sf::StencilValue::StencilValue |
( |
T | | ) |
|
|
delete |
Disable construction from any other type.
◆ value
| unsigned int sf::StencilValue::value {} |
The stored stencil value.
The documentation for this struct was generated from the following file: