LibreOffice Module sfx2 (master) 1
|
#include <newhelp.hxx>
Public Member Functions | |
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 |
Protected Attributes | |
SfxHelpIndexWindow_Impl * | m_pIdxWin |
Protected Attributes inherited from BuilderPage | |
weld::DialogController * | m_pDialogController |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
Definition at line 48 of file newhelp.hxx.
HelpTabPage_Impl::HelpTabPage_Impl | ( | weld::Widget * | pParent, |
SfxHelpIndexWindow_Impl * | _pIdxWin, | ||
const OUString & | rID, | ||
const OUString & | rUIXMLDescription | ||
) |
Definition at line 316 of file newhelp.cxx.
|
overridevirtual |
Definition at line 323 of file newhelp.cxx.
|
protected |
Definition at line 51 of file newhelp.hxx.
Referenced by IndexTabPage_Impl::InitializeIndex(), SearchTabPage_Impl::Search(), and IndexTabPage_Impl::SetFactory().