Inheritance: Object, IDisposable
示例#1
0
 public static uint SurrogateToUcs4(QChar high, QChar low)
 {
     return((uint)staticInterceptor.Invoke("surrogateToUcs4##", "surrogateToUcs4(QChar, QChar)", typeof(uint), typeof(QChar), high, typeof(QChar), low));
 }
示例#2
0
 public double RightBearing(QChar arg1)
 {
     return((double)interceptor.Invoke("rightBearing#", "rightBearing(QChar) const", typeof(double), typeof(QChar), arg1));
 }
示例#3
0
 public QStringMatcher(QChar uc, int len, Qt.CaseSensitivity cs)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QStringMatcher#$$", "QStringMatcher(const QChar*, int, Qt::CaseSensitivity)", typeof(void), typeof(QChar), uc, typeof(int), len, typeof(Qt.CaseSensitivity), cs);
 }
示例#4
0
文件: QTextCodec.cs 项目: KDE/qyoto
 public bool CanEncode(QChar arg1)
 {
     return (bool) interceptor.Invoke("canEncode#", "canEncode(QChar) const", typeof(bool), typeof(QChar), arg1);
 }
示例#5
0
 public static List<string> PerlSplit(QChar sep, string s)
 {
     return (List<string>) staticInterceptor.Invoke("perlSplit#$", "perlSplit(const QChar&, const QString&)", typeof(List<string>), typeof(QChar), sep, typeof(string), s);
 }
示例#6
0
 public bool CanEncode(QChar arg1)
 {
     return((bool)interceptor.Invoke("canEncode#", "canEncode(QChar) const", typeof(bool), typeof(QChar), arg1));
 }
示例#7
0
 public QStringMatcher(QChar uc, int len) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QStringMatcher#$", "QStringMatcher(const QChar*, int)", typeof(void), typeof(QChar), uc, typeof(int), len);
 }
示例#8
0
 public int Width(QChar arg1)
 {
     return (int) interceptor.Invoke("width#", "width(QChar) const", typeof(int), typeof(QChar), arg1);
 }
示例#9
0
文件: KCharSelect.cs 项目: KDE/kimono
 public void SetCurrentChar(QChar c)
 {
     interceptor.Invoke("setCurrentChar#", "setCurrentChar(const QChar&)", typeof(void), typeof(QChar), c);
 }
示例#10
0
 public QStringMatcher(QChar uc, int len, Qt.CaseSensitivity cs) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QStringMatcher#$$", "QStringMatcher(const QChar*, int, Qt::CaseSensitivity)", typeof(void), typeof(QChar), uc, typeof(int), len, typeof(Qt.CaseSensitivity), cs);
 }
示例#11
0
文件: Qt.cs 项目: 0xd34df00d/Qross
 public static uint QHash(QChar key)
 {
     return (uint) staticInterceptor.Invoke("qHash#", "qHash(QChar)", typeof(uint), typeof(QChar), key);
 }
示例#12
0
 public int IndexIn(QChar str, int length)
 {
     return (int) interceptor.Invoke("indexIn#$", "indexIn(const QChar*, int) const", typeof(int), typeof(QChar), str, typeof(int), length);
 }
示例#13
0
 public QStringMatcher(QChar uc, int len)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QStringMatcher#$", "QStringMatcher(const QChar*, int)", typeof(void), typeof(QChar), uc, typeof(int), len);
 }
示例#14
0
 public QRectF BoundingRect(QChar arg1)
 {
     return((QRectF)interceptor.Invoke("boundingRect#", "boundingRect(QChar) const", typeof(QRectF), typeof(QChar), arg1));
 }
示例#15
0
 public int IndexIn(QChar str, int length)
 {
     return((int)interceptor.Invoke("indexIn#$", "indexIn(const QChar*, int) const", typeof(int), typeof(QChar), str, typeof(int), length));
 }
示例#16
0
 public bool InFont(QChar arg1)
 {
     return (bool) interceptor.Invoke("inFont#", "inFont(QChar) const", typeof(bool), typeof(QChar), arg1);
 }
示例#17
0
 public QVariant(QChar qchar) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QVariant#", "QVariant(const QChar&)", typeof(void), typeof(QChar), qchar);
 }
示例#18
0
文件: QChar.cs 项目: KDE/qyoto
 public static uint SurrogateToUcs4(QChar high, QChar low)
 {
     return (uint) staticInterceptor.Invoke("surrogateToUcs4##", "surrogateToUcs4(QChar, QChar)", typeof(uint), typeof(QChar), high, typeof(QChar), low);
 }
示例#19
0
 public double RightBearing(QChar arg1)
 {
     return (double) interceptor.Invoke("rightBearing#", "rightBearing(QChar) const", typeof(double), typeof(QChar), arg1);
 }
示例#20
0
 /// <remarks>
 ///  Constructor.
 /// <param> name="c" escape char indicating start of macros, or QChar.Null for none
 ///      </param></remarks>        <short>    Constructor.</short>
 public KCharMacroExpander(QChar c)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KCharMacroExpander#", "KCharMacroExpander(QChar)", typeof(void), typeof(QChar), c);
 }
示例#21
0
 public double Width(QChar arg1)
 {
     return (double) interceptor.Invoke("width#", "width(QChar) const", typeof(double), typeof(QChar), arg1);
 }
示例#22
0
文件: Qt.cs 项目: KDE/qyoto
 public static QDataStream Read(QDataStream arg1, QChar arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator>>##", "operator>>(QDataStream&, QChar&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QChar), arg2);
 }
示例#23
0
文件: QTextEncoder.cs 项目: KDE/qyoto
 public QByteArray FromUnicode(QChar uc, int len)
 {
     return (QByteArray) interceptor.Invoke("fromUnicode#$", "fromUnicode(const QChar*, int)", typeof(QByteArray), typeof(QChar), uc, typeof(int), len);
 }
示例#24
0
 public QTextBoundaryFinder(QTextBoundaryFinder.BoundaryType type, QChar chars, int length)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QTextBoundaryFinder$#$", "QTextBoundaryFinder(QTextBoundaryFinder::BoundaryType, const QChar*, int)", typeof(void), typeof(QTextBoundaryFinder.BoundaryType), type, typeof(QChar), chars, typeof(int), length);
 }
示例#25
0
文件: QVariant.cs 项目: KDE/qyoto
 public QVariant(QChar qchar)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QVariant#", "QVariant(const QChar&)", typeof(void), typeof(QChar), qchar);
 }
示例#26
0
文件: QTextCodec.cs 项目: KDE/qyoto
 public QByteArray FromUnicode(QChar arg1, int length)
 {
     return (QByteArray) interceptor.Invoke("fromUnicode#$", "fromUnicode(const QChar*, int) const", typeof(QByteArray), typeof(QChar), arg1, typeof(int), length);
 }
示例#27
0
 public int Width(QChar arg1)
 {
     return((int)interceptor.Invoke("width#", "width(QChar) const", typeof(int), typeof(QChar), arg1));
 }
示例#28
0
 public QByteArray FromUnicode(QChar uc, int len)
 {
     return((QByteArray)interceptor.Invoke("fromUnicode#$", "fromUnicode(const QChar*, int)", typeof(QByteArray), typeof(QChar), uc, typeof(int), len));
 }
示例#29
0
 public int LeftBearing(QChar arg1)
 {
     return((int)interceptor.Invoke("leftBearing#", "leftBearing(QChar) const", typeof(int), typeof(QChar), arg1));
 }
示例#30
0
 public double Width(QChar arg1)
 {
     return((double)interceptor.Invoke("width#", "width(QChar) const", typeof(double), typeof(QChar), arg1));
 }
示例#31
0
 public void SetPadChar(QChar ch)
 {
     interceptor.Invoke("setPadChar#", "setPadChar(QChar)", typeof(void), typeof(QChar), ch);
 }
示例#32
0
 public bool InFont(QChar arg1)
 {
     return((bool)interceptor.Invoke("inFont#", "inFont(QChar) const", typeof(bool), typeof(QChar), arg1));
 }
示例#33
0
 public QTextStream Read(QChar ch)
 {
     return((QTextStream)interceptor.Invoke("operator>>#", "operator>>(QChar&)", typeof(QTextStream), typeof(QChar), ch));
 }
示例#34
0
 public int RightBearing(QChar arg1)
 {
     return (int) interceptor.Invoke("rightBearing#", "rightBearing(QChar) const", typeof(int), typeof(QChar), arg1);
 }
示例#35
0
 public QTextStream Write(QChar ch)
 {
     return((QTextStream)interceptor.Invoke("operator<<#", "operator<<(QChar)", typeof(QTextStream), typeof(QChar), ch));
 }
示例#36
0
 public QRect BoundingRect(QChar arg1)
 {
     return (QRect) interceptor.Invoke("boundingRect#", "boundingRect(QChar) const", typeof(QRect), typeof(QChar), arg1);
 }
示例#37
0
 /// <remarks>
 ///  Converts a QChar to an entity. The returned string does already
 ///  contain the leading '&' and the trailing ';'.
 /// <param> name="ch" the char to convert
 /// </param></remarks>        <return> the entity
 ///      </return>
 ///         <short>    Converts a QChar to an entity.</short>
 public static string ToEntity(QChar ch)
 {
     return (string) staticInterceptor.Invoke("toEntity#", "toEntity(const QChar&)", typeof(string), typeof(QChar), ch);
 }
示例#38
0
文件: QChar.cs 项目: KDE/qyoto
 public QChar(QChar.SpecialCharacter sc)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QChar$", "QChar(QChar::SpecialCharacter)", typeof(void), typeof(QChar.SpecialCharacter), sc);
 }
示例#39
0
文件: QTextStream.cs 项目: KDE/qyoto
 public QTextStream Read(QChar ch)
 {
     return (QTextStream) interceptor.Invoke("operator>>#", "operator>>(QChar&)", typeof(QTextStream), typeof(QChar), ch);
 }
示例#40
0
 /// <remarks>
 ///  Set the macro escape character.
 /// <param> name="c" escape char indicating start of macros, or QChar.Null if none
 ///      </param></remarks>        <short>    Set the macro escape character.</short>
 public void SetEscapeChar(QChar c)
 {
     interceptor.Invoke("setEscapeChar#", "setEscapeChar(QChar)", typeof(void), typeof(QChar), c);
 }
示例#41
0
文件: QTextStream.cs 项目: KDE/qyoto
 public void SetPadChar(QChar ch)
 {
     interceptor.Invoke("setPadChar#", "setPadChar(QChar)", typeof(void), typeof(QChar), ch);
 }
示例#42
0
 protected abstract bool ExpandMacro(QChar chr, List<string> ret);
示例#43
0
文件: QTextStream.cs 项目: KDE/qyoto
 public QTextStream Write(QChar ch)
 {
     return (QTextStream) interceptor.Invoke("operator<<#", "operator<<(QChar)", typeof(QTextStream), typeof(QChar), ch);
 }
示例#44
0
 public QByteArray FromUnicode(QChar arg1, int length)
 {
     return((QByteArray)interceptor.Invoke("fromUnicode#$", "fromUnicode(const QChar*, int) const", typeof(QByteArray), typeof(QChar), arg1, typeof(int), length));
 }
示例#45
0
 public QTextBoundaryFinder(QTextBoundaryFinder.BoundaryType type, QChar chars, int length, Pointer<byte> buffer)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QTextBoundaryFinder$#$$", "QTextBoundaryFinder(QTextBoundaryFinder::BoundaryType, const QChar*, int, unsigned char*)", typeof(void), typeof(QTextBoundaryFinder.BoundaryType), type, typeof(QChar), chars, typeof(int), length, typeof(Pointer<byte>), buffer);
 }
示例#46
0
文件: Qt.cs 项目: KDE/qyoto
 public static QDataStream Write(QDataStream arg1, QChar arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator<<##", "operator<<(QDataStream&, const QChar&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QChar), arg2);
 }
示例#47
0
 public DOMString(QChar str, uint len)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("DOMString#$", "DOMString(const QChar*, uint)", typeof(void), typeof(QChar), str, typeof(uint), len);
 }