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); }
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); }
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); }
public QTextBoundaryFinder(QTextBoundaryFinder other) : this((Type) null) { CreateProxy(); interceptor.Invoke("QTextBoundaryFinder#", "QTextBoundaryFinder(const QTextBoundaryFinder&)", typeof(void), typeof(QTextBoundaryFinder), other); }