| 28 | |
| 29 | |
| 30 | struct FPythonSlateMenuBar { |
| 31 | FString name; |
| 32 | std::list<FPythonSlateCommand *> *commands; |
| 33 | void Builder(FMenuBarBuilder& MenuBarBuilder); |
| 34 | void Filler(FMenuBuilder& Builder); |
| 35 | }; |
| 36 | |
| 37 | class FPythonSlateCommands : public TCommands<FPythonSlateCommands> |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected