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

#include <fileextcheckdlg.hxx>

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

Public Member Functions

 FileExtCheckDialog (weld::Window *pWindow, const OUString &sTitle, const OUString &sMsg)
 
virtual ~FileExtCheckDialog () override
 
- 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 (OnOkClick, weld::Button &, void)
 

Private Attributes

std::unique_ptr< weld::Labelm_pText
 
std::unique_ptr< weld::CheckButtonm_pPerformCheck
 
std::unique_ptr< weld::Buttonm_pOk
 

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 25 of file fileextcheckdlg.hxx.

Constructor & Destructor Documentation

◆ FileExtCheckDialog()

FileExtCheckDialog::FileExtCheckDialog ( weld::Window pWindow,
const OUString &  sTitle,
const OUString &  sMsg 
)

◆ ~FileExtCheckDialog()

FileExtCheckDialog::~FileExtCheckDialog ( )
overridevirtual

Member Function Documentation

◆ DECL_LINK()

FileExtCheckDialog::DECL_LINK ( OnOkClick  ,
weld::Button ,
void   
)
private

Member Data Documentation

◆ m_pOk

std::unique_ptr<weld::Button> FileExtCheckDialog::m_pOk
private

Definition at line 30 of file fileextcheckdlg.hxx.

Referenced by FileExtCheckDialog().

◆ m_pPerformCheck

std::unique_ptr<weld::CheckButton> FileExtCheckDialog::m_pPerformCheck
private

Definition at line 29 of file fileextcheckdlg.hxx.

Referenced by FileExtCheckDialog(), and ~FileExtCheckDialog().

◆ m_pText

std::unique_ptr<weld::Label> FileExtCheckDialog::m_pText
private

Definition at line 28 of file fileextcheckdlg.hxx.

Referenced by FileExtCheckDialog().


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