Inheritance: Object, IDisposable
Exemplo n.º 1
0
Arquivo: Qt.cs Projeto: 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);
 }
Exemplo n.º 2
0
Arquivo: Qt.cs Projeto: 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);
 }
Exemplo n.º 3
0
Arquivo: Qt.cs Projeto: 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);
 }
Exemplo n.º 4
0
Arquivo: Qt.cs Projeto: 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);
 }
Exemplo 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);
 }
Exemplo n.º 6
0
Arquivo: QLineF.cs Projeto: KDE/qyoto
 public QLineF(QLine line)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QLineF#", "QLineF(const QLine&)", typeof(void), typeof(QLine), line);
 }
Exemplo n.º 7
0
 public void DrawLine(QLine line)
 {
     interceptor.Invoke("drawLine#", "drawLine(const QLine&)", typeof(void), typeof(QLine), line);
 }
Exemplo n.º 8
0
 public QLineF(QLine line) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QLineF#", "QLineF(const QLine&)", typeof(void), typeof(QLine), line);
 }
Exemplo n.º 9
0
 public QLine Map(QLine l)
 {
     return (QLine) interceptor.Invoke("map#", "map(const QLine&) const", typeof(QLine), typeof(QLine), l);
 }
Exemplo 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);
 }
Exemplo n.º 11
0
 public QLine Map(QLine l)
 {
     return((QLine)interceptor.Invoke("map#", "map(const QLine&) const", typeof(QLine), typeof(QLine), l));
 }