상속: Object, IDisposable
예제 #1
0
 public QTextFrameFormat(QTextFormat fmt) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QTextFrameFormat#", "QTextFrameFormat(const QTextFormat&)", typeof(void), typeof(QTextFormat), fmt);
 }
예제 #2
0
 public abstract QSizeF IntrinsicSize(QTextDocument doc, int posInDocument, QTextFormat format);
예제 #3
0
 public abstract void DrawObject(QPainter painter, QRectF rect, QTextDocument doc, int posInDocument, QTextFormat format);
예제 #4
0
 public QTextObject ObjectForFormat(QTextFormat arg1)
 {
     return (QTextObject) interceptor.Invoke("objectForFormat#", "objectForFormat(const QTextFormat&) const", typeof(QTextObject), typeof(QTextFormat), arg1);
 }
예제 #5
0
 protected virtual QTextObject CreateObject(QTextFormat f)
 {
     return (QTextObject) interceptor.Invoke("createObject#", "createObject(const QTextFormat&)", typeof(QTextObject), typeof(QTextFormat), f);
 }
예제 #6
0
파일: Qt.cs 프로젝트: KDE/qyoto
 public static QDataStream Write(QDataStream arg1, QTextFormat arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator<<##", "operator<<(QDataStream&, const QTextFormat&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QTextFormat), arg2);
 }
예제 #7
0
 protected virtual QTextObject CreateObject(QTextFormat f)
 {
     return((QTextObject)interceptor.Invoke("createObject#", "createObject(const QTextFormat&)", typeof(QTextObject), typeof(QTextFormat), f));
 }
예제 #8
0
 public abstract void DrawObject(QPainter painter, QRectF rect, QTextDocument doc, int posInDocument, QTextFormat format);
예제 #9
0
 public abstract QSizeF IntrinsicSize(QTextDocument doc, int posInDocument, QTextFormat format);
 protected virtual void PositionInlineObject(QTextInlineObject item, int posInDocument, QTextFormat format)
 {
     interceptor.Invoke("positionInlineObject#$#", "positionInlineObject(QTextInlineObject, int, const QTextFormat&)", typeof(void), typeof(QTextInlineObject), item, typeof(int), posInDocument, typeof(QTextFormat), format);
 }
 protected virtual void DrawInlineObject(QPainter painter, QRectF rect, QTextInlineObject arg3, int posInDocument, QTextFormat format)
 {
     interceptor.Invoke("drawInlineObject###$#", "drawInlineObject(QPainter*, const QRectF&, QTextInlineObject, int, const QTextFormat&)", typeof(void), typeof(QPainter), painter, typeof(QRectF), rect, typeof(QTextInlineObject), arg3, typeof(int), posInDocument, typeof(QTextFormat), format);
 }
예제 #12
0
 protected virtual void ResizeInlineObject(QTextInlineObject item, int posInDocument, QTextFormat format)
 {
     interceptor.Invoke("resizeInlineObject#$#", "resizeInlineObject(QTextInlineObject, int, const QTextFormat&)", typeof(void), typeof(QTextInlineObject), item, typeof(int), posInDocument, typeof(QTextFormat), format);
 }
예제 #13
0
 protected virtual void DrawInlineObject(QPainter painter, QRectF rect, QTextInlineObject arg3, int posInDocument, QTextFormat format)
 {
     interceptor.Invoke("drawInlineObject###$#", "drawInlineObject(QPainter*, const QRectF&, QTextInlineObject, int, const QTextFormat&)", typeof(void), typeof(QPainter), painter, typeof(QRectF), rect, typeof(QTextInlineObject), arg3, typeof(int), posInDocument, typeof(QTextFormat), format);
 }
예제 #14
0
 public void Merge(QTextFormat other)
 {
     interceptor.Invoke("merge#", "merge(const QTextFormat&)", typeof(void), typeof(QTextFormat), other);
 }
예제 #15
0
파일: QTextObject.cs 프로젝트: KDE/qyoto
 protected void SetFormat(QTextFormat format)
 {
     interceptor.Invoke("setFormat#", "setFormat(const QTextFormat&)", typeof(void), typeof(QTextFormat), format);
 }
예제 #16
0
 protected void SetFormat(QTextFormat format)
 {
     interceptor.Invoke("setFormat#", "setFormat(const QTextFormat&)", typeof(void), typeof(QTextFormat), format);
 }
예제 #17
0
파일: Qt.cs 프로젝트: KDE/qyoto
 public static QDataStream Read(QDataStream arg1, QTextFormat arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator>>##", "operator>>(QDataStream&, QTextFormat&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QTextFormat), arg2);
 }
예제 #18
0
 public void Merge(QTextFormat other)
 {
     interceptor.Invoke("merge#", "merge(const QTextFormat&)", typeof(void), typeof(QTextFormat), other);
 }
예제 #19
0
 public QTextBlockFormat(QTextFormat fmt)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QTextBlockFormat#", "QTextBlockFormat(const QTextFormat&)", typeof(void), typeof(QTextFormat), fmt);
 }
예제 #20
0
 public QTextObject ObjectForFormat(QTextFormat arg1)
 {
     return((QTextObject)interceptor.Invoke("objectForFormat#", "objectForFormat(const QTextFormat&) const", typeof(QTextObject), typeof(QTextFormat), arg1));
 }