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

#include <SafeModeDialog.hxx>

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

Public Member Functions

 SafeModeDialog (weld::Window *pParent)
 
virtual short run () override
 
virtual ~SafeModeDialog () 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

void enableDisableWidgets ()
 
void applyChanges ()
 
 DECL_LINK (RadioBtnHdl, weld::Toggleable &, void)
 
 DECL_LINK (CheckBoxHdl, weld::Toggleable &, void)
 
 DECL_LINK (CreateZipBtnHdl, weld::Button &, void)
 
 DECL_LINK (DialogBtnHdl, weld::Button &, void)
 

Private Attributes

std::unique_ptr< weld::ButtonmxBtnContinue
 
std::unique_ptr< weld::ButtonmxBtnRestart
 
std::unique_ptr< weld::ButtonmxBtnApply
 
std::unique_ptr< weld::ContainermxBoxRestore
 
std::unique_ptr< weld::ContainermxBoxConfigure
 
std::unique_ptr< weld::ContainermxBoxDeinstall
 
std::unique_ptr< weld::ContainermxBoxReset
 
std::unique_ptr< weld::RadioButtonmxRadioRestore
 
std::unique_ptr< weld::RadioButtonmxRadioConfigure
 
std::unique_ptr< weld::RadioButtonmxRadioExtensions
 
std::unique_ptr< weld::RadioButtonmxRadioReset
 
std::unique_ptr< weld::CheckButtonmxCBCheckProfilesafeConfig
 
std::unique_ptr< weld::CheckButtonmxCBCheckProfilesafeExtensions
 
std::unique_ptr< weld::CheckButtonmxCBDisableAllExtensions
 
std::unique_ptr< weld::CheckButtonmxCBDeinstallUserExtensions
 
std::unique_ptr< weld::CheckButtonmxCBResetSharedExtensions
 
std::unique_ptr< weld::CheckButtonmxCBResetBundledExtensions
 
std::unique_ptr< weld::CheckButtonmxCBDisableHWAcceleration
 
std::unique_ptr< weld::CheckButtonmxCBResetCustomizations
 
std::unique_ptr< weld::CheckButtonmxCBResetWholeUserProfile
 
std::unique_ptr< weld::LinkButtonmxBugLink
 
std::unique_ptr< weld::LinkButtonmxUserProfileLink
 
std::unique_ptr< weld::ButtonmxBtnCreateZip
 
comphelper::BackupFileHelper maBackupFileHelper
 

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 16 of file SafeModeDialog.hxx.

Constructor & Destructor Documentation

◆ SafeModeDialog()

SafeModeDialog::SafeModeDialog ( weld::Window pParent)
explicit

◆ ~SafeModeDialog()

SafeModeDialog::~SafeModeDialog ( )
overridevirtual

Definition at line 94 of file SafeModeDialog.cxx.

Member Function Documentation

◆ applyChanges()

void SafeModeDialog::applyChanges ( )
private

◆ DECL_LINK() [1/4]

SafeModeDialog::DECL_LINK ( CheckBoxHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/4]

SafeModeDialog::DECL_LINK ( CreateZipBtnHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [3/4]

SafeModeDialog::DECL_LINK ( DialogBtnHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [4/4]

SafeModeDialog::DECL_LINK ( RadioBtnHdl  ,
weld::Toggleable ,
void   
)
private

◆ enableDisableWidgets()

void SafeModeDialog::enableDisableWidgets ( )
private

◆ run()

short SafeModeDialog::run ( )
overridevirtual

Reimplemented from weld::DialogController.

Definition at line 111 of file SafeModeDialog.cxx.

References sfx2::SafeMode::removeFlag(), and weld::DialogController::run().

Member Data Documentation

◆ maBackupFileHelper

comphelper::BackupFileHelper SafeModeDialog::maBackupFileHelper
private

Definition at line 53 of file SafeModeDialog.hxx.

Referenced by applyChanges(), and enableDisableWidgets().

◆ mxBoxConfigure

std::unique_ptr<weld::Container> SafeModeDialog::mxBoxConfigure
private

Definition at line 29 of file SafeModeDialog.hxx.

◆ mxBoxDeinstall

std::unique_ptr<weld::Container> SafeModeDialog::mxBoxDeinstall
private

Definition at line 30 of file SafeModeDialog.hxx.

◆ mxBoxReset

std::unique_ptr<weld::Container> SafeModeDialog::mxBoxReset
private

Definition at line 31 of file SafeModeDialog.hxx.

◆ mxBoxRestore

std::unique_ptr<weld::Container> SafeModeDialog::mxBoxRestore
private

Definition at line 28 of file SafeModeDialog.hxx.

◆ mxBtnApply

std::unique_ptr<weld::Button> SafeModeDialog::mxBtnApply
private

Definition at line 26 of file SafeModeDialog.hxx.

Referenced by SafeModeDialog().

◆ mxBtnContinue

std::unique_ptr<weld::Button> SafeModeDialog::mxBtnContinue
private

Definition at line 24 of file SafeModeDialog.hxx.

Referenced by SafeModeDialog().

◆ mxBtnCreateZip

std::unique_ptr<weld::Button> SafeModeDialog::mxBtnCreateZip
private

Definition at line 50 of file SafeModeDialog.hxx.

Referenced by SafeModeDialog().

◆ mxBtnRestart

std::unique_ptr<weld::Button> SafeModeDialog::mxBtnRestart
private

Definition at line 25 of file SafeModeDialog.hxx.

Referenced by SafeModeDialog().

◆ mxBugLink

std::unique_ptr<weld::LinkButton> SafeModeDialog::mxBugLink
private

Definition at line 48 of file SafeModeDialog.hxx.

Referenced by SafeModeDialog().

◆ mxCBCheckProfilesafeConfig

std::unique_ptr<weld::CheckButton> SafeModeDialog::mxCBCheckProfilesafeConfig
private

Definition at line 38 of file SafeModeDialog.hxx.

Referenced by applyChanges(), enableDisableWidgets(), and SafeModeDialog().

◆ mxCBCheckProfilesafeExtensions

std::unique_ptr<weld::CheckButton> SafeModeDialog::mxCBCheckProfilesafeExtensions
private

Definition at line 39 of file SafeModeDialog.hxx.

Referenced by applyChanges(), enableDisableWidgets(), and SafeModeDialog().

◆ mxCBDeinstallUserExtensions

std::unique_ptr<weld::CheckButton> SafeModeDialog::mxCBDeinstallUserExtensions
private

Definition at line 41 of file SafeModeDialog.hxx.

Referenced by applyChanges(), enableDisableWidgets(), and SafeModeDialog().

◆ mxCBDisableAllExtensions

std::unique_ptr<weld::CheckButton> SafeModeDialog::mxCBDisableAllExtensions
private

Definition at line 40 of file SafeModeDialog.hxx.

Referenced by applyChanges(), enableDisableWidgets(), and SafeModeDialog().

◆ mxCBDisableHWAcceleration

std::unique_ptr<weld::CheckButton> SafeModeDialog::mxCBDisableHWAcceleration
private

Definition at line 44 of file SafeModeDialog.hxx.

Referenced by applyChanges(), and SafeModeDialog().

◆ mxCBResetBundledExtensions

std::unique_ptr<weld::CheckButton> SafeModeDialog::mxCBResetBundledExtensions
private

Definition at line 43 of file SafeModeDialog.hxx.

Referenced by applyChanges(), enableDisableWidgets(), and SafeModeDialog().

◆ mxCBResetCustomizations

std::unique_ptr<weld::CheckButton> SafeModeDialog::mxCBResetCustomizations
private

Definition at line 45 of file SafeModeDialog.hxx.

Referenced by applyChanges(), enableDisableWidgets(), and SafeModeDialog().

◆ mxCBResetSharedExtensions

std::unique_ptr<weld::CheckButton> SafeModeDialog::mxCBResetSharedExtensions
private

Definition at line 42 of file SafeModeDialog.hxx.

Referenced by applyChanges(), enableDisableWidgets(), and SafeModeDialog().

◆ mxCBResetWholeUserProfile

std::unique_ptr<weld::CheckButton> SafeModeDialog::mxCBResetWholeUserProfile
private

Definition at line 46 of file SafeModeDialog.hxx.

Referenced by applyChanges(), and SafeModeDialog().

◆ mxRadioConfigure

std::unique_ptr<weld::RadioButton> SafeModeDialog::mxRadioConfigure
private

Definition at line 34 of file SafeModeDialog.hxx.

Referenced by applyChanges(), and SafeModeDialog().

◆ mxRadioExtensions

std::unique_ptr<weld::RadioButton> SafeModeDialog::mxRadioExtensions
private

Definition at line 35 of file SafeModeDialog.hxx.

Referenced by applyChanges(), and SafeModeDialog().

◆ mxRadioReset

std::unique_ptr<weld::RadioButton> SafeModeDialog::mxRadioReset
private

Definition at line 36 of file SafeModeDialog.hxx.

Referenced by applyChanges(), and SafeModeDialog().

◆ mxRadioRestore

std::unique_ptr<weld::RadioButton> SafeModeDialog::mxRadioRestore
private

Definition at line 33 of file SafeModeDialog.hxx.

Referenced by applyChanges(), and SafeModeDialog().

◆ mxUserProfileLink

std::unique_ptr<weld::LinkButton> SafeModeDialog::mxUserProfileLink
private

Definition at line 49 of file SafeModeDialog.hxx.

Referenced by SafeModeDialog().


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