KLayout Manual: Main Index » Class Index » API reference - Class QTextCodecAPI reference - Class QTextCodecNotation used in Ruby API documentation Description: Binding of QTextCodec Class hierarchy: QTextCodec
Public constructors
Public methods
Public static methods and constants
Protected methods (static, non-static and constructors)
Detailed description[static] QTextCodec_ConversionFlag ConvertInvalidToNullDescription: Enum constant enum QTextCodec::ConvertInvalidToNull [static] QTextCodec_ConversionFlag DefaultConversionDescription: Enum constant enum QTextCodec::DefaultConversion [static] QTextCodec_ConversionFlag FreeFunctionDescription: Enum constant enum QTextCodec::FreeFunction [static] QTextCodec_ConversionFlag IgnoreHeaderDescription: Enum constant enum QTextCodec::IgnoreHeader [virtual,const] string[] aliasesDescription: Virtual method QList<class QByteArray> QTextCodec::aliases() This method can be reimplemented in a derived class. [static] string[] availableCodecsDescription: Static method QList<class QByteArray> QTextCodec::availableCodecs() This method is static and can be called without an instance. [static] int[] availableMibsDescription: Static method QList<int> QTextCodec::availableMibs() This method is static and can be called without an instance. [const] bool canEncode(unsigned int arg1)Description: Method bool QTextCodec::canEncode(QChar ) [const] bool canEncode(string arg1)Description: Method bool QTextCodec::canEncode(const QString &) [static] QTextCodec ptr codecForCStringsDescription: Static method QTextCodec * QTextCodec::codecForCStrings() This method is static and can be called without an instance. [static] QTextCodec ptr codecForHtml(string ba)Description: Static method QTextCodec * QTextCodec::codecForHtml(const QByteArray &ba) This method is static and can be called without an instance. [static] QTextCodec ptr codecForHtml(string ba,QTextCodec ptr defaultCodec)Description: Static method QTextCodec * QTextCodec::codecForHtml(const QByteArray &ba, QTextCodec *defaultCodec) This method is static and can be called without an instance. [static] QTextCodec ptr codecForLocaleDescription: Static method QTextCodec * QTextCodec::codecForLocale() This method is static and can be called without an instance. [static] QTextCodec ptr codecForMib(int mib)Description: Static method QTextCodec * QTextCodec::codecForMib(int mib) This method is static and can be called without an instance. [static] QTextCodec ptr codecForName(string name)Description: Static method QTextCodec * QTextCodec::codecForName(const char *name) This method is static and can be called without an instance. [static] QTextCodec ptr codecForTrDescription: Static method QTextCodec * QTextCodec::codecForTr() This method is static and can be called without an instance. [static] QTextCodec ptr codecForUtfText(string ba)Description: Static method QTextCodec * QTextCodec::codecForUtfText(const QByteArray &ba) This method is static and can be called without an instance. [static] QTextCodec ptr codecForUtfText(string ba,QTextCodec ptr defaultCodec)Description: Static method QTextCodec * QTextCodec::codecForUtfText(const QByteArray &ba, QTextCodec *defaultCodec) This method is static and can be called without an instance. [virtual,const] string convertFromUnicode(unsigned int ptr in,int length,QTextCodec_ConverterState ptr state)Description: Virtual method QByteArray QTextCodec::convertFromUnicode(const QChar *in, int length, QTextCodec::ConverterState *state) This method can be reimplemented in a derived class. [virtual,const] string convertToUnicode(string in,int length,QTextCodec_ConverterState ptr state)Description: Virtual method QString QTextCodec::convertToUnicode(const char *in, int length, QTextCodec::ConverterState *state) This method can be reimplemented in a derived class. void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] string fromUnicode(string uc)Description: Method QByteArray QTextCodec::fromUnicode(const QString &uc) [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. [const] QTextDecoder ptr makeDecoderDescription: Method QTextDecoder * QTextCodec::makeDecoder() [const] QTextEncoder ptr makeEncoderDescription: Method QTextEncoder * QTextCodec::makeEncoder() [virtual,const] int mibEnumDescription: Virtual method int QTextCodec::mibEnum() This method can be reimplemented in a derived class. [virtual,const] string nameDescription: Virtual method QByteArray QTextCodec::name() This method can be reimplemented in a derived class. [static] QTextCodec newDescription: Creates a new object of this class [static] void setCodecForCStrings(QTextCodec ptr c)Description: Static method void QTextCodec::setCodecForCStrings(QTextCodec *c) This method is static and can be called without an instance. [static] void setCodecForLocale(QTextCodec ptr c)Description: Static method void QTextCodec::setCodecForLocale(QTextCodec *c) This method is static and can be called without an instance. [static] void setCodecForTr(QTextCodec ptr c)Description: Static method void QTextCodec::setCodecForTr(QTextCodec *c) This method is static and can be called without an instance. [const] string toUnicode(string chars)Description: Method QString QTextCodec::toUnicode(const char *chars) [const] string toUnicode(string in,int length)Description: Method QString QTextCodec::toUnicode(const char *in, int length, QTextCodec::ConverterState *state) [const] string toUnicode(string in,int length,QTextCodec_ConverterState ptr state)Description: Method QString QTextCodec::toUnicode(const char *in, int length, QTextCodec::ConverterState *state) |