MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / onNewFilePressed

Method onNewFilePressed

Tactility/Source/app/files/View.cpp:398–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void View::onNewFilePressed() {
399 LOGGER.info("Creating new file");
400 state->setPendingAction(State::ActionCreateFile);
401 inputdialog::start("New File", "Enter filename:", "");
402}
403
404void View::onNewFolderPressed() {
405 LOGGER.info("Creating new folder");

Callers 1

onNewFilePressedCallbackFunction · 0.80

Calls 3

infoMethod · 0.80
setPendingActionMethod · 0.80
startFunction · 0.70

Tested by

no test coverage detected