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

Method UpdateDrawablePosition

src/SFGUI/Widget.cpp:586–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586void Widget::UpdateDrawablePosition() const {
587 if( m_drawable ) {
588 m_drawable->SetPosition( GetAbsolutePosition() );
589 }
590}
591
592void Widget::SetId( const std::string& id ) {
593 if( id.empty() ) {

Callers

nothing calls this directly

Calls 1

SetPositionMethod · 0.45

Tested by

no test coverage detected