| 21 | FACTORY_ITEM_ATTRIBUTE(FontTryControl) |
| 22 | |
| 23 | FontTryControl::~FontTryControl() |
| 24 | { |
| 25 | DataSelectorManager::getInstance().getEvent("Root")->disconnect(this); |
| 26 | |
| 27 | SettingsManager::getInstance().setValue("Controls/TryFontControl/Text", mEdit->getCaption()); |
| 28 | } |
| 29 | |
| 30 | void FontTryControl::OnInitialise(Control* _parent, MyGUI::Widget* _place, std::string_view _layoutName) |
| 31 | { |
nothing calls this directly
no test coverage detected