LibreOffice Module vcl (master)
1
|
#include <locktoplevels.hxx>
Public Member Functions | |
TopLevelWindowLocker () | |
~TopLevelWindowLocker () | |
void | incBusy (const weld::Widget *pIgnore) |
void | decBusy () |
bool | isBusy () const |
Private Attributes | |
std::unique_ptr< TopLevelWindowLockerImpl > | m_xImpl |
Definition at line 22 of file locktoplevels.hxx.
TopLevelWindowLocker::TopLevelWindowLocker | ( | ) |
Definition at line 1626 of file dialog.cxx.
TopLevelWindowLocker::~TopLevelWindowLocker | ( | ) |
Definition at line 1677 of file dialog.cxx.
void TopLevelWindowLocker::decBusy | ( | ) |
Definition at line 1659 of file dialog.cxx.
void TopLevelWindowLocker::incBusy | ( | const weld::Widget * | pIgnore | ) |
Definition at line 1631 of file dialog.cxx.
References a, FirstChild, Application::GetFirstTopLevelWindow(), vcl::Window::GetFrameWeld(), Application::GetNextTopLevelWindow(), vcl::Window::GetType(), vcl::Window::GetWindow(), and m_xImpl.
bool TopLevelWindowLocker::isBusy | ( | ) | const |
Definition at line 1672 of file dialog.cxx.
References m_xImpl.
|
private |
Definition at line 25 of file locktoplevels.hxx.