LibreOffice Module svx (master) 1
Public Member Functions | Public Attributes | List of all members
svx::ClassificationResult Class Reference

#include <ClassificationField.hxx>

Public Member Functions

 ClassificationResult (ClassificationType eType, OUString sName, OUString sAbbreviatedName, OUString sIdentifier="")
 
OUString const & getDisplayText () const
 Returns the text to display, which is the Abbreviated Name, if provided, otherwise Name. More...
 
bool operator== (const ClassificationResult &rOther) const
 

Public Attributes

ClassificationType meType
 
OUString msName
 
OUString msAbbreviatedName
 
OUString msIdentifier
 

Detailed Description

Definition at line 30 of file ClassificationField.hxx.

Constructor & Destructor Documentation

◆ ClassificationResult()

svx::ClassificationResult::ClassificationResult ( ClassificationType  eType,
OUString  sName,
OUString  sAbbreviatedName,
OUString  sIdentifier = "" 
)
inline

Definition at line 38 of file ClassificationField.hxx.

References meType.

Member Function Documentation

◆ getDisplayText()

OUString const & svx::ClassificationResult::getDisplayText ( ) const
inline

Returns the text to display, which is the Abbreviated Name, if provided, otherwise Name.

Definition at line 48 of file ClassificationField.hxx.

References msName.

◆ operator==()

bool svx::ClassificationResult::operator== ( const ClassificationResult rOther) const
inline

Definition at line 53 of file ClassificationField.hxx.

References meType, meType, msAbbreviatedName, msIdentifier, msName, and msName.

Member Data Documentation

◆ meType

ClassificationType svx::ClassificationResult::meType

Definition at line 33 of file ClassificationField.hxx.

Referenced by operator==().

◆ msAbbreviatedName

OUString svx::ClassificationResult::msAbbreviatedName

Definition at line 35 of file ClassificationField.hxx.

Referenced by operator==().

◆ msIdentifier

OUString svx::ClassificationResult::msIdentifier

Definition at line 36 of file ClassificationField.hxx.

Referenced by operator==().

◆ msName

OUString svx::ClassificationResult::msName

Definition at line 34 of file ClassificationField.hxx.

Referenced by operator==().


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