Exemple #1
0
 public QPolygon Intersected(QPolygon r)
 {
     return((QPolygon)interceptor.Invoke("intersected#", "intersected(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r));
 }
Exemple #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);
 }
Exemple #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);
 }
Exemple #4
0
Fichier : Qt.cs Projet : 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);
 }
Exemple #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);
 }
Exemple #6
0
 public void DrawConvexPolygon(QPolygon polygon)
 {
     interceptor.Invoke("drawConvexPolygon#", "drawConvexPolygon(const QPolygon&)", typeof(void), typeof(QPolygon), polygon);
 }
Exemple #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));
 }
Exemple #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);
 }
Exemple #9
0
 public QPolygon Subtracted(QPolygon r)
 {
     return (QPolygon) interceptor.Invoke("subtracted#", "subtracted(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r);
 }
Exemple #10
0
 public QPolygon United(QPolygon r)
 {
     return (QPolygon) interceptor.Invoke("united#", "united(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r);
 }
Exemple #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);
 }
Exemple #12
0
 public QPolygon Intersected(QPolygon r)
 {
     return (QPolygon) interceptor.Invoke("intersected#", "intersected(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r);
 }
Exemple #13
0
 public QPolygon Subtracted(QPolygon r)
 {
     return((QPolygon)interceptor.Invoke("subtracted#", "subtracted(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r));
 }
Exemple #14
0
 public List<IQGraphicsItem> Items(QPolygon polygon)
 {
     return (List<IQGraphicsItem>) interceptor.Invoke("items#", "items(const QPolygon&) const", typeof(List<IQGraphicsItem>), typeof(QPolygon), polygon);
 }
Exemple #15
0
 public List <IQGraphicsItem> Items(QPolygon polygon)
 {
     return((List <IQGraphicsItem>)interceptor.Invoke("items#", "items(const QPolygon&) const", typeof(List <IQGraphicsItem>), typeof(QPolygon), polygon));
 }
Exemple #16
0
 public QPolygonF MapToScene(QPolygon polygon)
 {
     return (QPolygonF) interceptor.Invoke("mapToScene#", "mapToScene(const QPolygon&) const", typeof(QPolygonF), typeof(QPolygon), polygon);
 }
Exemple #17
0
 public QPolygonF MapToScene(QPolygon polygon)
 {
     return((QPolygonF)interceptor.Invoke("mapToScene#", "mapToScene(const QPolygon&) const", typeof(QPolygonF), typeof(QPolygon), polygon));
 }
Exemple #18
0
 public QRegion(QPolygon pa) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QRegion#", "QRegion(const QPolygon&)", typeof(void), typeof(QPolygon), pa);
 }
Exemple #19
0
 public QPolygon Map(QPolygon a)
 {
     return((QPolygon)interceptor.Invoke("map#", "map(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), a));
 }
Exemple #20
0
 public QRegion(QPolygon pa)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QRegion#", "QRegion(const QPolygon&)", typeof(void), typeof(QPolygon), pa);
 }
Exemple #21
0
 public QPolygonF(QPolygon a) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QPolygonF#", "QPolygonF(const QPolygon&)", typeof(void), typeof(QPolygon), a);
 }
Exemple #22
0
 public void DrawPoints(QPolygon points)
 {
     interceptor.Invoke("drawPoints#", "drawPoints(const QPolygon&)", typeof(void), typeof(QPolygon), points);
 }
Exemple #23
0
 public QPolygonF(QPolygon a)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QPolygonF#", "QPolygonF(const QPolygon&)", typeof(void), typeof(QPolygon), a);
 }
Exemple #24
0
 public void DrawPolyline(QPolygon polygon)
 {
     interceptor.Invoke("drawPolyline#", "drawPolyline(const QPolygon&)", typeof(void), typeof(QPolygon), polygon);
 }
Exemple #25
0
 public QPolygon Map(QPolygon a)
 {
     return (QPolygon) interceptor.Invoke("map#", "map(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), a);
 }
Exemple #26
0
Fichier : Qt.cs Projet : 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);
 }
Exemple #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);
 }