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

#include <cfg.hxx>

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

Public Member Functions

 SvxNewToolbarDialog (weld::Window *pWindow, const OUString &rName)
 
virtual ~SvxNewToolbarDialog () override
 
OUString GetName () 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
 

Public Attributes

std::unique_ptr< weld::ComboBoxm_xSaveInListBox
 

Private Attributes

std::unique_ptr< weld::Entrym_xEdtName
 

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 604 of file cfg.hxx.

Constructor & Destructor Documentation

◆ SvxNewToolbarDialog()

SvxNewToolbarDialog::SvxNewToolbarDialog ( weld::Window pWindow,
const OUString &  rName 
)

Definition at line 2693 of file cfg.cxx.

References m_xEdtName.

◆ ~SvxNewToolbarDialog()

SvxNewToolbarDialog::~SvxNewToolbarDialog ( )
overridevirtual

Definition at line 2702 of file cfg.cxx.

Member Function Documentation

◆ GetName()

OUString SvxNewToolbarDialog::GetName ( ) const
inline

Definition at line 614 of file cfg.hxx.

References m_xEdtName.

Referenced by IMPL_LINK().

Member Data Documentation

◆ m_xEdtName

std::unique_ptr<weld::Entry> SvxNewToolbarDialog::m_xEdtName
private

Definition at line 607 of file cfg.hxx.

Referenced by GetName(), and SvxNewToolbarDialog().

◆ m_xSaveInListBox

std::unique_ptr<weld::ComboBox> SvxNewToolbarDialog::m_xSaveInListBox

Definition at line 609 of file cfg.hxx.

Referenced by IMPL_LINK().


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