Inheritance: Object, IDisposable
Beispiel #1
0
Datei: Qt.cs Projekt: 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);
 }
Beispiel #2
0
Datei: Qt.cs Projekt: 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);
 }
Beispiel #3
0
 public void SetHeight(QTextLength height)
 {
     interceptor.Invoke("setHeight#", "setHeight(const QTextLength&)", typeof(void), typeof(QTextLength), height);
 }
Beispiel #4
0
 public void SetWidth(QTextLength length)
 {
     interceptor.Invoke("setWidth#", "setWidth(const QTextLength&)", typeof(void), typeof(QTextLength), length);
 }
Beispiel #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);
 }
Beispiel #6
0
 public void SetWidth(QTextLength length)
 {
     interceptor.Invoke("setWidth#", "setWidth(const QTextLength&)", typeof(void), typeof(QTextLength), length);
 }
Beispiel #7
0
 public void SetHeight(QTextLength height)
 {
     interceptor.Invoke("setHeight#", "setHeight(const QTextLength&)", typeof(void), typeof(QTextLength), height);
 }