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

#include <versdlg.hxx>

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

Public Member Functions

 SfxCmisVersionsDialog (weld::Window *pParent, SfxViewFrame *pFrame)
 
virtual ~SfxCmisVersionsDialog () override
 
- 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

void LoadVersions ()
 

Private Attributes

SfxViewFramem_pViewFrame
 
std::unique_ptr< SfxVersionTableDtorm_pTable
 
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 75 of file versdlg.hxx.

Constructor & Destructor Documentation

◆ SfxCmisVersionsDialog()

SfxCmisVersionsDialog::SfxCmisVersionsDialog ( weld::Window pParent,
SfxViewFrame pFrame 
)

◆ ~SfxCmisVersionsDialog()

SfxCmisVersionsDialog::~SfxCmisVersionsDialog ( )
overridevirtual

Definition at line 446 of file versdlg.cxx.

Member Function Documentation

◆ LoadVersions()

void SfxCmisVersionsDialog::LoadVersions ( )
private

Member Data Documentation

◆ m_pTable

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

Definition at line 78 of file versdlg.hxx.

Referenced by LoadVersions().

◆ m_pViewFrame

SfxViewFrame* SfxCmisVersionsDialog::m_pViewFrame
private

Definition at line 77 of file versdlg.hxx.

Referenced by LoadVersions(), and SfxCmisVersionsDialog().

◆ m_xVersionBox

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

Definition at line 80 of file versdlg.hxx.

Referenced by LoadVersions(), and SfxCmisVersionsDialog().


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