Inheritance: Object, IDisposable
Exemplo n.º 1
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);
 }
Exemplo n.º 2
0
 public QTextBoundaryFinder(QTextBoundaryFinder.BoundaryType type, string arg2)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QTextBoundaryFinder$$", "QTextBoundaryFinder(QTextBoundaryFinder::BoundaryType, const QString&)", typeof(void), typeof(QTextBoundaryFinder.BoundaryType), type, typeof(string), arg2);
 }
Exemplo n.º 3
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);
 }
Exemplo n.º 4
0
 public QTextBoundaryFinder(QTextBoundaryFinder other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QTextBoundaryFinder#", "QTextBoundaryFinder(const QTextBoundaryFinder&)", typeof(void), typeof(QTextBoundaryFinder), other);
 }