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

#include <selglos.hxx>

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

Public Member Functions

 SwSelGlossaryDlg (weld::Window *pParent, std::u16string_view rShortName)
 
virtual ~SwSelGlossaryDlg () override
 
void InsertGlos (std::u16string_view rRegion, std::u16string_view rGlosName)
 
sal_Int32 GetSelectedIdx () const
 
void SelectEntryPos (sal_Int32 nIdx)
 
- 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 (DoubleClickHdl, weld::TreeView &, bool)
 

Private Attributes

std::unique_ptr< weld::Framem_xFrame
 
std::unique_ptr< weld::TreeViewm_xGlosBox
 

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 28 of file selglos.hxx.

Constructor & Destructor Documentation

◆ SwSelGlossaryDlg()

SwSelGlossaryDlg::SwSelGlossaryDlg ( weld::Window pParent,
std::u16string_view  rShortName 
)

Definition at line 22 of file selglos.cxx.

References LINK, m_xFrame, m_xFrame, and m_xGlosBox.

◆ ~SwSelGlossaryDlg()

SwSelGlossaryDlg::~SwSelGlossaryDlg ( )
overridevirtual

Definition at line 32 of file selglos.cxx.

Member Function Documentation

◆ DECL_LINK()

SwSelGlossaryDlg::DECL_LINK ( DoubleClickHdl  ,
weld::TreeView ,
bool   
)
private

◆ GetSelectedIdx()

sal_Int32 SwSelGlossaryDlg::GetSelectedIdx ( ) const
inline

Definition at line 43 of file selglos.hxx.

References m_xGlosBox.

◆ InsertGlos()

void SwSelGlossaryDlg::InsertGlos ( std::u16string_view  rRegion,
std::u16string_view  rGlosName 
)
inline

Definition at line 38 of file selglos.hxx.

References m_xGlosBox.

◆ SelectEntryPos()

void SwSelGlossaryDlg::SelectEntryPos ( sal_Int32  nIdx)
inline

Definition at line 47 of file selglos.hxx.

References m_xGlosBox.

Member Data Documentation

◆ m_xFrame

std::unique_ptr<weld::Frame> SwSelGlossaryDlg::m_xFrame
private

Definition at line 30 of file selglos.hxx.

Referenced by SwSelGlossaryDlg().

◆ m_xGlosBox

std::unique_ptr<weld::TreeView> SwSelGlossaryDlg::m_xGlosBox
private

Definition at line 31 of file selglos.hxx.

Referenced by GetSelectedIdx(), InsertGlos(), SelectEntryPos(), and SwSelGlossaryDlg().


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