class SVX_DLLPUBLIC ClassificationResult
{ public:
ClassificationType meType;
OUString msName; //< Display text or 'Name' field (from example.xml).
OUString msAbbreviatedName; //< Abbreviated name, displayed instead of Name.
OUString msIdentifier; //< The identifier of this entry (from example.xml).
/// Returns the text to display, which is the Abbreviated Name, if provided, otherwise Name.
OUString const & getDisplayText() const
{ return !msAbbreviatedName.isEmpty() ? msAbbreviatedName : msName;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.