MCPcopy Create free account
hub / github.com/ckaiser/Lightscreen / action

Method action

lightscreenwindow.cpp:141–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void LightscreenWindow::action(int mode)
142{
143 if (mode <= Screenshot::SelectedWindow) {
144 screenshotAction((Screenshot::Mode)mode);
145 } else if (mode == ShowMainWindow) {
146 show();
147 } else if (mode == OpenScreenshotFolder) {
148 goToFolder();
149 } else {
150 qWarning() << "Unknown hotkey ID: " << mode;
151 }
152}
153
154void LightscreenWindow::areaHotkey()
155{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected