Inheritance: Object, IDisposable
Exemplo n.º 1
0
 public void DrawPoints(QPolygonF points)
 {
     interceptor.Invoke("drawPoints#", "drawPoints(const QPolygonF&)", typeof(void), typeof(QPolygonF), points);
 }
Exemplo n.º 2
0
 public void DrawPolygon(QPolygonF polygon)
 {
     interceptor.Invoke("drawPolygon#", "drawPolygon(const QPolygonF&)", typeof(void), typeof(QPolygonF), polygon);
 }
Exemplo n.º 3
0
 public QPolygonF Map(QPolygonF a)
 {
     return (QPolygonF) interceptor.Invoke("map#", "map(const QPolygonF&) const", typeof(QPolygonF), typeof(QPolygonF), a);
 }
Exemplo n.º 4
0
 public QGraphicsPolygonItem(QPolygonF polygon, IQGraphicsItem parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGraphicsPolygonItem##", "QGraphicsPolygonItem(const QPolygonF&, QGraphicsItem*)", typeof(void), typeof(QPolygonF), polygon, typeof(IQGraphicsItem), parent);
 }
Exemplo n.º 5
0
 public QPolygonF MapToItem(IQGraphicsItem item, QPolygonF polygon)
 {
     return (QPolygonF) interceptor.Invoke("mapToItem##", "mapToItem(const QGraphicsItem*, const QPolygonF&) const", typeof(QPolygonF), typeof(IQGraphicsItem), item, typeof(QPolygonF), polygon);
 }
Exemplo n.º 6
0
 public QPolygonF United(QPolygonF r)
 {
     return (QPolygonF) interceptor.Invoke("united#", "united(const QPolygonF&) const", typeof(QPolygonF), typeof(QPolygonF), r);
 }
Exemplo n.º 7
0
 public QGraphicsPolygonItem AddPolygon(QPolygonF polygon)
 {
     return((QGraphicsPolygonItem)interceptor.Invoke("addPolygon#", "addPolygon(const QPolygonF&)", typeof(QGraphicsPolygonItem), typeof(QPolygonF), polygon));
 }
Exemplo n.º 8
0
 public List<IQGraphicsItem> Items(QPolygonF polygon)
 {
     return (List<IQGraphicsItem>) interceptor.Invoke("items#", "items(const QPolygonF&) const", typeof(List<IQGraphicsItem>), typeof(QPolygonF), polygon);
 }
Exemplo n.º 9
0
 public List <IQGraphicsItem> Items(QPolygonF polygon)
 {
     return((List <IQGraphicsItem>)interceptor.Invoke("items#", "items(const QPolygonF&) const", typeof(List <IQGraphicsItem>), typeof(QPolygonF), polygon));
 }
Exemplo n.º 10
0
 public QGraphicsPolygonItem AddPolygon(QPolygonF polygon, QPen pen, QBrush brush)
 {
     return((QGraphicsPolygonItem)interceptor.Invoke("addPolygon###", "addPolygon(const QPolygonF&, const QPen&, const QBrush&)", typeof(QGraphicsPolygonItem), typeof(QPolygonF), polygon, typeof(QPen), pen, typeof(QBrush), brush));
 }
Exemplo n.º 11
0
 public List <IQGraphicsItem> Items(QPolygonF polygon, Qt.ItemSelectionMode mode)
 {
     return((List <IQGraphicsItem>)interceptor.Invoke("items#$", "items(const QPolygonF&, Qt::ItemSelectionMode) const", typeof(List <IQGraphicsItem>), typeof(QPolygonF), polygon, typeof(Qt.ItemSelectionMode), mode));
 }
Exemplo n.º 12
0
 public QPolygon MapFromScene(QPolygonF polygon)
 {
     return((QPolygon)interceptor.Invoke("mapFromScene#", "mapFromScene(const QPolygonF&) const", typeof(QPolygon), typeof(QPolygonF), polygon));
 }
Exemplo n.º 13
0
 public static bool QuadToQuad(QPolygonF one, QPolygonF two, QTransform result)
 {
     return((bool)staticInterceptor.Invoke("quadToQuad###", "quadToQuad(const QPolygonF&, const QPolygonF&, QTransform&)", typeof(bool), typeof(QPolygonF), one, typeof(QPolygonF), two, typeof(QTransform), result));
 }
Exemplo n.º 14
0
 public QGraphicsPolygonItem AddPolygon(QPolygonF polygon, QPen pen, QBrush brush)
 {
     return (QGraphicsPolygonItem) interceptor.Invoke("addPolygon###", "addPolygon(const QPolygonF&, const QPen&, const QBrush&)", typeof(QGraphicsPolygonItem), typeof(QPolygonF), polygon, typeof(QPen), pen, typeof(QBrush), brush);
 }
Exemplo n.º 15
0
 public static bool QuadToQuad(QPolygonF one, QPolygonF two, QTransform result)
 {
     return (bool) staticInterceptor.Invoke("quadToQuad###", "quadToQuad(const QPolygonF&, const QPolygonF&, QTransform&)", typeof(bool), typeof(QPolygonF), one, typeof(QPolygonF), two, typeof(QTransform), result);
 }
Exemplo n.º 16
0
 public List<IQGraphicsItem> Items(QPolygonF polygon, Qt.ItemSelectionMode mode, Qt.SortOrder order, QTransform deviceTransform)
 {
     return (List<IQGraphicsItem>) interceptor.Invoke("items#$$#", "items(const QPolygonF&, Qt::ItemSelectionMode, Qt::SortOrder, const QTransform&) const", typeof(List<IQGraphicsItem>), typeof(QPolygonF), polygon, typeof(Qt.ItemSelectionMode), mode, typeof(Qt.SortOrder), order, typeof(QTransform), deviceTransform);
 }
Exemplo n.º 17
0
 public static bool QuadToSquare(QPolygonF quad, QTransform result)
 {
     return (bool) staticInterceptor.Invoke("quadToSquare##", "quadToSquare(const QPolygonF&, QTransform&)", typeof(bool), typeof(QPolygonF), quad, typeof(QTransform), result);
 }
Exemplo n.º 18
0
Arquivo: Qt.cs Projeto: KDE/qyoto
 public static QDataStream Write(QDataStream stream, QPolygonF array)
 {
     return (QDataStream) staticInterceptor.Invoke("operator<<##", "operator<<(QDataStream&, const QPolygonF&)", typeof(QDataStream), typeof(QDataStream), stream, typeof(QPolygonF), array);
 }
Exemplo n.º 19
0
 public static bool SquareToQuad(QPolygonF square, QTransform result)
 {
     return (bool) staticInterceptor.Invoke("squareToQuad##", "squareToQuad(const QPolygonF&, QTransform&)", typeof(bool), typeof(QPolygonF), square, typeof(QTransform), result);
 }
Exemplo n.º 20
0
 public static bool QuadToSquare(QPolygonF quad, QTransform result)
 {
     return((bool)staticInterceptor.Invoke("quadToSquare##", "quadToSquare(const QPolygonF&, QTransform&)", typeof(bool), typeof(QPolygonF), quad, typeof(QTransform), result));
 }
Exemplo n.º 21
0
 public QPolygonF Map(QPolygonF a)
 {
     return((QPolygonF)interceptor.Invoke("map#", "map(const QPolygonF&) const", typeof(QPolygonF), typeof(QPolygonF), a));
 }
Exemplo n.º 22
0
 public QPolygonF(QPolygonF a)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QPolygonF#", "QPolygonF(const QPolygonF&)", typeof(void), typeof(QPolygonF), a);
 }
Exemplo n.º 23
0
 public QPolygonF(QPolygonF a) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QPolygonF#", "QPolygonF(const QPolygonF&)", typeof(void), typeof(QPolygonF), a);
 }
Exemplo n.º 24
0
 public void AddPolygon(QPolygonF polygon)
 {
     interceptor.Invoke("addPolygon#", "addPolygon(const QPolygonF&)", typeof(void), typeof(QPolygonF), polygon);
 }
Exemplo n.º 25
0
 public QPolygonF Intersected(QPolygonF r)
 {
     return((QPolygonF)interceptor.Invoke("intersected#", "intersected(const QPolygonF&) const", typeof(QPolygonF), typeof(QPolygonF), r));
 }
Exemplo n.º 26
0
 public QGraphicsPolygonItem(QPolygonF polygon)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QGraphicsPolygonItem#", "QGraphicsPolygonItem(const QPolygonF&)", typeof(void), typeof(QPolygonF), polygon);
 }
Exemplo n.º 27
0
 public QPolygonF Subtracted(QPolygonF r)
 {
     return((QPolygonF)interceptor.Invoke("subtracted#", "subtracted(const QPolygonF&) const", typeof(QPolygonF), typeof(QPolygonF), r));
 }
Exemplo n.º 28
0
 public void DrawPolygon(QPolygonF polygon, Qt.FillRule fillRule)
 {
     interceptor.Invoke("drawPolygon#$", "drawPolygon(const QPolygonF&, Qt::FillRule)", typeof(void), typeof(QPolygonF), polygon, typeof(Qt.FillRule), fillRule);
 }
Exemplo n.º 29
0
 public QGraphicsPolygonItem(QPolygonF polygon, IQGraphicsItem parent) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGraphicsPolygonItem##", "QGraphicsPolygonItem(const QPolygonF&, QGraphicsItem*)", typeof(void), typeof(QPolygonF), polygon, typeof(IQGraphicsItem), parent);
 }
Exemplo n.º 30
0
 public void DrawPolyline(QPolygonF polyline)
 {
     interceptor.Invoke("drawPolyline#", "drawPolyline(const QPolygonF&)", typeof(void), typeof(QPolygonF), polyline);
 }
Exemplo n.º 31
0
 public QGraphicsPolygonItem(QPolygonF polygon) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QGraphicsPolygonItem#", "QGraphicsPolygonItem(const QPolygonF&)", typeof(void), typeof(QPolygonF), polygon);
 }
Exemplo n.º 32
0
 public QGraphicsPolygonItem AddPolygon(QPolygonF polygon)
 {
     return (QGraphicsPolygonItem) interceptor.Invoke("addPolygon#", "addPolygon(const QPolygonF&)", typeof(QGraphicsPolygonItem), typeof(QPolygonF), polygon);
 }
 public QPolygonF MapToItem(IQGraphicsItem item, QPolygonF polygon)
 {
     return applet.MapToItem(item, polygon);
 }
Exemplo n.º 34
0
 public List<IQGraphicsItem> Items(QPolygonF polygon, Qt.ItemSelectionMode mode)
 {
     return (List<IQGraphicsItem>) interceptor.Invoke("items#$", "items(const QPolygonF&, Qt::ItemSelectionMode) const", typeof(List<IQGraphicsItem>), typeof(QPolygonF), polygon, typeof(Qt.ItemSelectionMode), mode);
 }
 public QPolygonF MapToParent(QPolygonF polygon)
 {
     return applet.MapToParent(polygon);
 }
Exemplo n.º 36
0
Arquivo: Qt.cs Projeto: KDE/qyoto
 public static QDataStream Read(QDataStream stream, QPolygonF array)
 {
     return (QDataStream) staticInterceptor.Invoke("operator>>##", "operator>>(QDataStream&, QPolygonF&)", typeof(QDataStream), typeof(QDataStream), stream, typeof(QPolygonF), array);
 }
 public QPolygonF MapToScene(QPolygonF polygon)
 {
     return applet.MapToScene(polygon);
 }
Exemplo n.º 38
0
 public QPolygonF MapFromParent(QPolygonF polygon)
 {
     return (QPolygonF) interceptor.Invoke("mapFromParent#", "mapFromParent(const QPolygonF&) const", typeof(QPolygonF), typeof(QPolygonF), polygon);
 }
Exemplo n.º 39
0
 public QPolygonF Subtracted(QPolygonF r)
 {
     return (QPolygonF) interceptor.Invoke("subtracted#", "subtracted(const QPolygonF&) const", typeof(QPolygonF), typeof(QPolygonF), r);
 }
Exemplo n.º 40
0
 public QPolygonF MapToScene(QPolygonF polygon)
 {
     return (QPolygonF) interceptor.Invoke("mapToScene#", "mapToScene(const QPolygonF&) const", typeof(QPolygonF), typeof(QPolygonF), polygon);
 }
Exemplo n.º 41
0
 public static bool SquareToQuad(QPolygonF square, QTransform result)
 {
     return((bool)staticInterceptor.Invoke("squareToQuad##", "squareToQuad(const QPolygonF&, QTransform&)", typeof(bool), typeof(QPolygonF), square, typeof(QTransform), result));
 }