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

#include <optgdlg.hxx>

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

Public Member Functions

 OfaViewTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~OfaViewTabPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
- Public Member Functions inherited from SfxTabPage
void SetDialogController (SfxOkDialogController *pDialog)
 
virtual ~SfxTabPage () override
 
void set_visible (bool bVisible)
 
const SfxItemSetGetItemSet () const
 
virtual bool FillItemSet (SfxItemSet *)
 
virtual void Reset (const SfxItemSet *)
 
virtual bool DeferResetToFirstActivation ()
 
bool HasExchangeSupport () const
 
void SetExchangeSupport ()
 
virtual void ActivatePage (const SfxItemSet &)
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet)
 
void SetUserData (const OUString &rString)
 
const OUString & GetUserData () const
 
virtual void FillUserData ()
 
virtual bool IsReadOnly () const
 
virtual void PageCreated (const SfxAllItemSet &aSet)
 
virtual void ChangesApplied ()
 
void SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame)
 
css::uno::Reference< css::frame::XFrame > GetFrame () const
 
const SfxItemSetGetDialogExampleSet () const
 
OUString GetHelpId () const
 
OUString GetConfigId () const
 
bool IsVisible () const
 
weld::WindowGetFrameWeld () const
 
std::unordered_map< OUString, css::uno::Any > & getAdditionalProperties ()
 

Static Public Member Functions

static std::unique_ptr< SfxTabPageCreate (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet)
 
- Static Public Member Functions inherited from SfxTabPage
static const SfxPoolItemGetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
static const T * GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 

Private Member Functions

 DECL_LINK (OnAntialiasingToggled, weld::Toggleable &, void)
 
 DECL_LINK (OnUseSkiaToggled, weld::Toggleable &, void)
 
 DECL_LINK (OnCopySkiaLog, weld::Button &, void)
 
 DECL_STATIC_LINK (OfaViewTabPage, OnMoreIconsClick, weld::Button &, void)
 
 DECL_LINK (OnRunGPTestClick, weld::Button &, void)
 
void UpdateSkiaStatus ()
 
void HideSkiaWidgets ()
 
void UpdateHardwareAccelStatus ()
 
void UpdateIconThemes ()
 

Private Attributes

sal_Int32 nSizeLB_InitialSelection
 
sal_Int32 nSidebarSizeLB_InitialSelection
 
sal_Int32 nNotebookbarSizeLB_InitialSelection
 
sal_Int32 nStyleLB_InitialSelection
 
std::unique_ptr< CanvasSettingspCanvasSettings
 
std::vector< vcl::IconThemeInfomInstalledIconThemes
 
std::unique_ptr< weld::ComboBoxm_xIconSizeLB
 
std::unique_ptr< weld::ComboBoxm_xSidebarIconSizeLB
 
std::unique_ptr< weld::ComboBoxm_xNotebookbarIconSizeLB
 
std::unique_ptr< weld::Widgetm_xDarkModeFrame
 
std::unique_ptr< weld::ComboBoxm_xAppearanceStyleLB
 
std::unique_ptr< weld::ComboBoxm_xIconStyleLB
 
std::unique_ptr< weld::CheckButtonm_xFontAntiAliasing
 
std::unique_ptr< weld::Labelm_xAAPointLimitLabel
 
std::unique_ptr< weld::MetricSpinButtonm_xAAPointLimit
 
std::unique_ptr< weld::CheckButtonm_xFontShowCB
 
std::unique_ptr< weld::CheckButtonm_xUseHardwareAccell
 
std::unique_ptr< weld::CheckButtonm_xUseAntiAliase
 
std::unique_ptr< weld::CheckButtonm_xUseSkia
 
std::unique_ptr< weld::CheckButtonm_xForceSkiaRaster
 
std::unique_ptr< weld::Labelm_xSkiaStatusEnabled
 
std::unique_ptr< weld::Labelm_xSkiaStatusDisabled
 
std::unique_ptr< weld::Buttonm_xSkiaLog
 
std::unique_ptr< weld::ComboBoxm_xMouseMiddleLB
 
std::unique_ptr< weld::Buttonm_xMoreIcons
 
std::unique_ptr< weld::Buttonm_xRunGPTests
 
OUString m_sAutoStr
 

Additional Inherited Members

- Protected Member Functions inherited from SfxTabPage
 SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet)
 
sal_uInt16 GetWhich (sal_uInt16 nSlot, bool bDeep=true) const
 
TypedWhichId< T > GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const
 
const SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 

Detailed Description

Definition at line 75 of file optgdlg.hxx.

Constructor & Destructor Documentation

◆ OfaViewTabPage()

OfaViewTabPage::OfaViewTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet 
)

◆ ~OfaViewTabPage()

OfaViewTabPage::~OfaViewTabPage ( )
overridevirtual

Definition at line 590 of file optgdlg.cxx.

Member Function Documentation

◆ Create()

std::unique_ptr< SfxTabPage > OfaViewTabPage::Create ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rAttrSet 
)
static

Definition at line 680 of file optgdlg.cxx.

Referenced by CreateGeneralTabPage().

◆ DECL_LINK() [1/4]

OfaViewTabPage::DECL_LINK ( OnAntialiasingToggled  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/4]

OfaViewTabPage::DECL_LINK ( OnCopySkiaLog  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [3/4]

OfaViewTabPage::DECL_LINK ( OnRunGPTestClick  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [4/4]

OfaViewTabPage::DECL_LINK ( OnUseSkiaToggled  ,
weld::Toggleable ,
void   
)
private

◆ DECL_STATIC_LINK()

OfaViewTabPage::DECL_STATIC_LINK ( OfaViewTabPage  ,
OnMoreIconsClick  ,
weld::Button ,
void   
)
private

◆ FillItemSet()

bool OfaViewTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ HideSkiaWidgets()

void OfaViewTabPage::HideSkiaWidgets ( )
private

◆ Reset()

void OfaViewTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

◆ UpdateHardwareAccelStatus()

void OfaViewTabPage::UpdateHardwareAccelStatus ( )
private

Definition at line 951 of file optgdlg.cxx.

References m_xUseHardwareAccell, m_xUseSkia, and pCanvasSettings.

Referenced by Reset(), and UpdateSkiaStatus().

◆ UpdateIconThemes()

void OfaViewTabPage::UpdateIconThemes ( )
private

◆ UpdateSkiaStatus()

void OfaViewTabPage::UpdateSkiaStatus ( )
private

Member Data Documentation

◆ m_sAutoStr

OUString OfaViewTabPage::m_sAutoStr
private

Definition at line 113 of file optgdlg.hxx.

Referenced by UpdateIconThemes().

◆ m_xAAPointLimit

std::unique_ptr<weld::MetricSpinButton> OfaViewTabPage::m_xAAPointLimit
private

Definition at line 96 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xAAPointLimitLabel

std::unique_ptr<weld::Label> OfaViewTabPage::m_xAAPointLimitLabel
private

Definition at line 95 of file optgdlg.hxx.

◆ m_xAppearanceStyleLB

std::unique_ptr<weld::ComboBox> OfaViewTabPage::m_xAppearanceStyleLB
private

Definition at line 91 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xDarkModeFrame

std::unique_ptr<weld::Widget> OfaViewTabPage::m_xDarkModeFrame
private

Definition at line 90 of file optgdlg.hxx.

Referenced by OfaViewTabPage().

◆ m_xFontAntiAliasing

std::unique_ptr<weld::CheckButton> OfaViewTabPage::m_xFontAntiAliasing
private

Definition at line 94 of file optgdlg.hxx.

Referenced by FillItemSet(), OfaViewTabPage(), and Reset().

◆ m_xFontShowCB

std::unique_ptr<weld::CheckButton> OfaViewTabPage::m_xFontShowCB
private

Definition at line 98 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xForceSkiaRaster

std::unique_ptr<weld::CheckButton> OfaViewTabPage::m_xForceSkiaRaster
private

Definition at line 103 of file optgdlg.hxx.

Referenced by FillItemSet(), HideSkiaWidgets(), Reset(), and UpdateSkiaStatus().

◆ m_xIconSizeLB

std::unique_ptr<weld::ComboBox> OfaViewTabPage::m_xIconSizeLB
private

Definition at line 87 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xIconStyleLB

std::unique_ptr<weld::ComboBox> OfaViewTabPage::m_xIconStyleLB
private

Definition at line 92 of file optgdlg.hxx.

Referenced by FillItemSet(), OfaViewTabPage(), Reset(), and UpdateIconThemes().

◆ m_xMoreIcons

std::unique_ptr<weld::Button> OfaViewTabPage::m_xMoreIcons
private

Definition at line 110 of file optgdlg.hxx.

Referenced by OfaViewTabPage().

◆ m_xMouseMiddleLB

std::unique_ptr<weld::ComboBox> OfaViewTabPage::m_xMouseMiddleLB
private

Definition at line 109 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xNotebookbarIconSizeLB

std::unique_ptr<weld::ComboBox> OfaViewTabPage::m_xNotebookbarIconSizeLB
private

Definition at line 89 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xRunGPTests

std::unique_ptr<weld::Button> OfaViewTabPage::m_xRunGPTests
private

Definition at line 111 of file optgdlg.hxx.

Referenced by OfaViewTabPage().

◆ m_xSidebarIconSizeLB

std::unique_ptr<weld::ComboBox> OfaViewTabPage::m_xSidebarIconSizeLB
private

Definition at line 88 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xSkiaLog

std::unique_ptr<weld::Button> OfaViewTabPage::m_xSkiaLog
private

Definition at line 107 of file optgdlg.hxx.

Referenced by HideSkiaWidgets(), OfaViewTabPage(), and UpdateSkiaStatus().

◆ m_xSkiaStatusDisabled

std::unique_ptr<weld::Label> OfaViewTabPage::m_xSkiaStatusDisabled
private

Definition at line 106 of file optgdlg.hxx.

Referenced by HideSkiaWidgets(), and UpdateSkiaStatus().

◆ m_xSkiaStatusEnabled

std::unique_ptr<weld::Label> OfaViewTabPage::m_xSkiaStatusEnabled
private

Definition at line 105 of file optgdlg.hxx.

Referenced by HideSkiaWidgets(), and UpdateSkiaStatus().

◆ m_xUseAntiAliase

std::unique_ptr<weld::CheckButton> OfaViewTabPage::m_xUseAntiAliase
private

Definition at line 101 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xUseHardwareAccell

std::unique_ptr<weld::CheckButton> OfaViewTabPage::m_xUseHardwareAccell
private

Definition at line 100 of file optgdlg.hxx.

Referenced by FillItemSet(), Reset(), and UpdateHardwareAccelStatus().

◆ m_xUseSkia

std::unique_ptr<weld::CheckButton> OfaViewTabPage::m_xUseSkia
private

◆ mInstalledIconThemes

std::vector<vcl::IconThemeInfo> OfaViewTabPage::mInstalledIconThemes
private

Definition at line 85 of file optgdlg.hxx.

Referenced by Reset(), and UpdateIconThemes().

◆ nNotebookbarSizeLB_InitialSelection

sal_Int32 OfaViewTabPage::nNotebookbarSizeLB_InitialSelection
private

Definition at line 80 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ nSidebarSizeLB_InitialSelection

sal_Int32 OfaViewTabPage::nSidebarSizeLB_InitialSelection
private

Definition at line 79 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ nSizeLB_InitialSelection

sal_Int32 OfaViewTabPage::nSizeLB_InitialSelection
private

Definition at line 78 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ nStyleLB_InitialSelection

sal_Int32 OfaViewTabPage::nStyleLB_InitialSelection
private

Definition at line 81 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ pCanvasSettings

std::unique_ptr<CanvasSettings> OfaViewTabPage::pCanvasSettings
private

Definition at line 83 of file optgdlg.hxx.

Referenced by FillItemSet(), and UpdateHardwareAccelStatus().


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