diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-02-14 21:11:52 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-09 22:21:39 +0100 |
commit | 94e319834bb36b61b47d380cfbfaa3337c1dbea9 (patch) | |
tree | 4aba8c1dbc1921aa8674bdacb71de39f13d873d0 /include | |
parent | 125895c355ebc9f60e792cdfffdf790c10c950cc (diff) |
vclref: re-work mbInDtor handling, add IsDisposed method and more.
Change-Id: I4b522e0df372d61d8bb7bbcd4b0629c4412cae06
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/window.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 09589f53fa98..7d104a4700c2 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -421,7 +421,6 @@ private: ::OutputDevice* mpOutputDevice; mutable int mnRefCnt; // reference count - bool mbInDtor = false; // true: We're still in Window-Dtor #ifdef DBG_UTIL friend const char* ::ImplDbgCheckWindow( const void* pObj ); @@ -772,6 +771,7 @@ public: bool IsMenuFloatingWindow() const; bool IsToolbarFloatingWindow() const; bool IsTopWindow() const; + bool IsDisposed() const; SystemWindow* GetSystemWindow() const; void EnableAllResize( bool bEnable = true ); |