Inheritance: Object, IDisposable
Example #1
0
File: Qt.cs Project: KDE/qyoto
 public static QDataStream Write(QDataStream arg1, QLine arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator<<##", "operator<<(QDataStream&, const QLine&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QLine), arg2);
 }
Example #2
0
File: Qt.cs Project: KDE/qyoto
 public static QDBusArgument Write(QDBusArgument a, QLine line)
 {
     return (QDBusArgument) staticInterceptor.Invoke("operator<<##", "operator<<(QDBusArgument&, const QLine&)", typeof(QDBusArgument), typeof(QDBusArgument), a, typeof(QLine), line);
 }
Example #3
0
File: Qt.cs Project: KDE/qyoto
 public static QDataStream Read(QDataStream arg1, QLine arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator>>##", "operator>>(QDataStream&, QLine&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QLine), arg2);
 }
Example #4
0
File: Qt.cs Project: KDE/qyoto
 public static QDBusArgument Read(QDBusArgument a, QLine line)
 {
     return (QDBusArgument) staticInterceptor.Invoke("operator>>##", "operator>>(const QDBusArgument&, QLine&)", typeof(QDBusArgument), typeof(QDBusArgument), a, typeof(QLine), line);
 }
Example #5
0
 public void DrawLines(QLine lines, int lineCount)
 {
     interceptor.Invoke("drawLines#$", "drawLines(const QLine*, int)", typeof(void), typeof(QLine), lines, typeof(int), lineCount);
 }
Example #6
0
File: QLineF.cs Project: KDE/qyoto
 public QLineF(QLine line)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QLineF#", "QLineF(const QLine&)", typeof(void), typeof(QLine), line);
 }
Example #7
0
 public void DrawLine(QLine line)
 {
     interceptor.Invoke("drawLine#", "drawLine(const QLine&)", typeof(void), typeof(QLine), line);
 }
Example #8
0
 public QLineF(QLine line) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QLineF#", "QLineF(const QLine&)", typeof(void), typeof(QLine), line);
 }
Example #9
0
 public QLine Map(QLine l)
 {
     return (QLine) interceptor.Invoke("map#", "map(const QLine&) const", typeof(QLine), typeof(QLine), l);
 }
Example #10
0
 public virtual void DrawLines(QLine lines, int lineCount)
 {
     interceptor.Invoke("drawLines#$", "drawLines(const QLine*, int)", typeof(void), typeof(QLine), lines, typeof(int), lineCount);
 }
Example #11
0
 public QLine Map(QLine l)
 {
     return((QLine)interceptor.Invoke("map#", "map(const QLine&) const", typeof(QLine), typeof(QLine), l));
 }