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

#i68101# Dialog for editing Object Title and Description More...

#include <dlgname.hxx>

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

Public Member Functions

 SvxObjectTitleDescDialog (weld::Window *pWindow, const OUString &rTitle, const OUString &rDesc, bool isDecorative)
 
OUString GetTitle () const
 
OUString GetDescription () const
 
bool IsDecorative () 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 Member Functions

 DECL_LINK (DecorativeHdl, weld::Toggleable &, void)
 

Private Attributes

std::unique_ptr< weld::Labelm_xTitleFT
 
std::unique_ptr< weld::Entrym_xEdtTitle
 
std::unique_ptr< weld::Labelm_xDescriptionFT
 
std::unique_ptr< weld::TextViewm_xEdtDescription
 
std::unique_ptr< weld::CheckButtonm_xDecorativeCB
 

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

#i68101# Dialog for editing Object Title and Description

Definition at line 104 of file dlgname.hxx.

Constructor & Destructor Documentation

◆ SvxObjectTitleDescDialog()

SvxObjectTitleDescDialog::SvxObjectTitleDescDialog ( weld::Window pWindow,
const OUString &  rTitle,
const OUString &  rDesc,
bool  isDecorative 
)

Definition at line 89 of file dlgname.cxx.

References LINK, m_xDecorativeCB, m_xEdtDescription, and m_xEdtTitle.

Member Function Documentation

◆ DECL_LINK()

SvxObjectTitleDescDialog::DECL_LINK ( DecorativeHdl  ,
weld::Toggleable ,
void   
)
private

◆ GetDescription()

OUString SvxObjectTitleDescDialog::GetDescription ( ) const
inline

Definition at line 125 of file dlgname.hxx.

References m_xEdtDescription.

◆ GetTitle()

OUString SvxObjectTitleDescDialog::GetTitle ( ) const
inline

Definition at line 124 of file dlgname.hxx.

References m_xEdtTitle.

◆ IsDecorative()

bool SvxObjectTitleDescDialog::IsDecorative ( ) const
inline

Definition at line 126 of file dlgname.hxx.

References m_xDecorativeCB.

Member Data Documentation

◆ m_xDecorativeCB

std::unique_ptr<weld::CheckButton> SvxObjectTitleDescDialog::m_xDecorativeCB
private

Definition at line 115 of file dlgname.hxx.

Referenced by IsDecorative(), and SvxObjectTitleDescDialog().

◆ m_xDescriptionFT

std::unique_ptr<weld::Label> SvxObjectTitleDescDialog::m_xDescriptionFT
private

Definition at line 112 of file dlgname.hxx.

◆ m_xEdtDescription

std::unique_ptr<weld::TextView> SvxObjectTitleDescDialog::m_xEdtDescription
private

Definition at line 113 of file dlgname.hxx.

Referenced by GetDescription(), and SvxObjectTitleDescDialog().

◆ m_xEdtTitle

std::unique_ptr<weld::Entry> SvxObjectTitleDescDialog::m_xEdtTitle
private

Definition at line 109 of file dlgname.hxx.

Referenced by GetTitle(), and SvxObjectTitleDescDialog().

◆ m_xTitleFT

std::unique_ptr<weld::Label> SvxObjectTitleDescDialog::m_xTitleFT
private

Definition at line 108 of file dlgname.hxx.


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