Inheritance: Object, IDisposable
コード例 #1
0
ファイル: Qt.cs プロジェクト: KDE/qyoto
 public static QDataStream Read(QDataStream arg1, QTextLength arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator>>##", "operator>>(QDataStream&, QTextLength&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QTextLength), arg2);
 }
コード例 #2
0
ファイル: Qt.cs プロジェクト: KDE/qyoto
 public static QDataStream Write(QDataStream arg1, QTextLength arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator<<##", "operator<<(QDataStream&, const QTextLength&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QTextLength), arg2);
 }
コード例 #3
0
ファイル: QTextFrameFormat.cs プロジェクト: micro-chen/qyoto
 public void SetHeight(QTextLength height)
 {
     interceptor.Invoke("setHeight#", "setHeight(const QTextLength&)", typeof(void), typeof(QTextLength), height);
 }
コード例 #4
0
ファイル: QTextFrameFormat.cs プロジェクト: micro-chen/qyoto
 public void SetWidth(QTextLength length)
 {
     interceptor.Invoke("setWidth#", "setWidth(const QTextLength&)", typeof(void), typeof(QTextLength), length);
 }
コード例 #5
0
ファイル: QTextLength.cs プロジェクト: 0xd34df00d/Qross
 public QTextLength(QTextLength.TypeOf type, double value)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QTextLength$$", "QTextLength(QTextLength::Type, qreal)", typeof(void), typeof(QTextLength.TypeOf), type, typeof(double), value);
 }
コード例 #6
0
ファイル: QTextFrameFormat.cs プロジェクト: KDE/qyoto
 public void SetWidth(QTextLength length)
 {
     interceptor.Invoke("setWidth#", "setWidth(const QTextLength&)", typeof(void), typeof(QTextLength), length);
 }
コード例 #7
0
ファイル: QTextFrameFormat.cs プロジェクト: KDE/qyoto
 public void SetHeight(QTextLength height)
 {
     interceptor.Invoke("setHeight#", "setHeight(const QTextLength&)", typeof(void), typeof(QTextLength), height);
 }