LibreOffice Module basctl (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
basctl::NewObjectDialog Class Reference

#include <moduldlg.hxx>

Inheritance diagram for basctl::NewObjectDialog:
[legend]
Collaboration diagram for basctl::NewObjectDialog:
[legend]

Public Member Functions

 NewObjectDialog (weld::Window *pParent, ObjectMode, bool bCheckName=false)
 
OUString GetObjectName () const
 
void SetObjectName (const OUString &rName)
 
- 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 (OkButtonHandler, weld::Button &, void)
 

Private Attributes

std::unique_ptr< weld::Entrym_xEdit
 
std::unique_ptr< weld::Buttonm_xOKButton
 
bool m_bCheckName
 

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 42 of file moduldlg.hxx.

Constructor & Destructor Documentation

◆ NewObjectDialog()

basctl::NewObjectDialog::NewObjectDialog ( weld::Window pParent,
ObjectMode  eMode,
bool  bCheckName = false 
)

Member Function Documentation

◆ DECL_LINK()

basctl::NewObjectDialog::DECL_LINK ( OkButtonHandler  ,
weld::Button ,
void   
)
private

◆ GetObjectName()

OUString basctl::NewObjectDialog::GetObjectName ( ) const
inline

Definition at line 52 of file moduldlg.hxx.

References m_xEdit.

Referenced by basctl::createLibImpl(), basctl::createModImpl(), and basctl::ObjectPage::NewDialog().

◆ SetObjectName()

void basctl::NewObjectDialog::SetObjectName ( const OUString &  rName)
inline

Definition at line 53 of file moduldlg.hxx.

References m_xEdit.

Referenced by basctl::createLibImpl(), basctl::createModImpl(), and basctl::ObjectPage::NewDialog().

Member Data Documentation

◆ m_bCheckName

bool basctl::NewObjectDialog::m_bCheckName
private

Definition at line 47 of file moduldlg.hxx.

◆ m_xEdit

std::unique_ptr<weld::Entry> basctl::NewObjectDialog::m_xEdit
private

Definition at line 45 of file moduldlg.hxx.

Referenced by GetObjectName(), and SetObjectName().

◆ m_xOKButton

std::unique_ptr<weld::Button> basctl::NewObjectDialog::m_xOKButton
private

Definition at line 46 of file moduldlg.hxx.

Referenced by NewObjectDialog().


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