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

#include <optaccessibility.hxx>

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

Public Member Functions

 SvxAccessibilityOptionsTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SvxAccessibilityOptionsTabPage () 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 Attributes

std::unique_ptr< weld::CheckButtonm_xAccessibilityTool
 
std::unique_ptr< weld::CheckButtonm_xTextSelectionInReadonly
 
std::unique_ptr< weld::CheckButtonm_xAnimatedGraphics
 
std::unique_ptr< weld::CheckButtonm_xAnimatedTexts
 
std::unique_ptr< weld::ComboBoxm_xHighContrast
 
std::unique_ptr< weld::CheckButtonm_xAutomaticFontColor
 
std::unique_ptr< weld::CheckButtonm_xPagePreviews
 

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 23 of file optaccessibility.hxx.

Constructor & Destructor Documentation

◆ SvxAccessibilityOptionsTabPage()

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

Definition at line 25 of file optaccessibility.cxx.

References m_xAccessibilityTool, and rSet.

◆ ~SvxAccessibilityOptionsTabPage()

SvxAccessibilityOptionsTabPage::~SvxAccessibilityOptionsTabPage ( )
overridevirtual

Definition at line 42 of file optaccessibility.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 46 of file optaccessibility.cxx.

Referenced by CreateGeneralTabPage().

◆ FillItemSet()

bool SvxAccessibilityOptionsTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ Reset()

void SvxAccessibilityOptionsTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_xAccessibilityTool

std::unique_ptr<weld::CheckButton> SvxAccessibilityOptionsTabPage::m_xAccessibilityTool
private

Definition at line 25 of file optaccessibility.hxx.

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

◆ m_xAnimatedGraphics

std::unique_ptr<weld::CheckButton> SvxAccessibilityOptionsTabPage::m_xAnimatedGraphics
private

Definition at line 27 of file optaccessibility.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xAnimatedTexts

std::unique_ptr<weld::CheckButton> SvxAccessibilityOptionsTabPage::m_xAnimatedTexts
private

Definition at line 28 of file optaccessibility.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xAutomaticFontColor

std::unique_ptr<weld::CheckButton> SvxAccessibilityOptionsTabPage::m_xAutomaticFontColor
private

Definition at line 30 of file optaccessibility.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xHighContrast

std::unique_ptr<weld::ComboBox> SvxAccessibilityOptionsTabPage::m_xHighContrast
private

Definition at line 29 of file optaccessibility.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xPagePreviews

std::unique_ptr<weld::CheckButton> SvxAccessibilityOptionsTabPage::m_xPagePreviews
private

Definition at line 31 of file optaccessibility.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xTextSelectionInReadonly

std::unique_ptr<weld::CheckButton> SvxAccessibilityOptionsTabPage::m_xTextSelectionInReadonly
private

Definition at line 26 of file optaccessibility.hxx.

Referenced by FillItemSet(), and Reset().


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