MCPcopy Create free account
hub / github.com/TankOs/SFGUI / HasStyle

Method HasStyle

src/SFGUI/Window.cpp:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97bool Window::HasStyle( Style style ) const {
98 return (m_style & style) == style;
99}
100
101sf::Vector2f Window::CalculateRequisition() {
102 float visual_border_width( Context::Get().GetEngine().GetProperty<float>( "BorderWidth", shared_from_this() ) );

Callers 1

CreateWindowDrawableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected