summaryrefslogtreecommitdiff
path: root/include/vcl/uitest/factory.hxx
AgeCommit message (Collapse)Author
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
Change-Id: I0507dd797cd5a35e0ae14f4b69ee4e172d08a71a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105681 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
2019-05-09add missing include guardsLuboš Luňák
Change-Id: I337c0f567112f95e2a1d762e511d5b632dd2892f Reviewed-on: https://gerrit.libreoffice.org/71997 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2016-06-18uitest: a slightly better approach for the factory problem in the ui testingMarkus Mohrhard
Change-Id: I15dbf2446791c4be9be4e18e63c0d03104d8d405
2016-06-18uitest: provide a way for non-vcl modules to register factoriesMarkus Mohrhard
There are still two huge problems around my approach. It still requires to add some code to the existing widget class so that it registers the UI object wrapper. And secondly I have not yet solved the problem of longer inheritance hierarchies. E.g. A <- B <- C. However it is a first version that allows for now to extend the UI testing code into other places. I'm soon moving the header for the ui objects to the public include so that all objects can inherit from the basic vcl wrapper objects. Change-Id: Ifac9d635b4a68737048f50cd2a9d3e8830b165a5