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

#include <FileExportedDialog.hxx>

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

Public Member Functions

 FileExportedDialog (weld::Window *pParent, OUString atitle)
 
- 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_DLLPRIVATE_LINK (OpenHdl, weld::Button &, void)
 

Private Attributes

std::unique_ptr< weld::Labelm_xFileLabel
 
std::unique_ptr< weld::Buttonm_xButton
 

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 13 of file FileExportedDialog.hxx.

Constructor & Destructor Documentation

◆ FileExportedDialog()

FileExportedDialog::FileExportedDialog ( weld::Window pParent,
OUString  atitle 
)
explicit

Definition at line 19 of file FileExportedDialog.cxx.

References LINK, m_xButton, and m_xFileLabel.

Member Function Documentation

◆ DECL_DLLPRIVATE_LINK()

FileExportedDialog::DECL_DLLPRIVATE_LINK ( OpenHdl  ,
weld::Button ,
void   
)
private

Member Data Documentation

◆ m_xButton

std::unique_ptr<weld::Button> FileExportedDialog::m_xButton
private

Definition at line 17 of file FileExportedDialog.hxx.

Referenced by FileExportedDialog().

◆ m_xFileLabel

std::unique_ptr<weld::Label> FileExportedDialog::m_xFileLabel
private

Definition at line 16 of file FileExportedDialog.hxx.

Referenced by FileExportedDialog().


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