LibreOffice Module sfx2 (master) 1
|
#include <workwin.hxx>
Public Member Functions | |
SfxChild_Impl (vcl::Window &rChild, const Size &rSize, SfxChildAlignment eAlignment, bool bIsVisible) | |
SfxChild_Impl (std::shared_ptr< SfxDialogController > xChild, SfxChildAlignment eAlignment) | |
Public Attributes | |
VclPtr< vcl::Window > | pWin |
std::shared_ptr< SfxDialogController > | xController |
Size | aSize |
SfxChildAlignment | eAlign |
SfxChildVisibility | nVisible |
bool | bResize |
bool | bSetFocus |
Definition at line 82 of file workwin.hxx.
|
inline |
Definition at line 92 of file workwin.hxx.
References NOT_VISIBLE, nVisible, and VISIBLE.
|
inline |
Definition at line 100 of file workwin.hxx.
References NOT_VISIBLE, nVisible, VISIBLE, and xController.
Size SfxChild_Impl::aSize |
Definition at line 86 of file workwin.hxx.
Referenced by SfxWorkWindow::Arrange_Impl(), and SfxWorkWindow::ConfigChild_Impl().
bool SfxChild_Impl::bResize |
Definition at line 89 of file workwin.hxx.
Referenced by SfxWorkWindow::Arrange_Impl(), and SfxWorkWindow::ConfigChild_Impl().
bool SfxChild_Impl::bSetFocus |
Definition at line 90 of file workwin.hxx.
Referenced by SfxWorkWindow::CreateChildWin_Impl(), and SfxWorkWindow::ShowChildWindow_Impl().
SfxChildAlignment SfxChild_Impl::eAlign |
Definition at line 87 of file workwin.hxx.
Referenced by SfxWorkWindow::Arrange_Impl(), SfxWorkWindow::ConfigChild_Impl(), SfxWorkWindow::MakeChildrenVisible_Impl(), SfxWorkWindow::Sort_Impl(), and SfxWorkWindow::UpdateChildWindows_Impl().
SfxChildVisibility SfxChild_Impl::nVisible |
Definition at line 88 of file workwin.hxx.
Referenced by SfxWorkWindow::Arrange_Impl(), SfxWorkWindow::ConfigChild_Impl(), SfxWorkWindow::CreateChildWin_Impl(), SfxWorkWindow::HidePopups_Impl(), SfxSplitWindow::InsertWindow_Impl(), SfxWorkWindow::MakeChildrenVisible_Impl(), SfxSplitWindow::SetFadeIn_Impl(), SfxSplitWindow::SetPinned_Impl(), SfxChild_Impl(), SfxWorkWindow::ShowChildWindow_Impl(), and SfxWorkWindow::UpdateChildWindows_Impl().
VclPtr<vcl::Window> SfxChild_Impl::pWin |
Definition at line 84 of file workwin.hxx.
Referenced by SfxWorkWindow::Arrange_Impl(), SfxWorkWindow::ConfigChild_Impl(), SfxWorkWindow::FindChild_Impl(), SfxWorkWindow::FlushPendingChildSizes(), SfxWorkWindow::HideChildren_Impl(), and SfxWorkWindow::ReleaseChild_Impl().
std::shared_ptr<SfxDialogController> SfxChild_Impl::xController |
Definition at line 85 of file workwin.hxx.
Referenced by SfxWorkWindow::HideChildren_Impl(), SfxWorkWindow::ReleaseChild_Impl(), and SfxChild_Impl().