Наследование: 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
 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
 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
 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
 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
 public QVariant(QChar qchar)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QVariant#", "QVariant(const QChar&)", typeof(void), typeof(QChar), qchar);
 }
Пример #26
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);
 }
Пример #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
 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
 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
 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);
 }