36 static bool isCopy(QKeyEvent* event);
42 static bool isCut(QKeyEvent* event);
48 static bool isPaste(QKeyEvent* event);
54 static void set(
const string& text);
60 #endif // _gclipboard_h static bool isCopy(QKeyEvent *event)
Returns true if the given event represents a "copy" operation.
Definition: gclipboard.cpp:34
static bool isCut(QKeyEvent *event)
Returns true if the given event represents a "cut" operation.
Definition: gclipboard.cpp:41
The GClipboard class contains static methods you can use to get and set the contents of the system cl...
Definition: gclipboard.h:25
static bool isPaste(QKeyEvent *event)
Returns true if the given event represents a "paste" operation.
Definition: gclipboard.cpp:50