MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_v_size_flags

Method get_v_size_flags

scene/gui/control.cpp:1838–1841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1836}
1837
1838BitField<Control::SizeFlags> Control::get_v_size_flags() const {
1839 ERR_READ_THREAD_GUARD_V(SIZE_EXPAND_FILL);
1840 return data.v_size_flags;
1841}
1842
1843void Control::set_stretch_ratio(real_t p_ratio) {
1844 ERR_MAIN_THREAD_GUARD;

Callers 10

_notificationMethod · 0.80
_compute_split_offsetMethod · 0.80
_reposition_childrenMethod · 0.80
_resortMethod · 0.80
_resortMethod · 0.80
_resortMethod · 0.80
fit_child_in_rectMethod · 0.80
_expand_flag_toggledMethod · 0.80
_selection_changedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected