| 176 | inline G4UIcommandTree* GetTree() const { return treeTop; } |
| 177 | inline G4UIsession* GetSession() const { return session; } |
| 178 | inline G4UIsession* GetG4UIWindow() const { return g4UIWindow; } |
| 179 | // Find base session in a hierarchy of sessions |
| 180 | G4UIsession* GetBaseSession() const; |
| 181 |
no outgoing calls
no test coverage detected