Ejemplo n.º 1
0
 public QPolygon Intersected(QPolygon r)
 {
     return((QPolygon)interceptor.Invoke("intersected#", "intersected(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r));
 }
Ejemplo n.º 2
0
 public List<IQGraphicsItem> Items(QPolygon polygon, Qt.ItemSelectionMode mode)
 {
     return (List<IQGraphicsItem>) interceptor.Invoke("items#$", "items(const QPolygon&, Qt::ItemSelectionMode) const", typeof(List<IQGraphicsItem>), typeof(QPolygon), polygon, typeof(Qt.ItemSelectionMode), mode);
 }
Ejemplo n.º 3
0
 public void DrawPolygon(QPolygon polygon, Qt.FillRule fillRule)
 {
     interceptor.Invoke("drawPolygon#$", "drawPolygon(const QPolygon&, Qt::FillRule)", typeof(void), typeof(QPolygon), polygon, typeof(Qt.FillRule), fillRule);
 }
Ejemplo n.º 4
0
Archivo: Qt.cs Proyecto: KDE/qyoto
 public static QDataStream Read(QDataStream stream, QPolygon polygon)
 {
     return (QDataStream) staticInterceptor.Invoke("operator>>##", "operator>>(QDataStream&, QPolygon&)", typeof(QDataStream), typeof(QDataStream), stream, typeof(QPolygon), polygon);
 }
Ejemplo n.º 5
0
 public QRegion(QPolygon pa, Qt.FillRule fillRule)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QRegion#$", "QRegion(const QPolygon&, Qt::FillRule)", typeof(void), typeof(QPolygon), pa, typeof(Qt.FillRule), fillRule);
 }
Ejemplo n.º 6
0
 public void DrawConvexPolygon(QPolygon polygon)
 {
     interceptor.Invoke("drawConvexPolygon#", "drawConvexPolygon(const QPolygon&)", typeof(void), typeof(QPolygon), polygon);
 }
Ejemplo n.º 7
0
 public List <IQGraphicsItem> Items(QPolygon polygon, Qt.ItemSelectionMode mode)
 {
     return((List <IQGraphicsItem>)interceptor.Invoke("items#$", "items(const QPolygon&, Qt::ItemSelectionMode) const", typeof(List <IQGraphicsItem>), typeof(QPolygon), polygon, typeof(Qt.ItemSelectionMode), mode));
 }
Ejemplo n.º 8
0
 public QRegion(QPolygon pa, Qt.FillRule fillRule) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QRegion#$", "QRegion(const QPolygon&, Qt::FillRule)", typeof(void), typeof(QPolygon), pa, typeof(Qt.FillRule), fillRule);
 }
Ejemplo n.º 9
0
 public QPolygon Subtracted(QPolygon r)
 {
     return (QPolygon) interceptor.Invoke("subtracted#", "subtracted(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r);
 }
Ejemplo n.º 10
0
 public QPolygon United(QPolygon r)
 {
     return (QPolygon) interceptor.Invoke("united#", "united(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r);
 }
Ejemplo n.º 11
0
 public void PutPoints(int index, int nPoints, QPolygon from)
 {
     interceptor.Invoke("putPoints$$#", "putPoints(int, int, const QPolygon&)", typeof(void), typeof(int), index, typeof(int), nPoints, typeof(QPolygon), from);
 }
Ejemplo n.º 12
0
 public QPolygon Intersected(QPolygon r)
 {
     return (QPolygon) interceptor.Invoke("intersected#", "intersected(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r);
 }
Ejemplo n.º 13
0
 public QPolygon Subtracted(QPolygon r)
 {
     return((QPolygon)interceptor.Invoke("subtracted#", "subtracted(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r));
 }
Ejemplo n.º 14
0
 public List<IQGraphicsItem> Items(QPolygon polygon)
 {
     return (List<IQGraphicsItem>) interceptor.Invoke("items#", "items(const QPolygon&) const", typeof(List<IQGraphicsItem>), typeof(QPolygon), polygon);
 }
Ejemplo n.º 15
0
 public List <IQGraphicsItem> Items(QPolygon polygon)
 {
     return((List <IQGraphicsItem>)interceptor.Invoke("items#", "items(const QPolygon&) const", typeof(List <IQGraphicsItem>), typeof(QPolygon), polygon));
 }
Ejemplo n.º 16
0
 public QPolygonF MapToScene(QPolygon polygon)
 {
     return (QPolygonF) interceptor.Invoke("mapToScene#", "mapToScene(const QPolygon&) const", typeof(QPolygonF), typeof(QPolygon), polygon);
 }
Ejemplo n.º 17
0
 public QPolygonF MapToScene(QPolygon polygon)
 {
     return((QPolygonF)interceptor.Invoke("mapToScene#", "mapToScene(const QPolygon&) const", typeof(QPolygonF), typeof(QPolygon), polygon));
 }
Ejemplo n.º 18
0
 public QRegion(QPolygon pa) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QRegion#", "QRegion(const QPolygon&)", typeof(void), typeof(QPolygon), pa);
 }
Ejemplo n.º 19
0
 public QPolygon Map(QPolygon a)
 {
     return((QPolygon)interceptor.Invoke("map#", "map(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), a));
 }
Ejemplo n.º 20
0
 public QRegion(QPolygon pa)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QRegion#", "QRegion(const QPolygon&)", typeof(void), typeof(QPolygon), pa);
 }
Ejemplo n.º 21
0
 public QPolygonF(QPolygon a) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QPolygonF#", "QPolygonF(const QPolygon&)", typeof(void), typeof(QPolygon), a);
 }
Ejemplo n.º 22
0
 public void DrawPoints(QPolygon points)
 {
     interceptor.Invoke("drawPoints#", "drawPoints(const QPolygon&)", typeof(void), typeof(QPolygon), points);
 }
Ejemplo n.º 23
0
 public QPolygonF(QPolygon a)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QPolygonF#", "QPolygonF(const QPolygon&)", typeof(void), typeof(QPolygon), a);
 }
Ejemplo n.º 24
0
 public void DrawPolyline(QPolygon polygon)
 {
     interceptor.Invoke("drawPolyline#", "drawPolyline(const QPolygon&)", typeof(void), typeof(QPolygon), polygon);
 }
Ejemplo n.º 25
0
 public QPolygon Map(QPolygon a)
 {
     return (QPolygon) interceptor.Invoke("map#", "map(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), a);
 }
Ejemplo n.º 26
0
Archivo: Qt.cs Proyecto: KDE/qyoto
 public static QDataStream Write(QDataStream stream, QPolygon polygon)
 {
     return (QDataStream) staticInterceptor.Invoke("operator<<##", "operator<<(QDataStream&, const QPolygon&)", typeof(QDataStream), typeof(QDataStream), stream, typeof(QPolygon), polygon);
 }
Ejemplo n.º 27
0
 public void PutPoints(int index, int nPoints, QPolygon from)
 {
     interceptor.Invoke("putPoints$$#", "putPoints(int, int, const QPolygon&)", typeof(void), typeof(int), index, typeof(int), nPoints, typeof(QPolygon), from);
 }