From eb63c0fa4761fa5a8505a594ea5fd861af474533 Mon Sep 17 00:00:00 2001 From: Jan Arve Saether Date: Tue, 19 Apr 2016 14:00:40 +0200 Subject: Add ImInputItemClipRectangle This rectangle represents the "effective" visual rectangle of the input item, excluding any areas obscured due to clipping. Note: The effective visual rectangle will not be influenced by overlapping items. Change-Id: I234176161dcfb9c236124e33ae510a0b01fe6dc3 Reviewed-by: Richard Moe Gustavsen --- src/corelib/global/qnamespace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/global/qnamespace.h') diff --git a/src/corelib/global/qnamespace.h b/src/corelib/global/qnamespace.h index 5a4f499a87..c73ceb9503 100644 --- a/src/corelib/global/qnamespace.h +++ b/src/corelib/global/qnamespace.h @@ -1340,6 +1340,7 @@ public: ImTextAfterCursor = 0x1000, ImEnterKeyType = 0x2000, ImAnchorRectangle = 0x4000, + ImInputItemClipRectangle = 0x8000, ImPlatformData = 0x80000000, ImQueryInput = ImCursorRectangle | ImCursorPosition | ImSurroundingText | -- cgit v1.2.3