Movatterモバイル変換


[0]ホーム

URL:


Loading...
Searching...
No Matches

Stencil value type (also used as a mask)More...

#include <SFML/Graphics/StencilMode.hpp>

Public Member Functions

 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.

Public Attributes

unsigned int value {}
 The stored stencil value.

Detailed Description

Stencil value type (also used as a mask)

Definition at line74 of fileStencilMode.hpp.

Constructor & Destructor Documentation

◆ StencilValue()[1/3]

sf::StencilValue::StencilValue(inttheValue)

Construct a stencil value from a signed integer.

Parameters
theValueSigned integer value to use

◆ StencilValue()[2/3]

sf::StencilValue::StencilValue(unsigned inttheValue)

Construct a stencil value from an unsigned integer.

Parameters
theValueUnsigned integer value to use

◆ StencilValue()[3/3]

template<typename T>
sf::StencilValue::StencilValue(T)
delete

Disable construction from any other type.

Member Data Documentation

◆ value

unsigned int sf::StencilValue::value {}

The stored stencil value.

Definition at line99 of fileStencilMode.hpp.


The documentation for this struct was generated from the following file:

[8]ページ先頭

©2009-2025 Movatter.jp