MCPcopy Create free account
hub / github.com/MyGUI/mygui / onFileDrop

Method onFileDrop

Tools/SkinEditor/Application.cpp:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 }
306
307 void Application::onFileDrop(const std::wstring& _fileName)
308 {
309 CommandManager::getInstance().setCommandData(_fileName);
310 CommandManager::getInstance().executeCommand("Command_FileDrop");
311 }
312
313 bool Application::onWindowClose(size_t _handle)
314 {

Callers

nothing calls this directly

Calls 2

setCommandDataMethod · 0.80
executeCommandMethod · 0.45

Tested by

no test coverage detected