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

Method onFileDrop

Tools/LayoutEditor/Application.cpp:357–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 }
356
357 void Application::onFileDrop(const std::wstring& _fileName)
358 {
359 CommandManager::getInstance().setCommandData(_fileName);
360 CommandManager::getInstance().executeCommand("Command_FileDrop");
361 }
362
363 bool Application::onWindowClose(size_t _handle)
364 {

Callers

nothing calls this directly

Calls 2

setCommandDataMethod · 0.80
executeCommandMethod · 0.45

Tested by

no test coverage detected