39 static bool isCopy(QKeyEvent* event);
45 static bool isCut(QKeyEvent* event);
51 static bool isPaste(QKeyEvent* event);
57 static void set(
const string& text);
65 #endif // _gclipboard_h
static bool isCut(QKeyEvent *event)
Returns true if the given event represents a "cut" operation.
Definition: gclipboard.cpp:45
static bool isCopy(QKeyEvent *event)
Returns true if the given event represents a "copy" operation.
Definition: gclipboard.cpp:38
static bool isPaste(QKeyEvent *event)
Returns true if the given event represents a "paste" operation.
Definition: gclipboard.cpp:54
The GClipboard class contains static methods you can use to get and set the contents of the system cl...
Definition: gclipboard.h:28