LibreOffice Module sw (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwTestTabPage Class Referencefinal

#include <optpage.hxx>

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

Public Member Functions

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

void Init ()
 
 DECL_LINK (AutoClickHdl, weld::Toggleable &, void)
 

Private Attributes

bool m_bAttrModified
 
std::unique_ptr< weld::CheckButtonm_xTest1CBox
 
std::unique_ptr< weld::CheckButtonm_xTest2CBox
 
std::unique_ptr< weld::CheckButtonm_xTest3CBox
 
std::unique_ptr< weld::CheckButtonm_xTest4CBox
 
std::unique_ptr< weld::CheckButtonm_xTest5CBox
 
std::unique_ptr< weld::CheckButtonm_xTest6CBox
 
std::unique_ptr< weld::CheckButtonm_xTest7CBox
 
std::unique_ptr< weld::CheckButtonm_xTest8CBox
 
std::unique_ptr< weld::CheckButtonm_xTest9CBox
 
std::unique_ptr< weld::CheckButtonm_xTest10CBox
 

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 334 of file optpage.hxx.

Constructor & Destructor Documentation

◆ SwTestTabPage()

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

Definition at line 2104 of file optpage.cxx.

References Init().

◆ ~SwTestTabPage()

SwTestTabPage::~SwTestTabPage ( )
overridevirtual

Definition at line 2121 of file optpage.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 2125 of file optpage.cxx.

Referenced by SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc().

◆ DECL_LINK()

SwTestTabPage::DECL_LINK ( AutoClickHdl  ,
weld::Toggleable ,
void   
)
private

◆ FillItemSet()

bool SwTestTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ Init()

void SwTestTabPage::Init ( void  )
private

◆ Reset()

void SwTestTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_bAttrModified

bool SwTestTabPage::m_bAttrModified
private

Definition at line 346 of file optpage.hxx.

Referenced by FillItemSet().

◆ m_xTest10CBox

std::unique_ptr<weld::CheckButton> SwTestTabPage::m_xTest10CBox
private

Definition at line 357 of file optpage.hxx.

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

◆ m_xTest1CBox

std::unique_ptr<weld::CheckButton> SwTestTabPage::m_xTest1CBox
private

Definition at line 348 of file optpage.hxx.

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

◆ m_xTest2CBox

std::unique_ptr<weld::CheckButton> SwTestTabPage::m_xTest2CBox
private

Definition at line 349 of file optpage.hxx.

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

◆ m_xTest3CBox

std::unique_ptr<weld::CheckButton> SwTestTabPage::m_xTest3CBox
private

Definition at line 350 of file optpage.hxx.

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

◆ m_xTest4CBox

std::unique_ptr<weld::CheckButton> SwTestTabPage::m_xTest4CBox
private

Definition at line 351 of file optpage.hxx.

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

◆ m_xTest5CBox

std::unique_ptr<weld::CheckButton> SwTestTabPage::m_xTest5CBox
private

Definition at line 352 of file optpage.hxx.

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

◆ m_xTest6CBox

std::unique_ptr<weld::CheckButton> SwTestTabPage::m_xTest6CBox
private

Definition at line 353 of file optpage.hxx.

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

◆ m_xTest7CBox

std::unique_ptr<weld::CheckButton> SwTestTabPage::m_xTest7CBox
private

Definition at line 354 of file optpage.hxx.

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

◆ m_xTest8CBox

std::unique_ptr<weld::CheckButton> SwTestTabPage::m_xTest8CBox
private

Definition at line 355 of file optpage.hxx.

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

◆ m_xTest9CBox

std::unique_ptr<weld::CheckButton> SwTestTabPage::m_xTest9CBox
private

Definition at line 356 of file optpage.hxx.

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


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