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

#include <newhelp.hxx>

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

Public Member Functions

 ContentTabPage_Impl (weld::Widget *pParent, SfxHelpIndexWindow_Impl *_pIdxWin)
 
virtual ~ContentTabPage_Impl () override
 
void SetDoubleClickHdl (const Link< LinkParamNone *, void > &rLink)
 
OUString GetSelectedEntry () const
 
void SetFocusOnBox ()
 
- Public Member Functions inherited from HelpTabPage_Impl
 HelpTabPage_Impl (weld::Widget *pParent, SfxHelpIndexWindow_Impl *_pIdxWin, const OUString &rID, const OUString &rUIXMLDescription)
 
virtual ~HelpTabPage_Impl () override
 
- Public Member Functions inherited from BuilderPage
 BuilderPage (weld::Widget *pParent, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, bool bIsMobile=false)
 
virtual ~BuilderPage () COVERITY_NOEXCEPT_FALSE
 
void SetPageTitle (const OUString &rPageTitle)
 
const OUString & GetPageTitle () const
 
virtual void Activate ()
 
virtual void Deactivate ()
 
void SetHelpId (const OUString &rHelpId)
 
OUString GetHelpId () const
 

Private Member Functions

 DECL_LINK (DoubleClickHdl, weld::TreeView &, bool)
 
 DECL_LINK (ExpandingHdl, const weld::TreeIter &, bool)
 
 DECL_LINK (CollapsingHdl, const weld::TreeIter &, bool)
 
void ClearChildren (const weld::TreeIter *pParent)
 
void InitRoot ()
 

Private Attributes

std::unique_ptr< weld::TreeViewm_xContentBox
 
std::unique_ptr< weld::TreeIterm_xScratchIter
 
OUString aOpenBookImage
 
OUString aClosedBookImage
 
OUString aDocumentImage
 
Link< LinkParamNone *, void > aDoubleClickHdl
 

Additional Inherited Members

- Protected Attributes inherited from HelpTabPage_Impl
SfxHelpIndexWindow_Implm_pIdxWin
 
- Protected Attributes inherited from BuilderPage
weld::DialogControllerm_pDialogController
 
std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Containerm_xContainer
 

Detailed Description

Definition at line 61 of file newhelp.hxx.

Constructor & Destructor Documentation

◆ ContentTabPage_Impl()

ContentTabPage_Impl::ContentTabPage_Impl ( weld::Widget pParent,
SfxHelpIndexWindow_Impl _pIdxWin 
)

Definition at line 328 of file newhelp.cxx.

References InitRoot(), LINK, and m_xContentBox.

◆ ~ContentTabPage_Impl()

ContentTabPage_Impl::~ContentTabPage_Impl ( )
overridevirtual

Definition at line 357 of file newhelp.cxx.

References ClearChildren(), and m_xContentBox.

Member Function Documentation

◆ ClearChildren()

void ContentTabPage_Impl::ClearChildren ( const weld::TreeIter pParent)
private

Definition at line 235 of file newhelp.cxx.

References ClearChildren(), and m_xContentBox.

Referenced by ClearChildren(), and ~ContentTabPage_Impl().

◆ DECL_LINK() [1/3]

ContentTabPage_Impl::DECL_LINK ( CollapsingHdl  ,
const weld::TreeIter ,
bool   
)
private

◆ DECL_LINK() [2/3]

ContentTabPage_Impl::DECL_LINK ( DoubleClickHdl  ,
weld::TreeView ,
bool   
)
private

◆ DECL_LINK() [3/3]

ContentTabPage_Impl::DECL_LINK ( ExpandingHdl  ,
const weld::TreeIter ,
bool   
)
private

◆ GetSelectedEntry()

OUString ContentTabPage_Impl::GetSelectedEntry ( ) const

Definition at line 306 of file newhelp.cxx.

References m_xContentBox.

◆ InitRoot()

void ContentTabPage_Impl::InitRoot ( )
private

◆ SetDoubleClickHdl()

void ContentTabPage_Impl::SetDoubleClickHdl ( const Link< LinkParamNone *, void > &  rLink)

Definition at line 352 of file newhelp.cxx.

References aDoubleClickHdl.

◆ SetFocusOnBox()

void ContentTabPage_Impl::SetFocusOnBox ( )
inline

Definition at line 84 of file newhelp.hxx.

References m_xContentBox.

Member Data Documentation

◆ aClosedBookImage

OUString ContentTabPage_Impl::aClosedBookImage
private

Definition at line 67 of file newhelp.hxx.

Referenced by InitRoot().

◆ aDocumentImage

OUString ContentTabPage_Impl::aDocumentImage
private

Definition at line 68 of file newhelp.hxx.

◆ aDoubleClickHdl

Link<LinkParamNone*, void> ContentTabPage_Impl::aDoubleClickHdl
private

Definition at line 70 of file newhelp.hxx.

Referenced by SetDoubleClickHdl().

◆ aOpenBookImage

OUString ContentTabPage_Impl::aOpenBookImage
private

Definition at line 66 of file newhelp.hxx.

◆ m_xContentBox

std::unique_ptr<weld::TreeView> ContentTabPage_Impl::m_xContentBox
private

◆ m_xScratchIter

std::unique_ptr<weld::TreeIter> ContentTabPage_Impl::m_xScratchIter
private

Definition at line 65 of file newhelp.hxx.

Referenced by InitRoot().


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