| 453 | |
| 454 | private: |
| 455 | struct ClassId { |
| 456 | std::string id; |
| 457 | std::string class_; |
| 458 | }; |
| 459 | |
| 460 | static void SetActiveWidget( Ptr widget ); |
| 461 | static bool IsActiveWidget( PtrConst widget ); |
nothing calls this directly
no outgoing calls
no test coverage detected