LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScValidityRefChildWin Class Reference

#include <reffact.hxx>

Inheritance diagram for ScValidityRefChildWin:
[legend]
Collaboration diagram for ScValidityRefChildWin:
[legend]

Public Member Functions

 ScValidityRefChildWin (vcl::Window *, sal_uInt16, const SfxBindings *, SfxChildWinInfo *)
 
 SFX_DECL_CHILDWINDOW_WITHID (ScValidityRefChildWin)
 
virtual ~ScValidityRefChildWin () override
 
bool LockVisible (bool bLock)
 
bool LockFreeWindow (bool bLock)
 
void Hide () override
 
void Show (ShowFlags nFlags) override
 
- Public Member Functions inherited from SfxChildWindow
virtual ~SfxChildWindow ()
 
void Destroy ()
 
vcl::WindowGetWindow () const
 
void SetController (std::shared_ptr< SfxDialogController > controller)
 
void ClearController ()
 
std::shared_ptr< SfxDialogController > & GetController ()
 
const std::shared_ptr< SfxDialogController > & GetController () const
 
vcl::WindowGetParent () const
 
SfxChildAlignment GetAlignment () const
 
void SetAlignment (SfxChildAlignment eAlign)
 
virtual void Hide ()
 
virtual void Show (ShowFlags nFlags)
 
sal_uInt16 GetPosition () const
 
sal_uInt16 GetType () const
 
virtual SfxChildWinInfo GetInfo () const
 
void SaveStatus (const SfxChildWinInfo &rInfo)
 
void SetHideNotDelete (bool bOn)
 
bool IsHideNotDelete () const
 
bool IsVisible () const
 
void SetWantsFocus (bool)
 
bool WantsFocus () const
 
virtual bool QueryClose ()
 
const css::uno::Reference< css::frame::XFrame > & GetFrame () const
 
void SetFrame (const css::uno::Reference< css::frame::XFrame > &)
 
void SetVisible_Impl (bool bVis)
 
SAL_DLLPRIVATE void SetWorkWindow_Impl (SfxWorkWindow *)
 
SAL_DLLPRIVATE void Activate_Impl ()
 
SAL_DLLPRIVATE void SetFactory_Impl (const SfxChildWinFactory *)
 

Private Attributes

bool m_bVisibleLock:1
 
bool m_bFreeWindowLock:1
 

Additional Inherited Members

- Static Public Member Functions inherited from SfxChildWindow
static void RegisterChildWindow (SfxModule *, const SfxChildWinFactory &)
 
static std::unique_ptr< SfxChildWindowCreateChildWindow (sal_uInt16, vcl::Window *, SfxBindings *, SfxChildWinInfo const &)
 
static SAL_DLLPRIVATE void InitializeChildWinFactory_Impl (sal_uInt16, SfxChildWinInfo &)
 
- Protected Member Functions inherited from SfxChildWindow
void SetWindow (const VclPtr< vcl::Window > &p)
 
 SfxChildWindow (vcl::Window *pParentWindow, sal_uInt16 nId)
 

Detailed Description

Definition at line 203 of file reffact.hxx.

Constructor & Destructor Documentation

◆ ScValidityRefChildWin()

ScValidityRefChildWin::ScValidityRefChildWin ( vcl::Window ,
sal_uInt16  ,
const SfxBindings ,
SfxChildWinInfo  
)

◆ ~ScValidityRefChildWin()

ScValidityRefChildWin::~ScValidityRefChildWin ( )
overridevirtual

Definition at line 290 of file reffact.cxx.

References m_bFreeWindowLock, and SfxChildWindow::SetController().

Member Function Documentation

◆ Hide()

void ScValidityRefChildWin::Hide ( )
inlineoverridevirtual

Reimplemented from SfxChildWindow.

Definition at line 213 of file reffact.hxx.

References SfxChildWindow::Hide(), and m_bVisibleLock.

◆ LockFreeWindow()

bool ScValidityRefChildWin::LockFreeWindow ( bool  bLock)
inline

Definition at line 212 of file reffact.hxx.

References m_bFreeWindowLock.

◆ LockVisible()

bool ScValidityRefChildWin::LockVisible ( bool  bLock)
inline

Definition at line 211 of file reffact.hxx.

References m_bVisibleLock.

◆ SFX_DECL_CHILDWINDOW_WITHID()

ScValidityRefChildWin::SFX_DECL_CHILDWINDOW_WITHID ( ScValidityRefChildWin  )

◆ Show()

void ScValidityRefChildWin::Show ( ShowFlags  nFlags)
inlineoverridevirtual

Reimplemented from SfxChildWindow.

Definition at line 214 of file reffact.hxx.

References m_bVisibleLock, and SfxChildWindow::Show().

Member Data Documentation

◆ m_bFreeWindowLock

bool ScValidityRefChildWin::m_bFreeWindowLock
private

Definition at line 206 of file reffact.hxx.

Referenced by LockFreeWindow(), and ~ScValidityRefChildWin().

◆ m_bVisibleLock

bool ScValidityRefChildWin::m_bVisibleLock
private

Definition at line 205 of file reffact.hxx.

Referenced by Hide(), LockVisible(), and Show().


The documentation for this class was generated from the following files: