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

#include <docrecovery.hxx>

Inheritance diagram for svx::DocRecovery::BrokenRecoveryDialog:
[legend]
Collaboration diagram for svx::DocRecovery::BrokenRecoveryDialog:
[legend]

Public Member Functions

 BrokenRecoveryDialog (weld::Window *pParent, RecoveryCore *pCore, bool bBeforeRecovery)
 TODO. More...
 
virtual ~BrokenRecoveryDialog () override
 
bool isExecutionNeeded () const
 TODO. More...
 
const OUString & getSaveDirURL () const
 TODO. More...
 
- 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 impl_refresh ()
 TODO. More...
 
 DECL_LINK (SaveButtonHdl, weld::Button &, void)
 TODO. More...
 
 DECL_LINK (OkButtonHdl, weld::Button &, void)
 TODO. More...
 
 DECL_LINK (CancelButtonHdl, weld::Button &, void)
 TODO. More...
 
void impl_askForSavePath ()
 TODO. More...
 

Private Attributes

OUString m_sSavePath
 
RecoveryCorem_pCore
 
bool const m_bBeforeRecovery
 
bool m_bExecutionNeeded
 
std::unique_ptr< weld::TreeViewm_xFileListLB
 
std::unique_ptr< weld::Entrym_xSaveDirED
 
std::unique_ptr< weld::Buttonm_xSaveDirBtn
 
std::unique_ptr< weld::Buttonm_xOkBtn
 
std::unique_ptr< weld::Buttonm_xCancelBtn
 

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 455 of file docrecovery.hxx.

Constructor & Destructor Documentation

◆ BrokenRecoveryDialog()

svx::DocRecovery::BrokenRecoveryDialog::BrokenRecoveryDialog ( weld::Window pParent,
RecoveryCore pCore,
bool  bBeforeRecovery 
)

◆ ~BrokenRecoveryDialog()

svx::DocRecovery::BrokenRecoveryDialog::~BrokenRecoveryDialog ( )
overridevirtual

Definition at line 1135 of file docrecovery.cxx.

Member Function Documentation

◆ DECL_LINK() [1/3]

svx::DocRecovery::BrokenRecoveryDialog::DECL_LINK ( CancelButtonHdl  ,
weld::Button ,
void   
)
private

TODO.

◆ DECL_LINK() [2/3]

svx::DocRecovery::BrokenRecoveryDialog::DECL_LINK ( OkButtonHdl  ,
weld::Button ,
void   
)
private

TODO.

◆ DECL_LINK() [3/3]

svx::DocRecovery::BrokenRecoveryDialog::DECL_LINK ( SaveButtonHdl  ,
weld::Button ,
void   
)
private

TODO.

◆ getSaveDirURL()

const OUString & svx::DocRecovery::BrokenRecoveryDialog::getSaveDirURL ( ) const

TODO.

Definition at line 1173 of file docrecovery.cxx.

References m_sSavePath.

Referenced by svx::DocRecovery::RecoveryDialog::execute().

◆ impl_askForSavePath()

void svx::DocRecovery::BrokenRecoveryDialog::impl_askForSavePath ( )
private

◆ impl_refresh()

void svx::DocRecovery::BrokenRecoveryDialog::impl_refresh ( )
private

◆ isExecutionNeeded()

bool svx::DocRecovery::BrokenRecoveryDialog::isExecutionNeeded ( ) const

TODO.

Definition at line 1168 of file docrecovery.cxx.

References m_bExecutionNeeded.

Referenced by svx::DocRecovery::RecoveryDialog::execute().

Member Data Documentation

◆ m_bBeforeRecovery

bool const svx::DocRecovery::BrokenRecoveryDialog::m_bBeforeRecovery
private

Definition at line 461 of file docrecovery.hxx.

Referenced by impl_refresh().

◆ m_bExecutionNeeded

bool svx::DocRecovery::BrokenRecoveryDialog::m_bExecutionNeeded
private

Definition at line 462 of file docrecovery.hxx.

Referenced by impl_refresh(), and isExecutionNeeded().

◆ m_pCore

RecoveryCore* svx::DocRecovery::BrokenRecoveryDialog::m_pCore
private

Definition at line 460 of file docrecovery.hxx.

Referenced by impl_askForSavePath(), and impl_refresh().

◆ m_sSavePath

OUString svx::DocRecovery::BrokenRecoveryDialog::m_sSavePath
private

◆ m_xCancelBtn

std::unique_ptr<weld::Button> svx::DocRecovery::BrokenRecoveryDialog::m_xCancelBtn
private

Definition at line 468 of file docrecovery.hxx.

Referenced by BrokenRecoveryDialog().

◆ m_xFileListLB

std::unique_ptr<weld::TreeView> svx::DocRecovery::BrokenRecoveryDialog::m_xFileListLB
private

Definition at line 464 of file docrecovery.hxx.

Referenced by impl_refresh().

◆ m_xOkBtn

std::unique_ptr<weld::Button> svx::DocRecovery::BrokenRecoveryDialog::m_xOkBtn
private

Definition at line 467 of file docrecovery.hxx.

Referenced by BrokenRecoveryDialog(), and impl_refresh().

◆ m_xSaveDirBtn

std::unique_ptr<weld::Button> svx::DocRecovery::BrokenRecoveryDialog::m_xSaveDirBtn
private

Definition at line 466 of file docrecovery.hxx.

Referenced by BrokenRecoveryDialog().

◆ m_xSaveDirED

std::unique_ptr<weld::Entry> svx::DocRecovery::BrokenRecoveryDialog::m_xSaveDirED
private

Definition at line 465 of file docrecovery.hxx.

Referenced by BrokenRecoveryDialog(), and impl_askForSavePath().


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