コード例 #1
0
ファイル: QPolygon.cs プロジェクト: micro-chen/qyoto
 public QPolygon Intersected(QPolygon r)
 {
     return((QPolygon)interceptor.Invoke("intersected#", "intersected(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r));
 }
コード例 #2
0
ファイル: QGraphicsView.cs プロジェクト: KDE/qyoto
 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);
 }
コード例 #3
0
ファイル: QPainter.cs プロジェクト: 0xd34df00d/Qross
 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);
 }
コード例 #4
0
ファイル: Qt.cs プロジェクト: 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);
 }
コード例 #5
0
ファイル: QRegion.cs プロジェクト: 0xd34df00d/Qross
 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);
 }
コード例 #6
0
ファイル: QPainter.cs プロジェクト: 0xd34df00d/Qross
 public void DrawConvexPolygon(QPolygon polygon)
 {
     interceptor.Invoke("drawConvexPolygon#", "drawConvexPolygon(const QPolygon&)", typeof(void), typeof(QPolygon), polygon);
 }
コード例 #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));
 }
コード例 #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);
 }
コード例 #9
0
ファイル: QPolygon.cs プロジェクト: KDE/qyoto
 public QPolygon Subtracted(QPolygon r)
 {
     return (QPolygon) interceptor.Invoke("subtracted#", "subtracted(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r);
 }
コード例 #10
0
ファイル: QPolygon.cs プロジェクト: KDE/qyoto
 public QPolygon United(QPolygon r)
 {
     return (QPolygon) interceptor.Invoke("united#", "united(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r);
 }
コード例 #11
0
ファイル: QPolygon.cs プロジェクト: KDE/qyoto
 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);
 }
コード例 #12
0
ファイル: QPolygon.cs プロジェクト: KDE/qyoto
 public QPolygon Intersected(QPolygon r)
 {
     return (QPolygon) interceptor.Invoke("intersected#", "intersected(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r);
 }
コード例 #13
0
ファイル: QPolygon.cs プロジェクト: micro-chen/qyoto
 public QPolygon Subtracted(QPolygon r)
 {
     return((QPolygon)interceptor.Invoke("subtracted#", "subtracted(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), r));
 }
コード例 #14
0
ファイル: QGraphicsView.cs プロジェクト: KDE/qyoto
 public List<IQGraphicsItem> Items(QPolygon polygon)
 {
     return (List<IQGraphicsItem>) interceptor.Invoke("items#", "items(const QPolygon&) const", typeof(List<IQGraphicsItem>), typeof(QPolygon), polygon);
 }
コード例 #15
0
 public List <IQGraphicsItem> Items(QPolygon polygon)
 {
     return((List <IQGraphicsItem>)interceptor.Invoke("items#", "items(const QPolygon&) const", typeof(List <IQGraphicsItem>), typeof(QPolygon), polygon));
 }
コード例 #16
0
ファイル: QGraphicsView.cs プロジェクト: KDE/qyoto
 public QPolygonF MapToScene(QPolygon polygon)
 {
     return (QPolygonF) interceptor.Invoke("mapToScene#", "mapToScene(const QPolygon&) const", typeof(QPolygonF), typeof(QPolygon), polygon);
 }
コード例 #17
0
 public QPolygonF MapToScene(QPolygon polygon)
 {
     return((QPolygonF)interceptor.Invoke("mapToScene#", "mapToScene(const QPolygon&) const", typeof(QPolygonF), typeof(QPolygon), polygon));
 }
コード例 #18
0
 public QRegion(QPolygon pa) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QRegion#", "QRegion(const QPolygon&)", typeof(void), typeof(QPolygon), pa);
 }
コード例 #19
0
ファイル: QMatrix.cs プロジェクト: micro-chen/qyoto
 public QPolygon Map(QPolygon a)
 {
     return((QPolygon)interceptor.Invoke("map#", "map(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), a));
 }
コード例 #20
0
ファイル: QRegion.cs プロジェクト: 0xd34df00d/Qross
 public QRegion(QPolygon pa)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QRegion#", "QRegion(const QPolygon&)", typeof(void), typeof(QPolygon), pa);
 }
コード例 #21
0
 public QPolygonF(QPolygon a) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QPolygonF#", "QPolygonF(const QPolygon&)", typeof(void), typeof(QPolygon), a);
 }
コード例 #22
0
ファイル: QPainter.cs プロジェクト: 0xd34df00d/Qross
 public void DrawPoints(QPolygon points)
 {
     interceptor.Invoke("drawPoints#", "drawPoints(const QPolygon&)", typeof(void), typeof(QPolygon), points);
 }
コード例 #23
0
ファイル: QPolygonF.cs プロジェクト: 0xd34df00d/Qross
 public QPolygonF(QPolygon a)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QPolygonF#", "QPolygonF(const QPolygon&)", typeof(void), typeof(QPolygon), a);
 }
コード例 #24
0
ファイル: QPainter.cs プロジェクト: 0xd34df00d/Qross
 public void DrawPolyline(QPolygon polygon)
 {
     interceptor.Invoke("drawPolyline#", "drawPolyline(const QPolygon&)", typeof(void), typeof(QPolygon), polygon);
 }
コード例 #25
0
ファイル: QMatrix.cs プロジェクト: 0xd34df00d/Qross
 public QPolygon Map(QPolygon a)
 {
     return (QPolygon) interceptor.Invoke("map#", "map(const QPolygon&) const", typeof(QPolygon), typeof(QPolygon), a);
 }
コード例 #26
0
ファイル: Qt.cs プロジェクト: 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);
 }
コード例 #27
0
ファイル: QPolygon.cs プロジェクト: micro-chen/qyoto
 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);
 }