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

#include <newhelp.hxx>

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

Public Member Functions

 SfxAddHelpBookmarkDialog_Impl (weld::Widget *pParent, bool bRename)
 
void SetTitle (const OUString &rTitle)
 
OUString GetTitle () const
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () const
 
virtual short run ()
 
void set_title (const OUString &rTitle)
 
OUString get_title () const
 
void set_help_id (const OUString &rHelpId)
 
OUString get_help_id () const
 
void response (int nResponse)
 
virtual ~DialogController () COVERITY_NOEXCEPT_FALSE
 

Private Attributes

std::unique_ptr< weld::Entrym_xTitleED
 
std::unique_ptr< weld::Labelm_xAltTitle
 

Additional Inherited Members

- Static Public Member Functions inherited from weld::DialogController
static bool runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 494 of file newhelp.hxx.

Constructor & Destructor Documentation

◆ SfxAddHelpBookmarkDialog_Impl()

SfxAddHelpBookmarkDialog_Impl::SfxAddHelpBookmarkDialog_Impl ( weld::Widget pParent,
bool  bRename 
)

Definition at line 2651 of file newhelp.cxx.

References m_xAltTitle, and weld::GenericDialogController::m_xDialog.

Member Function Documentation

◆ GetTitle()

OUString SfxAddHelpBookmarkDialog_Impl::GetTitle ( ) const
inline

Definition at line 503 of file newhelp.hxx.

References m_xTitleED.

Referenced by BookmarksTabPage_Impl::DoAction(), and SfxHelpWindow_Impl::DoAction().

◆ SetTitle()

void SfxAddHelpBookmarkDialog_Impl::SetTitle ( const OUString &  rTitle)

Definition at line 2660 of file newhelp.cxx.

References m_xTitleED.

Referenced by BookmarksTabPage_Impl::DoAction(), and SfxHelpWindow_Impl::DoAction().

Member Data Documentation

◆ m_xAltTitle

std::unique_ptr<weld::Label> SfxAddHelpBookmarkDialog_Impl::m_xAltTitle
private

Definition at line 498 of file newhelp.hxx.

Referenced by SfxAddHelpBookmarkDialog_Impl().

◆ m_xTitleED

std::unique_ptr<weld::Entry> SfxAddHelpBookmarkDialog_Impl::m_xTitleED
private

Definition at line 497 of file newhelp.hxx.

Referenced by GetTitle(), and SetTitle().


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