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

#include <srchxtra.hxx>

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

Public Member Functions

 SvxSearchSimilarityDialog (weld::Window *pParent, bool bRelax, sal_uInt16 nOther, sal_uInt16 nShorter, sal_uInt16 nLonger)
 
virtual ~SvxSearchSimilarityDialog () override
 
sal_uInt16 GetOther () const
 
sal_uInt16 GetShorter () const
 
sal_uInt16 GetLonger () const
 
bool IsRelaxed () 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 Attributes

std::unique_ptr< weld::SpinButtonm_xOtherFld
 
std::unique_ptr< weld::SpinButtonm_xLongerFld
 
std::unique_ptr< weld::SpinButtonm_xShorterFld
 
std::unique_ptr< weld::CheckButtonm_xRelaxBox
 

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 59 of file srchxtra.hxx.

Constructor & Destructor Documentation

◆ SvxSearchSimilarityDialog()

SvxSearchSimilarityDialog::SvxSearchSimilarityDialog ( weld::Window pParent,
bool  bRelax,
sal_uInt16  nOther,
sal_uInt16  nShorter,
sal_uInt16  nLonger 
)

Definition at line 214 of file srchxtra.cxx.

References m_xLongerFld, m_xOtherFld, m_xRelaxBox, and m_xShorterFld.

◆ ~SvxSearchSimilarityDialog()

SvxSearchSimilarityDialog::~SvxSearchSimilarityDialog ( )
overridevirtual

Definition at line 228 of file srchxtra.cxx.

Member Function Documentation

◆ GetLonger()

sal_uInt16 SvxSearchSimilarityDialog::GetLonger ( ) const
inline

Definition at line 77 of file srchxtra.hxx.

References m_xLongerFld.

◆ GetOther()

sal_uInt16 SvxSearchSimilarityDialog::GetOther ( ) const
inline

Definition at line 75 of file srchxtra.hxx.

References m_xOtherFld.

◆ GetShorter()

sal_uInt16 SvxSearchSimilarityDialog::GetShorter ( ) const
inline

Definition at line 76 of file srchxtra.hxx.

References m_xShorterFld.

◆ IsRelaxed()

bool SvxSearchSimilarityDialog::IsRelaxed ( ) const
inline

Definition at line 78 of file srchxtra.hxx.

References m_xRelaxBox.

Member Data Documentation

◆ m_xLongerFld

std::unique_ptr<weld::SpinButton> SvxSearchSimilarityDialog::m_xLongerFld
private

Definition at line 63 of file srchxtra.hxx.

Referenced by GetLonger(), and SvxSearchSimilarityDialog().

◆ m_xOtherFld

std::unique_ptr<weld::SpinButton> SvxSearchSimilarityDialog::m_xOtherFld
private

Definition at line 62 of file srchxtra.hxx.

Referenced by GetOther(), and SvxSearchSimilarityDialog().

◆ m_xRelaxBox

std::unique_ptr<weld::CheckButton> SvxSearchSimilarityDialog::m_xRelaxBox
private

Definition at line 65 of file srchxtra.hxx.

Referenced by IsRelaxed(), and SvxSearchSimilarityDialog().

◆ m_xShorterFld

std::unique_ptr<weld::SpinButton> SvxSearchSimilarityDialog::m_xShorterFld
private

Definition at line 64 of file srchxtra.hxx.

Referenced by GetShorter(), and SvxSearchSimilarityDialog().


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