Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | Advance (int phase) |
QRectF | BoundingRect () |
new QRegion | BoundingRegion (QTransform itemToDeviceTransform) |
new System.Collections.Generic.List < IQGraphicsItem > | ChildItems () |
new System.Collections.Generic.List < IQGraphicsItem > | Children () |
new QRectF | ChildrenBoundingRect () |
new void | ClearFocus () |
new QPainterPath | ClipPath () |
bool | CollidesWithItem (IQGraphicsItem other, Qt.ItemSelectionMode mode=Qt.ItemSelectionMode.IntersectsItemShape) |
bool | CollidesWithPath (QPainterPath path, Qt.ItemSelectionMode mode=Qt.ItemSelectionMode.IntersectsItemShape) |
new System.Collections.Generic.List < IQGraphicsItem > | CollidingItems (Qt.ItemSelectionMode mode=Qt.ItemSelectionMode.IntersectsItemShape) |
new IQGraphicsItem | CommonAncestorItem (IQGraphicsItem other) |
bool | Contains (QPointF point) |
new object | Data (int key) |
new QTransform | DeviceTransform (QTransform viewportTransform) |
new double | EffectiveOpacity () |
new void | EnsureVisible () |
new void | EnsureVisible (QRectF rect, int xmargin=50, int ymargin=50) |
new void | EnsureVisible (double x, double y, double w, double h, int xmargin=50, int ymargin=50) |
new IQGraphicsItem | FocusItem () |
new IQGraphicsItem | FocusScopeItem () |
new void | GrabKeyboard () |
new void | GrabMouse () |
new bool | HasCursor () |
new bool | HasFocus () |
new void | Hide () |
new void | InstallSceneEventFilter (IQGraphicsItem filterItem) |
new bool | IsActive () |
new bool | IsAncestorOf (IQGraphicsItem child) |
new bool | IsBlockedByModalPanel (IQGraphicsItem blockingPanel=null) |
new bool | IsClipped () |
new bool | IsEnabled () |
new bool | IsObscured () |
new bool | IsObscured (QRectF rect) |
new bool | IsObscured (double x, double y, double w, double h) |
bool | IsObscuredBy (IQGraphicsItem item) |
new bool | IsPanel () |
new bool | IsSelected () |
new bool | IsUnderMouse () |
new bool | IsVisible () |
new bool | IsVisibleTo (IQGraphicsItem parent) |
new bool | IsWidget () |
new bool | IsWindow () |
new QTransform | ItemTransform (IQGraphicsItem other) |
new QTransform | ItemTransform (IQGraphicsItem other, ref bool ok) |
new QPolygonF | MapFromItem (IQGraphicsItem item, QRectF rect) |
new QPainterPath | MapFromItem (IQGraphicsItem item, QPainterPath path) |
new QPointF | MapFromItem (IQGraphicsItem item, QPointF point) |
new QPolygonF | MapFromItem (IQGraphicsItem item, QPolygonF polygon) |
new QPointF | MapFromItem (IQGraphicsItem item, double x, double y) |
new QPolygonF | MapFromItem (IQGraphicsItem item, double x, double y, double w, double h) |
new QPolygonF | MapFromParent (QPolygonF polygon) |
new QPolygonF | MapFromParent (QRectF rect) |
new QPainterPath | MapFromParent (QPainterPath path) |
new QPointF | MapFromParent (QPointF point) |
new QPointF | MapFromParent (double x, double y) |
new QPolygonF | MapFromParent (double x, double y, double w, double h) |
new QPolygonF | MapFromScene (QPolygonF polygon) |
new QPolygonF | MapFromScene (QRectF rect) |
new QPainterPath | MapFromScene (QPainterPath path) |
new QPointF | MapFromScene (QPointF point) |
new QPointF | MapFromScene (double x, double y) |
new QPolygonF | MapFromScene (double x, double y, double w, double h) |
new QRectF | MapRectFromItem (IQGraphicsItem item, QRectF rect) |
new QRectF | MapRectFromItem (IQGraphicsItem item, double x, double y, double w, double h) |
new QRectF | MapRectFromParent (QRectF rect) |
new QRectF | MapRectFromParent (double x, double y, double w, double h) |
new QRectF | MapRectFromScene (QRectF rect) |
new QRectF | MapRectFromScene (double x, double y, double w, double h) |
new QRectF | MapRectToItem (IQGraphicsItem item, QRectF rect) |
new QRectF | MapRectToItem (IQGraphicsItem item, double x, double y, double w, double h) |
new QRectF | MapRectToParent (QRectF rect) |
new QRectF | MapRectToParent (double x, double y, double w, double h) |
new QRectF | MapRectToScene (QRectF rect) |
new QRectF | MapRectToScene (double x, double y, double w, double h) |
new QPainterPath | MapToItem (IQGraphicsItem item, QPainterPath path) |
new QPolygonF | MapToItem (IQGraphicsItem item, QRectF rect) |
new QPolygonF | MapToItem (IQGraphicsItem item, QPolygonF polygon) |
new QPointF | MapToItem (IQGraphicsItem item, QPointF point) |
new QPointF | MapToItem (IQGraphicsItem item, double x, double y) |
new QPolygonF | MapToItem (IQGraphicsItem item, double x, double y, double w, double h) |
new QPolygonF | MapToParent (QPolygonF polygon) |
new QPainterPath | MapToParent (QPainterPath path) |
new QPointF | MapToParent (QPointF point) |
new QPolygonF | MapToParent (QRectF rect) |
new QPointF | MapToParent (double x, double y) |
new QPolygonF | MapToParent (double x, double y, double w, double h) |
new QPolygonF | MapToScene (QPolygonF polygon) |
new QPointF | MapToScene (QPointF point) |
new QPainterPath | MapToScene (QPainterPath path) |
new QPolygonF | MapToScene (QRectF rect) |
new QPointF | MapToScene (double x, double y) |
new QPolygonF | MapToScene (double x, double y, double w, double h) |
new void | MoveBy (double dx, double dy) |
QPainterPath | OpaqueArea () |
void | Paint (QPainter painter, QStyleOptionGraphicsItem option, QWidget widget=null) |
new IQGraphicsItem | Panel () |
new QGraphicsObject | ParentObject () |
new QGraphicsWidget | ParentWidget () |
new void | RemoveSceneEventFilter (IQGraphicsItem filterItem) |
new void | ResetMatrix () |
new void | ResetTransform () |
new void | Rotate (double angle) |
new double | Scale () |
new void | Scale (double sx, double sy) |
new QGraphicsScene | Scene () |
new QRectF | SceneBoundingRect () |
new QMatrix | SceneMatrix () |
new QPointF | ScenePos () |
new QTransform | SceneTransform () |
new void | Scroll (double dx, double dy) |
new void | Scroll (double dx, double dy, QRectF rect) |
new void | SetActive (bool active) |
new void | SetCacheMode (QGraphicsItem.CacheMode mode, QSize cacheSize) |
new void | SetData (int key, object value) |
new void | SetEnabled (bool enabled) |
new void | SetFlag (QGraphicsItem.GraphicsItemFlag flag, bool enabled=true) |
new void | SetFocus (Qt.FocusReason focusReason=Qt.FocusReason.OtherFocusReason) |
new void | SetMatrix (QMatrix matrix, bool combine=false) |
new void | SetPos (double x, double y) |
new void | SetScale (double scale) |
new void | SetSelected (bool selected) |
new void | SetTransform (QTransform matrix, bool combine=false) |
new void | SetTransformOriginPoint (double ax, double ay) |
new void | SetVisible (bool visible) |
QPainterPath | Shape () |
new void | Shear (double sh, double sv) |
new void | Show () |
new void | StackBefore (IQGraphicsItem sibling) |
new QGraphicsObject | ToGraphicsObject () |
new IQGraphicsItem | TopLevelItem () |
new QGraphicsWidget | TopLevelWidget () |
new void | Translate (double dx, double dy) |
int | Type () |
new void | UngrabKeyboard () |
new void | UngrabMouse () |
new void | UnsetCursor () |
new void | Update () |
new void | Update (QRectF rect) |
new void | Update (double x, double y, double width, double height) |
new QGraphicsWidget | Window () |
Properties | |
System.Boolean | AcceptDrops [get, set] |
System.Boolean | AcceptHoverEvents [get, set] |
System.Boolean | AcceptTouchEvents [get, set] |
Qt.MouseButton | AcceptedMouseButtons [get, set] |
System.Boolean | AcceptsHoverEvents [get, set] |
System.Double | BoundingRegionGranularity [get, set] |
QGraphicsItem.CacheMode | cacheMode [get, set] |
QCursor | Cursor [get, set] |
System.Boolean | FiltersChildEvents [get, set] |
QGraphicsItem.GraphicsItemFlag | Flags [get, set] |
IQGraphicsItem | FocusProxy [get, set] |
QGraphicsEffect | GraphicsEffect [get, set] |
QGraphicsItemGroup | Group [get, set] |
System.Boolean | HandlesChildEvents [get, set] |
Qt.InputMethodHint | InputMethodHints [get, set] |
System.Double | Opacity [get, set] |
QGraphicsItem.PanelModality | panelModality [get, set] |
IQGraphicsItem | ParentItem [get, set] |
QPointF | Pos [get, set] |
System.Double | Rotation [get, set] |
System.String | ToolTip [get, set] |
QPointF | TransformOriginPoint [get, set] |
System.Collections.Generic.List < QGraphicsTransform > | Transformations [get, set] |
System.Double | X [get, set] |
System.Double | Y [get, set] |
System.Double | zValue [get, set] |
QMatrix | Matrix [get] |
QTransform | Transform [get] |
void QtGui.IQGraphicsItem.Advance | ( | int | phase | ) |
QRectF QtGui.IQGraphicsItem.BoundingRect | ( | ) |
new QRegion QtGui.IQGraphicsItem.BoundingRegion | ( | QTransform | itemToDeviceTransform | ) |
new System.Collections.Generic.List<IQGraphicsItem> QtGui.IQGraphicsItem.ChildItems | ( | ) |
new System.Collections.Generic.List<IQGraphicsItem> QtGui.IQGraphicsItem.Children | ( | ) |
new QRectF QtGui.IQGraphicsItem.ChildrenBoundingRect | ( | ) |
new void QtGui.IQGraphicsItem.ClearFocus | ( | ) |
new QPainterPath QtGui.IQGraphicsItem.ClipPath | ( | ) |
bool QtGui.IQGraphicsItem.CollidesWithItem | ( | IQGraphicsItem | other, |
Qt.ItemSelectionMode | mode = Qt.ItemSelectionMode.IntersectsItemShape |
||
) |
bool QtGui.IQGraphicsItem.CollidesWithPath | ( | QPainterPath | path, |
Qt.ItemSelectionMode | mode = Qt.ItemSelectionMode.IntersectsItemShape |
||
) |
new System.Collections.Generic.List<IQGraphicsItem> QtGui.IQGraphicsItem.CollidingItems | ( | Qt.ItemSelectionMode | mode = Qt.ItemSelectionMode.IntersectsItemShape | ) |
new IQGraphicsItem QtGui.IQGraphicsItem.CommonAncestorItem | ( | IQGraphicsItem | other | ) |
bool QtGui.IQGraphicsItem.Contains | ( | QPointF | point | ) |
new object QtGui.IQGraphicsItem.Data | ( | int | key | ) |
new QTransform QtGui.IQGraphicsItem.DeviceTransform | ( | QTransform | viewportTransform | ) |
new double QtGui.IQGraphicsItem.EffectiveOpacity | ( | ) |
new void QtGui.IQGraphicsItem.EnsureVisible | ( | ) |
new void QtGui.IQGraphicsItem.EnsureVisible | ( | QRectF | rect, |
int | xmargin = 50 , |
||
int | ymargin = 50 |
||
) |
new void QtGui.IQGraphicsItem.EnsureVisible | ( | double | x, |
double | y, | ||
double | w, | ||
double | h, | ||
int | xmargin = 50 , |
||
int | ymargin = 50 |
||
) |
new IQGraphicsItem QtGui.IQGraphicsItem.FocusItem | ( | ) |
new IQGraphicsItem QtGui.IQGraphicsItem.FocusScopeItem | ( | ) |
new void QtGui.IQGraphicsItem.GrabKeyboard | ( | ) |
new void QtGui.IQGraphicsItem.GrabMouse | ( | ) |
new bool QtGui.IQGraphicsItem.HasCursor | ( | ) |
new bool QtGui.IQGraphicsItem.HasFocus | ( | ) |
new void QtGui.IQGraphicsItem.Hide | ( | ) |
new void QtGui.IQGraphicsItem.InstallSceneEventFilter | ( | IQGraphicsItem | filterItem | ) |
new bool QtGui.IQGraphicsItem.IsActive | ( | ) |
new bool QtGui.IQGraphicsItem.IsAncestorOf | ( | IQGraphicsItem | child | ) |
new bool QtGui.IQGraphicsItem.IsBlockedByModalPanel | ( | IQGraphicsItem | blockingPanel = null | ) |
new bool QtGui.IQGraphicsItem.IsClipped | ( | ) |
new bool QtGui.IQGraphicsItem.IsEnabled | ( | ) |
new bool QtGui.IQGraphicsItem.IsObscured | ( | ) |
new bool QtGui.IQGraphicsItem.IsObscured | ( | QRectF | rect | ) |
new bool QtGui.IQGraphicsItem.IsObscured | ( | double | x, |
double | y, | ||
double | w, | ||
double | h | ||
) |
bool QtGui.IQGraphicsItem.IsObscuredBy | ( | IQGraphicsItem | item | ) |
new bool QtGui.IQGraphicsItem.IsPanel | ( | ) |
new bool QtGui.IQGraphicsItem.IsSelected | ( | ) |
new bool QtGui.IQGraphicsItem.IsUnderMouse | ( | ) |
new bool QtGui.IQGraphicsItem.IsVisible | ( | ) |
new bool QtGui.IQGraphicsItem.IsVisibleTo | ( | IQGraphicsItem | parent | ) |
new bool QtGui.IQGraphicsItem.IsWidget | ( | ) |
new bool QtGui.IQGraphicsItem.IsWindow | ( | ) |
new QTransform QtGui.IQGraphicsItem.ItemTransform | ( | IQGraphicsItem | other | ) |
new QTransform QtGui.IQGraphicsItem.ItemTransform | ( | IQGraphicsItem | other, |
ref bool | ok | ||
) |
new QPolygonF QtGui.IQGraphicsItem.MapFromItem | ( | IQGraphicsItem | item, |
QRectF | rect | ||
) |
new QPainterPath QtGui.IQGraphicsItem.MapFromItem | ( | IQGraphicsItem | item, |
QPainterPath | path | ||
) |
new QPointF QtGui.IQGraphicsItem.MapFromItem | ( | IQGraphicsItem | item, |
QPointF | point | ||
) |
new QPolygonF QtGui.IQGraphicsItem.MapFromItem | ( | IQGraphicsItem | item, |
QPolygonF | polygon | ||
) |
new QPointF QtGui.IQGraphicsItem.MapFromItem | ( | IQGraphicsItem | item, |
double | x, | ||
double | y | ||
) |
new QPolygonF QtGui.IQGraphicsItem.MapFromItem | ( | IQGraphicsItem | item, |
double | x, | ||
double | y, | ||
double | w, | ||
double | h | ||
) |
new QPainterPath QtGui.IQGraphicsItem.MapFromParent | ( | QPainterPath | path | ) |
new QPointF QtGui.IQGraphicsItem.MapFromParent | ( | double | x, |
double | y | ||
) |
new QPolygonF QtGui.IQGraphicsItem.MapFromParent | ( | double | x, |
double | y, | ||
double | w, | ||
double | h | ||
) |
new QPainterPath QtGui.IQGraphicsItem.MapFromScene | ( | QPainterPath | path | ) |
new QPointF QtGui.IQGraphicsItem.MapFromScene | ( | double | x, |
double | y | ||
) |
new QPolygonF QtGui.IQGraphicsItem.MapFromScene | ( | double | x, |
double | y, | ||
double | w, | ||
double | h | ||
) |
new QRectF QtGui.IQGraphicsItem.MapRectFromItem | ( | IQGraphicsItem | item, |
QRectF | rect | ||
) |
new QRectF QtGui.IQGraphicsItem.MapRectFromItem | ( | IQGraphicsItem | item, |
double | x, | ||
double | y, | ||
double | w, | ||
double | h | ||
) |
new QRectF QtGui.IQGraphicsItem.MapRectFromParent | ( | double | x, |
double | y, | ||
double | w, | ||
double | h | ||
) |
new QRectF QtGui.IQGraphicsItem.MapRectFromScene | ( | double | x, |
double | y, | ||
double | w, | ||
double | h | ||
) |
new QRectF QtGui.IQGraphicsItem.MapRectToItem | ( | IQGraphicsItem | item, |
QRectF | rect | ||
) |
new QRectF QtGui.IQGraphicsItem.MapRectToItem | ( | IQGraphicsItem | item, |
double | x, | ||
double | y, | ||
double | w, | ||
double | h | ||
) |
new QRectF QtGui.IQGraphicsItem.MapRectToParent | ( | double | x, |
double | y, | ||
double | w, | ||
double | h | ||
) |
new QRectF QtGui.IQGraphicsItem.MapRectToScene | ( | double | x, |
double | y, | ||
double | w, | ||
double | h | ||
) |
new QPainterPath QtGui.IQGraphicsItem.MapToItem | ( | IQGraphicsItem | item, |
QPainterPath | path | ||
) |
new QPolygonF QtGui.IQGraphicsItem.MapToItem | ( | IQGraphicsItem | item, |
QRectF | rect | ||
) |
new QPolygonF QtGui.IQGraphicsItem.MapToItem | ( | IQGraphicsItem | item, |
QPolygonF | polygon | ||
) |
new QPointF QtGui.IQGraphicsItem.MapToItem | ( | IQGraphicsItem | item, |
QPointF | point | ||
) |
new QPointF QtGui.IQGraphicsItem.MapToItem | ( | IQGraphicsItem | item, |
double | x, | ||
double | y | ||
) |
new QPolygonF QtGui.IQGraphicsItem.MapToItem | ( | IQGraphicsItem | item, |
double | x, | ||
double | y, | ||
double | w, | ||
double | h | ||
) |
new QPainterPath QtGui.IQGraphicsItem.MapToParent | ( | QPainterPath | path | ) |
new QPointF QtGui.IQGraphicsItem.MapToParent | ( | double | x, |
double | y | ||
) |
new QPolygonF QtGui.IQGraphicsItem.MapToParent | ( | double | x, |
double | y, | ||
double | w, | ||
double | h | ||
) |
new QPainterPath QtGui.IQGraphicsItem.MapToScene | ( | QPainterPath | path | ) |
new QPointF QtGui.IQGraphicsItem.MapToScene | ( | double | x, |
double | y | ||
) |
new QPolygonF QtGui.IQGraphicsItem.MapToScene | ( | double | x, |
double | y, | ||
double | w, | ||
double | h | ||
) |
new void QtGui.IQGraphicsItem.MoveBy | ( | double | dx, |
double | dy | ||
) |
QPainterPath QtGui.IQGraphicsItem.OpaqueArea | ( | ) |
void QtGui.IQGraphicsItem.Paint | ( | QPainter | painter, |
QStyleOptionGraphicsItem | option, | ||
QWidget | widget = null |
||
) |
new IQGraphicsItem QtGui.IQGraphicsItem.Panel | ( | ) |
new QGraphicsObject QtGui.IQGraphicsItem.ParentObject | ( | ) |
new QGraphicsWidget QtGui.IQGraphicsItem.ParentWidget | ( | ) |
new void QtGui.IQGraphicsItem.RemoveSceneEventFilter | ( | IQGraphicsItem | filterItem | ) |
new void QtGui.IQGraphicsItem.ResetMatrix | ( | ) |
new void QtGui.IQGraphicsItem.ResetTransform | ( | ) |
new void QtGui.IQGraphicsItem.Rotate | ( | double | angle | ) |
new double QtGui.IQGraphicsItem.Scale | ( | ) |
new void QtGui.IQGraphicsItem.Scale | ( | double | sx, |
double | sy | ||
) |
new QGraphicsScene QtGui.IQGraphicsItem.Scene | ( | ) |
new QRectF QtGui.IQGraphicsItem.SceneBoundingRect | ( | ) |
new QMatrix QtGui.IQGraphicsItem.SceneMatrix | ( | ) |
new QPointF QtGui.IQGraphicsItem.ScenePos | ( | ) |
new QTransform QtGui.IQGraphicsItem.SceneTransform | ( | ) |
new void QtGui.IQGraphicsItem.Scroll | ( | double | dx, |
double | dy | ||
) |
new void QtGui.IQGraphicsItem.Scroll | ( | double | dx, |
double | dy, | ||
QRectF | rect | ||
) |
new void QtGui.IQGraphicsItem.SetActive | ( | bool | active | ) |
new void QtGui.IQGraphicsItem.SetCacheMode | ( | QGraphicsItem.CacheMode | mode, |
QSize | cacheSize | ||
) |
new void QtGui.IQGraphicsItem.SetData | ( | int | key, |
object | value | ||
) |
new void QtGui.IQGraphicsItem.SetEnabled | ( | bool | enabled | ) |
new void QtGui.IQGraphicsItem.SetFlag | ( | QGraphicsItem.GraphicsItemFlag | flag, |
bool | enabled = true |
||
) |
new void QtGui.IQGraphicsItem.SetFocus | ( | Qt.FocusReason | focusReason = Qt.FocusReason.OtherFocusReason | ) |
new void QtGui.IQGraphicsItem.SetMatrix | ( | QMatrix | matrix, |
bool | combine = false |
||
) |
new void QtGui.IQGraphicsItem.SetPos | ( | double | x, |
double | y | ||
) |
new void QtGui.IQGraphicsItem.SetScale | ( | double | scale | ) |
new void QtGui.IQGraphicsItem.SetSelected | ( | bool | selected | ) |
new void QtGui.IQGraphicsItem.SetTransform | ( | QTransform | matrix, |
bool | combine = false |
||
) |
new void QtGui.IQGraphicsItem.SetTransformOriginPoint | ( | double | ax, |
double | ay | ||
) |
new void QtGui.IQGraphicsItem.SetVisible | ( | bool | visible | ) |
QPainterPath QtGui.IQGraphicsItem.Shape | ( | ) |
new void QtGui.IQGraphicsItem.Shear | ( | double | sh, |
double | sv | ||
) |
new void QtGui.IQGraphicsItem.Show | ( | ) |
new void QtGui.IQGraphicsItem.StackBefore | ( | IQGraphicsItem | sibling | ) |
new QGraphicsObject QtGui.IQGraphicsItem.ToGraphicsObject | ( | ) |
new IQGraphicsItem QtGui.IQGraphicsItem.TopLevelItem | ( | ) |
new QGraphicsWidget QtGui.IQGraphicsItem.TopLevelWidget | ( | ) |
new void QtGui.IQGraphicsItem.Translate | ( | double | dx, |
double | dy | ||
) |
int QtGui.IQGraphicsItem.Type | ( | ) |
new void QtGui.IQGraphicsItem.UngrabKeyboard | ( | ) |
new void QtGui.IQGraphicsItem.UngrabMouse | ( | ) |
new void QtGui.IQGraphicsItem.UnsetCursor | ( | ) |
new void QtGui.IQGraphicsItem.Update | ( | ) |
new void QtGui.IQGraphicsItem.Update | ( | QRectF | rect | ) |
new void QtGui.IQGraphicsItem.Update | ( | double | x, |
double | y, | ||
double | width, | ||
double | height | ||
) |
new QGraphicsWidget QtGui.IQGraphicsItem.Window | ( | ) |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |