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

Method GetClass

src/SFGUI/Widget.cpp:628–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628std::string Widget::GetClass() const {
629 if( !m_class_id ) {
630 return "";
631 }
632
633 return m_class_id->class_;
634}
635
636Widget::Ptr SearchContainerForId( Container::PtrConst container, const std::string& id ) {
637 if( !container ) {

Callers 3

MatchesMethod · 0.80
SearchContainerForClassFunction · 0.80
GetWidgetsByClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected