QtMobility Reference Documentation

QNdefNfcTextRecord Class Reference

The QNdefNfcTextRecord class provides an NFC RTD-Text More...

 #include <QNdefNfcTextRecord>

Inherits: QNdefRecord.

This class was introduced in Qt Mobility 1.2.

Public Types

enum Encoding { Utf8, Utf16 }

Public Functions

Encoding encoding () const
QString locale () const
void setEncoding ( Encoding encoding )
void setLocale ( const QString & locale )
void setText ( const QString text )
QString text () const

Detailed Description

The QNdefNfcTextRecord class provides an NFC RTD-Text

RTD-Text encapsulates a user displayable text record.

Member Type Documentation

enum QNdefNfcTextRecord::Encoding

This enum describes the text encoding standard used.

ConstantValueDescription
QNdefNfcTextRecord::Utf80The text is encoded with UTF-8.
QNdefNfcTextRecord::Utf161The text is encoding with UTF-16.

Member Function Documentation

Encoding QNdefNfcTextRecord::encoding () const

Returns the encoding of the contents.

See also setEncoding().

QString QNdefNfcTextRecord::locale () const

Returns the locale of the text record.

See also setLocale().

void QNdefNfcTextRecord::setEncoding ( Encoding encoding )

Sets the enconding of the contents to encoding.

See also encoding().

void QNdefNfcTextRecord::setLocale ( const QString & locale )

Sets the locale of the text record to locale.

See also locale().

void QNdefNfcTextRecord::setText ( const QString text )

Sets the contents of the text record to text.

See also text().

QString QNdefNfcTextRecord::text () const

Returns the contents of the text record as a string.

See also setText().

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.