summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-04-03 02:38:11 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:01:55 +0200
commitae9dc22955e5b83cb2671c21d9bfea7dd3b389b5 (patch)
treeafa82d18e406419fad94677a93ac9ae0cd150177 /include/svtools
parent65ce002f4ff1559d836c1af2749963031fdc4efe (diff)
uitest: add initial version of wrapper for tree list box
The tree list will also be the first case where we need non-vcl::Window based children. We should create one child for each entry to make it possible to interact with them correctly. Change-Id: I49e1ddf7b271946fd595ebfe2f4f2d0c8a535fdc
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/treelistbox.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index aaeb1f65bbd4..9a6a2ed219c5 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -796,6 +796,8 @@ public:
virtual Size GetOptimalSize() const override;
void SetAlternatingRowColors( const bool bEnable );
+
+ virtual FactoryFunction GetUITestFactory() const override;
};
#define SV_LBOX_DD_FORMAT "SV_LBOX_DD_FORMAT"