LibreOffice Module sfx2 (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SfxVersionDialog Class Referencefinal

#include <versdlg.hxx>

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

Public Member Functions

 SfxVersionDialog (weld::Window *pParent, SfxViewFrame *pFrame, bool)
 
virtual ~SfxVersionDialog () override
 
bool IsSaveVersionOnClose () const
 
- Public Member Functions inherited from SfxDialogController
 SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId)
 
virtual void Activate ()
 
virtual void Deactivate ()
 
virtual void ChildWinDispose ()
 
virtual void Close ()
 
virtual void EndDialog (int nResponse)
 
virtual bool CloseOnHide () const
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () const
 
virtual short run ()
 
void set_title (const OUString &rTitle)
 
OUString get_title () const
 
void set_help_id (const OUString &rHelpId)
 
OUString get_help_id () const
 
void response (int nResponse)
 
virtual ~DialogController () COVERITY_NOEXCEPT_FALSE
 

Private Member Functions

 DECL_LINK (DClickHdl_Impl, weld::TreeView &, bool)
 
 DECL_LINK (SelectHdl_Impl, weld::TreeView &, void)
 
 DECL_LINK (ButtonHdl_Impl, weld::Button &, void)
 
 DECL_LINK (ToggleHdl_Impl, weld::Toggleable &, void)
 
void Init_Impl ()
 
void Open_Impl ()
 

Private Attributes

SfxViewFramem_pViewFrame
 
bool m_bIsSaveVersionOnClose
 
std::unique_ptr< SfxVersionTableDtorm_pTable
 
std::unique_ptr< weld::Buttonm_xSaveButton
 
std::unique_ptr< weld::CheckButtonm_xSaveCheckBox
 
std::unique_ptr< weld::Buttonm_xOpenButton
 
std::unique_ptr< weld::Buttonm_xViewButton
 
std::unique_ptr< weld::Buttonm_xDeleteButton
 
std::unique_ptr< weld::Buttonm_xCompareButton
 
std::unique_ptr< weld::Buttonm_xCmisButton
 
std::unique_ptr< weld::TreeViewm_xVersionBox
 

Additional Inherited Members

- Static Public Member Functions inherited from weld::DialogController
static bool runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 30 of file versdlg.hxx.

Constructor & Destructor Documentation

◆ SfxVersionDialog()

SfxVersionDialog::SfxVersionDialog ( weld::Window pParent,
SfxViewFrame pFrame,
bool  bIsSaveVersionOnClose 
)

◆ ~SfxVersionDialog()

SfxVersionDialog::~SfxVersionDialog ( )
overridevirtual

Definition at line 253 of file versdlg.cxx.

Member Function Documentation

◆ DECL_LINK() [1/4]

SfxVersionDialog::DECL_LINK ( ButtonHdl_Impl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/4]

SfxVersionDialog::DECL_LINK ( DClickHdl_Impl  ,
weld::TreeView ,
bool   
)
private

◆ DECL_LINK() [3/4]

SfxVersionDialog::DECL_LINK ( SelectHdl_Impl  ,
weld::TreeView ,
void   
)
private

◆ DECL_LINK() [4/4]

SfxVersionDialog::DECL_LINK ( ToggleHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ Init_Impl()

void SfxVersionDialog::Init_Impl ( )
private

◆ IsSaveVersionOnClose()

bool SfxVersionDialog::IsSaveVersionOnClose ( ) const
inline

Definition at line 54 of file versdlg.hxx.

References m_bIsSaveVersionOnClose.

Referenced by SfxObjectShell::ExecFile_Impl().

◆ Open_Impl()

void SfxVersionDialog::Open_Impl ( )
private

Member Data Documentation

◆ m_bIsSaveVersionOnClose

bool SfxVersionDialog::m_bIsSaveVersionOnClose
private

Definition at line 33 of file versdlg.hxx.

Referenced by Init_Impl(), and IsSaveVersionOnClose().

◆ m_pTable

std::unique_ptr<SfxVersionTableDtor> SfxVersionDialog::m_pTable
private

Definition at line 34 of file versdlg.hxx.

Referenced by Init_Impl().

◆ m_pViewFrame

SfxViewFrame* SfxVersionDialog::m_pViewFrame
private

Definition at line 32 of file versdlg.hxx.

Referenced by Init_Impl(), Open_Impl(), and SfxVersionDialog().

◆ m_xCmisButton

std::unique_ptr<weld::Button> SfxVersionDialog::m_xCmisButton
private

Definition at line 41 of file versdlg.hxx.

Referenced by Init_Impl(), and SfxVersionDialog().

◆ m_xCompareButton

std::unique_ptr<weld::Button> SfxVersionDialog::m_xCompareButton
private

Definition at line 40 of file versdlg.hxx.

Referenced by Init_Impl(), and SfxVersionDialog().

◆ m_xDeleteButton

std::unique_ptr<weld::Button> SfxVersionDialog::m_xDeleteButton
private

Definition at line 39 of file versdlg.hxx.

Referenced by Init_Impl(), and SfxVersionDialog().

◆ m_xOpenButton

std::unique_ptr<weld::Button> SfxVersionDialog::m_xOpenButton
private

Definition at line 37 of file versdlg.hxx.

Referenced by Init_Impl(), and SfxVersionDialog().

◆ m_xSaveButton

std::unique_ptr<weld::Button> SfxVersionDialog::m_xSaveButton
private

Definition at line 35 of file versdlg.hxx.

Referenced by Init_Impl(), and SfxVersionDialog().

◆ m_xSaveCheckBox

std::unique_ptr<weld::CheckButton> SfxVersionDialog::m_xSaveCheckBox
private

Definition at line 36 of file versdlg.hxx.

Referenced by Init_Impl(), and SfxVersionDialog().

◆ m_xVersionBox

std::unique_ptr<weld::TreeView> SfxVersionDialog::m_xVersionBox
private

Definition at line 42 of file versdlg.hxx.

Referenced by Init_Impl(), Open_Impl(), and SfxVersionDialog().

◆ m_xViewButton

std::unique_ptr<weld::Button> SfxVersionDialog::m_xViewButton
private

Definition at line 38 of file versdlg.hxx.

Referenced by Init_Impl(), and SfxVersionDialog().


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