diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-12-09 07:39:58 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 16:59:48 +0200 |
commit | af5b0086239b2d0e33b4dcc5b7d401a0e1fc6a70 (patch) | |
tree | 3805325e403ada8d34764648d92768c234a218be /vcl/inc | |
parent | 909d87cc6187ecffa2704e67ffbe372fd2d90e49 (diff) |
uitest: store the id of each vcl::Window
We will use the ID in the UI testing to identify the widget.
Change-Id: I4dd79a02355e1de40f3c2ddc6a61a805b4e30778
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index be5f0a91a9f5..b14806df1c7d 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -234,6 +234,7 @@ public: OString maHelpId; OUString maHelpText; OUString maQuickHelpText; + OUString maID; InputContext maInputContext; css::uno::Reference< css::awt::XWindowPeer > mxWindowPeer; css::uno::Reference< css::accessibility::XAccessible > mxAccessible; |