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