Inheritance: Object, IDisposable
Esempio n. 1
0
File: Qt.cs Progetto: 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);
 }
Esempio n. 2
0
File: Qt.cs Progetto: 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);
 }
Esempio n. 3
0
File: Qt.cs Progetto: 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);
 }
Esempio n. 4
0
File: Qt.cs Progetto: 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);
 }
Esempio n. 5
0
 public void DrawLines(QLine lines, int lineCount)
 {
     interceptor.Invoke("drawLines#$", "drawLines(const QLine*, int)", typeof(void), typeof(QLine), lines, typeof(int), lineCount);
 }
Esempio n. 6
0
File: QLineF.cs Progetto: KDE/qyoto
 public QLineF(QLine line)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QLineF#", "QLineF(const QLine&)", typeof(void), typeof(QLine), line);
 }
Esempio n. 7
0
 public void DrawLine(QLine line)
 {
     interceptor.Invoke("drawLine#", "drawLine(const QLine&)", typeof(void), typeof(QLine), line);
 }
Esempio n. 8
0
 public QLineF(QLine line) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QLineF#", "QLineF(const QLine&)", typeof(void), typeof(QLine), line);
 }
Esempio n. 9
0
 public QLine Map(QLine l)
 {
     return (QLine) interceptor.Invoke("map#", "map(const QLine&) const", typeof(QLine), typeof(QLine), l);
 }
Esempio n. 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);
 }
Esempio n. 11
0
 public QLine Map(QLine l)
 {
     return((QLine)interceptor.Invoke("map#", "map(const QLine&) const", typeof(QLine), typeof(QLine), l));
 }