KShare/screenshotutil.hpp

13 lines
235 B
C++

#ifndef SCREENSHOTUTIL_HPP
#define SCREENSHOTUTIL_HPP
#include <QPixmap>
namespace screenshotutil {
QPixmap *fullscreen(bool cursor = true);
QPixmap *window(long wid);
void toClipboard(QString value);
}
#endif // SCREENSHOTUTIL_HPP