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

Class Options

tools/screenshot.h:70–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 };
69
70 struct Options {
71 QString fileName;
72 Result result;
73
74 Format format;
75 NamingOptions namingOptions;
76 QDir directory;
77 QString prefix;
78 QString uploadService;
79
80 int mode;
81 int quality;
82
83 bool animations;
84 bool clipboard;
85 bool urlClipboard;
86 bool currentMonitor;
87 bool cursor;
88 bool file;
89 bool magnify;
90 bool optimize;
91 bool preview;
92 bool replace;
93 bool saveAs;
94 bool upload;
95 };
96
97 Screenshot(QObject *parent, Screenshot::Options options);
98 ~Screenshot();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected