#include <text.hh>
Inheritance diagram for Text:
The "text" object type contains written text of some kind to be displayed. It has one subproperty containing the text, as well as optional subproperties for translations to other languages.
Definition at line 39 of file text.hh.
|
Constructor.
|
|
Return first property that starts with the prefix "text:".
Definition at line 106 of file text.cc. Referenced by getText(), getTextDatatype(), and primaryLanguage(). |
|
Return property for a given language.
|
|
Get the text in the given language.
|
|
Get the text (primary/default language).
|
|
Get the datatype of a subproperty.
|
|
Get the datatype of primary subproperty.
|
|
Return type string ("text:text").
|
|
Return a list of languages available (ISO 639 codes).
|
|
Return ISO 639 code for primary language.
Definition at line 127 of file text.cc. Referenced by setText(). |
|
Register Extenders.
|
|
Set a text subproperty.
|
|
Set primary text sub-property.
|