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

#include <macropg_impl.hxx>

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

Public Member Functions

 AssignComponentDialog (weld::Window *pParent, OUString aURL)
 
virtual ~AssignComponentDialog () override
 
const OUString & getURL () 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 (ButtonHandler, weld::Button &, void)
 

Private Attributes

OUString maURL
 
std::unique_ptr< weld::EntrymxMethodEdit
 
std::unique_ptr< weld::ButtonmxOKButton
 

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 39 of file macropg_impl.hxx.

Constructor & Destructor Documentation

◆ AssignComponentDialog()

AssignComponentDialog::AssignComponentDialog ( weld::Window pParent,
OUString  aURL 
)

Definition at line 681 of file macropg.cxx.

References aURL, aVndSunStarUNO, LINK, maURL, maURL, mxMethodEdit, and mxOKButton.

◆ ~AssignComponentDialog()

AssignComponentDialog::~AssignComponentDialog ( )
overridevirtual

Definition at line 698 of file macropg.cxx.

Member Function Documentation

◆ DECL_LINK()

AssignComponentDialog::DECL_LINK ( ButtonHandler  ,
weld::Button ,
void   
)
private

◆ getURL()

const OUString & AssignComponentDialog::getURL ( ) const
inline

Definition at line 53 of file macropg_impl.hxx.

References maURL.

Referenced by SvxMacroTabPage_::GenericHandler_Impl().

Member Data Documentation

◆ maURL

OUString AssignComponentDialog::maURL
private

Definition at line 42 of file macropg_impl.hxx.

Referenced by AssignComponentDialog(), and getURL().

◆ mxMethodEdit

std::unique_ptr<weld::Entry> AssignComponentDialog::mxMethodEdit
private

Definition at line 44 of file macropg_impl.hxx.

Referenced by AssignComponentDialog().

◆ mxOKButton

std::unique_ptr<weld::Button> AssignComponentDialog::mxOKButton
private

Definition at line 45 of file macropg_impl.hxx.

Referenced by AssignComponentDialog().


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