| 860 | } |
| 861 | |
| 862 | bool Widget::IsActiveWidget() const { |
| 863 | return IsActiveWidget( shared_from_this() ); |
| 864 | } |
| 865 | |
| 866 | bool Widget::IsActiveWidget( PtrConst widget ) { |
| 867 | if( active_widget.lock() == widget ) { |
nothing calls this directly
no outgoing calls
no test coverage detected