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

#include <checkin.hxx>

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

Public Member Functions

 SfxCheckinDialog (weld::Window *pParent)
 
virtual ~SfxCheckinDialog () override
 
OUString GetComment () const
 
bool IsMajor () 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 (OKHdl, weld::Button &, void)
 

Private Attributes

std::unique_ptr< weld::TextViewm_xCommentED
 
std::unique_ptr< weld::CheckButtonm_xMajorCB
 
std::unique_ptr< weld::Buttonm_xOKBtn
 

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 14 of file checkin.hxx.

Constructor & Destructor Documentation

◆ SfxCheckinDialog()

SfxCheckinDialog::SfxCheckinDialog ( weld::Window pParent)

Definition at line 12 of file checkin.cxx.

References LINK, and m_xOKBtn.

◆ ~SfxCheckinDialog()

SfxCheckinDialog::~SfxCheckinDialog ( )
overridevirtual

Definition at line 21 of file checkin.cxx.

Member Function Documentation

◆ DECL_LINK()

SfxCheckinDialog::DECL_LINK ( OKHdl  ,
weld::Button ,
void   
)
private

◆ GetComment()

OUString SfxCheckinDialog::GetComment ( ) const

Definition at line 25 of file checkin.cxx.

References m_xCommentED.

Referenced by SfxObjectShell::CheckIn().

◆ IsMajor()

bool SfxCheckinDialog::IsMajor ( ) const

Definition at line 30 of file checkin.cxx.

References m_xMajorCB.

Referenced by SfxObjectShell::CheckIn().

Member Data Documentation

◆ m_xCommentED

std::unique_ptr<weld::TextView> SfxCheckinDialog::m_xCommentED
private

Definition at line 17 of file checkin.hxx.

Referenced by GetComment().

◆ m_xMajorCB

std::unique_ptr<weld::CheckButton> SfxCheckinDialog::m_xMajorCB
private

Definition at line 18 of file checkin.hxx.

Referenced by IsMajor().

◆ m_xOKBtn

std::unique_ptr<weld::Button> SfxCheckinDialog::m_xOKBtn
private

Definition at line 19 of file checkin.hxx.

Referenced by SfxCheckinDialog().


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