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

#include <versdlg.hxx>

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

Public Member Functions

 SfxViewVersionDialog_Impl (weld::Window *pParent, SfxVersionInfo &rInfo, bool bEdit)
 
- 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 (ButtonHdl, weld::Button &, void)
 

Private Attributes

SfxVersionInfom_rInfo
 
std::unique_ptr< weld::Labelm_xDateTimeText
 
std::unique_ptr< weld::Labelm_xSavedByText
 
std::unique_ptr< weld::TextViewm_xEdit
 
std::unique_ptr< weld::Buttonm_xOKButton
 
std::unique_ptr< weld::Buttonm_xCancelButton
 
std::unique_ptr< weld::Buttonm_xCloseButton
 

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 57 of file versdlg.hxx.

Constructor & Destructor Documentation

◆ SfxViewVersionDialog_Impl()

SfxViewVersionDialog_Impl::SfxViewVersionDialog_Impl ( weld::Window pParent,
SfxVersionInfo rInfo,
bool  bEdit 
)

Member Function Documentation

◆ DECL_LINK()

SfxViewVersionDialog_Impl::DECL_LINK ( ButtonHdl  ,
weld::Button ,
void   
)
private

Member Data Documentation

◆ m_rInfo

SfxVersionInfo& SfxViewVersionDialog_Impl::m_rInfo
private

Definition at line 60 of file versdlg.hxx.

◆ m_xCancelButton

std::unique_ptr<weld::Button> SfxViewVersionDialog_Impl::m_xCancelButton
private

Definition at line 66 of file versdlg.hxx.

Referenced by SfxViewVersionDialog_Impl().

◆ m_xCloseButton

std::unique_ptr<weld::Button> SfxViewVersionDialog_Impl::m_xCloseButton
private

Definition at line 67 of file versdlg.hxx.

Referenced by SfxViewVersionDialog_Impl().

◆ m_xDateTimeText

std::unique_ptr<weld::Label> SfxViewVersionDialog_Impl::m_xDateTimeText
private

Definition at line 62 of file versdlg.hxx.

Referenced by SfxViewVersionDialog_Impl().

◆ m_xEdit

std::unique_ptr<weld::TextView> SfxViewVersionDialog_Impl::m_xEdit
private

Definition at line 64 of file versdlg.hxx.

Referenced by SfxViewVersionDialog_Impl().

◆ m_xOKButton

std::unique_ptr<weld::Button> SfxViewVersionDialog_Impl::m_xOKButton
private

Definition at line 65 of file versdlg.hxx.

Referenced by SfxViewVersionDialog_Impl().

◆ m_xSavedByText

std::unique_ptr<weld::Label> SfxViewVersionDialog_Impl::m_xSavedByText
private

Definition at line 63 of file versdlg.hxx.

Referenced by SfxViewVersionDialog_Impl().


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