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
 public void SetHeight(QTextLength height)
 {
     interceptor.Invoke("setHeight#", "setHeight(const QTextLength&)", typeof(void), typeof(QTextLength), height);
 }
示例#4
0
 public void SetWidth(QTextLength length)
 {
     interceptor.Invoke("setWidth#", "setWidth(const QTextLength&)", typeof(void), typeof(QTextLength), length);
 }
示例#5
0
 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
 public void SetWidth(QTextLength length)
 {
     interceptor.Invoke("setWidth#", "setWidth(const QTextLength&)", typeof(void), typeof(QTextLength), length);
 }
示例#7
0
 public void SetHeight(QTextLength height)
 {
     interceptor.Invoke("setHeight#", "setHeight(const QTextLength&)", typeof(void), typeof(QTextLength), height);
 }