LibreOffice Module lingucomponent (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
linguistic::Meaning Class Reference

#include <nthesdta.hxx>

Inheritance diagram for linguistic::Meaning:
[legend]
Collaboration diagram for linguistic::Meaning:
[legend]

Public Member Functions

 Meaning (OUString aTerm)
 
virtual ~Meaning () override
 
virtual OUString SAL_CALL getMeaning () override
 
virtual css::uno::Sequence< OUString > SAL_CALL querySynonyms () override
 
void SetSynonyms (const css::uno::Sequence< OUString > &rSyn)
 
void SetMeaning (const OUString &rTerm)
 

Private Member Functions

 Meaning (const Meaning &)=delete
 
Meaningoperator= (const Meaning &)=delete
 

Private Attributes

css::uno::Sequence< OUString > aSyn
 
OUString aTerm
 

Detailed Description

Definition at line 29 of file nthesdta.hxx.

Constructor & Destructor Documentation

◆ Meaning() [1/2]

linguistic::Meaning::Meaning ( const Meaning )
privatedelete

◆ Meaning() [2/2]

linguistic::Meaning::Meaning ( OUString  aTerm)
explicit

Definition at line 36 of file nthesdta.cxx.

◆ ~Meaning()

linguistic::Meaning::~Meaning ( )
overridevirtual

Definition at line 46 of file nthesdta.cxx.

Member Function Documentation

◆ getMeaning()

OUString SAL_CALL linguistic::Meaning::getMeaning ( )
overridevirtual

Definition at line 50 of file nthesdta.cxx.

References aTerm, and linguistic::GetLinguMutex().

◆ operator=()

Meaning & linguistic::Meaning::operator= ( const Meaning )
privatedelete

◆ querySynonyms()

Sequence< OUString > SAL_CALL linguistic::Meaning::querySynonyms ( )
overridevirtual

Definition at line 56 of file nthesdta.cxx.

References aSyn, and linguistic::GetLinguMutex().

◆ SetMeaning()

void linguistic::Meaning::SetMeaning ( const OUString &  rTerm)

Definition at line 68 of file nthesdta.cxx.

References aTerm, and linguistic::GetLinguMutex().

◆ SetSynonyms()

void linguistic::Meaning::SetSynonyms ( const css::uno::Sequence< OUString > &  rSyn)

Definition at line 62 of file nthesdta.cxx.

References aSyn, and linguistic::GetLinguMutex().

Member Data Documentation

◆ aSyn

css::uno::Sequence< OUString > linguistic::Meaning::aSyn
private

Definition at line 32 of file nthesdta.hxx.

Referenced by querySynonyms(), and SetSynonyms().

◆ aTerm

OUString linguistic::Meaning::aTerm
private

Definition at line 33 of file nthesdta.hxx.

Referenced by getMeaning(), and SetMeaning().


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