C# Class Qyoto.QGraphicsItem

Inheritance: Object, IQGraphicsItem
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
AcceptDrops ( ) : bool
AcceptHoverEvents ( ) : bool
AcceptTouchEvents ( ) : bool
AcceptedMouseButtons ( ) : uint
AcceptsHoverEvents ( ) : bool
BoundingRegion ( QTransform itemToDeviceTransform ) : QRegion
BoundingRegionGranularity ( ) : double
ChildItems ( ) : List
Children ( ) : List
ChildrenBoundingRect ( ) : Qyoto.QRectF
ClearFocus ( ) : void
ClipPath ( ) : QPainterPath
CollidingItems ( ) : List
CollidingItems ( Qt mode ) : List
CommonAncestorItem ( IQGraphicsItem other ) : IQGraphicsItem
Cursor ( ) : QCursor
Data ( int key ) : Qyoto.QVariant
DeviceTransform ( QTransform viewportTransform ) : QTransform
EffectiveOpacity ( ) : double
EnsureVisible ( ) : void
EnsureVisible ( Qyoto.QRectF rect ) : void
EnsureVisible ( Qyoto.QRectF rect, int xmargin ) : void
EnsureVisible ( Qyoto.QRectF rect, int xmargin, int ymargin ) : void
EnsureVisible ( double x, double y, double w, double h ) : void
EnsureVisible ( double x, double y, double w, double h, int xmargin ) : void
EnsureVisible ( double x, double y, double w, double h, int xmargin, int ymargin ) : void
FiltersChildEvents ( ) : bool
Flags ( ) : uint
FocusItem ( ) : IQGraphicsItem
FocusProxy ( ) : IQGraphicsItem
FocusScopeItem ( ) : IQGraphicsItem
GrabKeyboard ( ) : void
GrabMouse ( ) : void
GraphicsEffect ( ) : QGraphicsEffect
Group ( ) : Qyoto.QGraphicsItemGroup
HandlesChildEvents ( ) : bool
HasCursor ( ) : bool
HasFocus ( ) : bool
Hide ( ) : void
InputMethodHints ( ) : uint
InstallSceneEventFilter ( IQGraphicsItem filterItem ) : void
IsActive ( ) : bool
IsAncestorOf ( IQGraphicsItem child ) : bool
IsClipped ( ) : bool
IsEnabled ( ) : bool
IsObscured ( ) : bool
IsObscured ( Qyoto.QRectF rect ) : bool
IsObscured ( double x, double y, double w, double h ) : bool
IsPanel ( ) : bool
IsSelected ( ) : bool
IsUnderMouse ( ) : bool
IsVisible ( ) : bool
IsVisibleTo ( IQGraphicsItem parent ) : bool
IsWidget ( ) : bool
IsWindow ( ) : bool
ItemTransform ( IQGraphicsItem other ) : QTransform
ItemTransform ( IQGraphicsItem other, bool &ok ) : QTransform
MapFromItem ( IQGraphicsItem item, QPainterPath path ) : QPainterPath
MapFromItem ( IQGraphicsItem item, QPointF point ) : QPointF
MapFromItem ( IQGraphicsItem item, double x, double y ) : QPointF
MapFromItem ( IQGraphicsItem item, QPolygonF polygon ) : QPolygonF
MapFromItem ( IQGraphicsItem item, Qyoto.QRectF rect ) : QPolygonF
MapFromItem ( IQGraphicsItem item, double x, double y, double w, double h ) : QPolygonF
MapFromParent ( QPainterPath path ) : QPainterPath
MapFromParent ( QPointF point ) : QPointF
MapFromParent ( double x, double y ) : QPointF
MapFromParent ( QPolygonF polygon ) : QPolygonF
MapFromParent ( Qyoto.QRectF rect ) : QPolygonF
MapFromParent ( double x, double y, double w, double h ) : QPolygonF
MapFromScene ( QPainterPath path ) : QPainterPath
MapFromScene ( QPointF point ) : QPointF
MapFromScene ( double x, double y ) : QPointF
MapFromScene ( QPolygonF polygon ) : QPolygonF
MapFromScene ( Qyoto.QRectF rect ) : QPolygonF
MapFromScene ( double x, double y, double w, double h ) : QPolygonF
MapRectFromItem ( IQGraphicsItem item, Qyoto.QRectF rect ) : Qyoto.QRectF
MapRectFromItem ( IQGraphicsItem item, double x, double y, double w, double h ) : Qyoto.QRectF
MapRectFromParent ( Qyoto.QRectF rect ) : Qyoto.QRectF
MapRectFromParent ( double x, double y, double w, double h ) : Qyoto.QRectF
MapRectFromScene ( Qyoto.QRectF rect ) : Qyoto.QRectF
MapRectFromScene ( double x, double y, double w, double h ) : Qyoto.QRectF
MapRectToItem ( IQGraphicsItem item, Qyoto.QRectF rect ) : Qyoto.QRectF
MapRectToItem ( IQGraphicsItem item, double x, double y, double w, double h ) : Qyoto.QRectF
MapRectToParent ( Qyoto.QRectF rect ) : Qyoto.QRectF
MapRectToParent ( double x, double y, double w, double h ) : Qyoto.QRectF
MapRectToScene ( Qyoto.QRectF rect ) : Qyoto.QRectF
MapRectToScene ( double x, double y, double w, double h ) : Qyoto.QRectF
MapToItem ( IQGraphicsItem item, QPainterPath path ) : QPainterPath
MapToItem ( IQGraphicsItem item, QPointF point ) : QPointF
MapToItem ( IQGraphicsItem item, double x, double y ) : QPointF
MapToItem ( IQGraphicsItem item, QPolygonF polygon ) : QPolygonF
MapToItem ( IQGraphicsItem item, Qyoto.QRectF rect ) : QPolygonF
MapToItem ( IQGraphicsItem item, double x, double y, double w, double h ) : QPolygonF
MapToParent ( QPainterPath path ) : QPainterPath
MapToParent ( QPointF point ) : QPointF
MapToParent ( double x, double y ) : QPointF
MapToParent ( QPolygonF polygon ) : QPolygonF
MapToParent ( Qyoto.QRectF rect ) : QPolygonF
MapToParent ( double x, double y, double w, double h ) : QPolygonF
MapToScene ( QPainterPath path ) : QPainterPath
MapToScene ( QPointF point ) : QPointF
MapToScene ( double x, double y ) : QPointF
MapToScene ( QPolygonF polygon ) : QPolygonF
MapToScene ( Qyoto.QRectF rect ) : QPolygonF
MapToScene ( double x, double y, double w, double h ) : QPolygonF
Matrix ( ) : QMatrix
MoveBy ( double dx, double dy ) : void
Opacity ( ) : double
Panel ( ) : IQGraphicsItem
ParentItem ( ) : IQGraphicsItem
ParentObject ( ) : QGraphicsObject
ParentWidget ( ) : QGraphicsWidget
Pos ( ) : QPointF
QGraphicsItem ( ) : System
QGraphicsItem ( IQGraphicsItem parent ) : System
QGraphicsItem ( IQGraphicsItem parent, QGraphicsScene scene ) : System
RemoveSceneEventFilter ( IQGraphicsItem filterItem ) : void
ResetMatrix ( ) : void
ResetTransform ( ) : void
Rotate ( double angle ) : void
Rotation ( ) : double
Scale ( ) : double
Scale ( double sx, double sy ) : void
Scene ( ) : QGraphicsScene
SceneBoundingRect ( ) : Qyoto.QRectF
SceneMatrix ( ) : QMatrix
ScenePos ( ) : QPointF
SceneTransform ( ) : QTransform
Scroll ( double dx, double dy ) : void
Scroll ( double dx, double dy, Qyoto.QRectF rect ) : void
SetAcceptDrops ( bool on ) : void
SetAcceptHoverEvents ( bool enabled ) : void
SetAcceptTouchEvents ( bool enabled ) : void
SetAcceptedMouseButtons ( uint buttons ) : void
SetAcceptsHoverEvents ( bool enabled ) : void
SetActive ( bool active ) : void
SetBoundingRegionGranularity ( double granularity ) : void
SetCacheMode ( QGraphicsItem mode ) : void
SetCacheMode ( QGraphicsItem mode, Qyoto.QSize cacheSize ) : void
SetCursor ( QCursor cursor ) : void
SetData ( int key, Qyoto.QVariant value ) : void
SetEnabled ( bool enabled ) : void
SetFiltersChildEvents ( bool enabled ) : void
SetFlag ( QGraphicsItem flag ) : void
SetFlag ( QGraphicsItem flag, bool enabled ) : void
SetFlags ( uint flags ) : void
SetFocus ( ) : void
SetFocus ( Qt focusReason ) : void
SetFocusProxy ( IQGraphicsItem item ) : void
SetGraphicsEffect ( QGraphicsEffect effect ) : void
SetGroup ( Qyoto.QGraphicsItemGroup group ) : void
SetHandlesChildEvents ( bool enabled ) : void
SetInputMethodHints ( uint hints ) : void
SetMatrix ( QMatrix matrix ) : void
SetMatrix ( QMatrix matrix, bool combine ) : void
SetOpacity ( double opacity ) : void
SetPanelModality ( QGraphicsItem panelModality ) : void
SetParentItem ( IQGraphicsItem parent ) : void
SetPos ( QPointF pos ) : void
SetPos ( double x, double y ) : void
SetRotation ( double angle ) : void
SetScale ( double scale ) : void
SetSelected ( bool selected ) : void
SetToolTip ( string toolTip ) : void
SetTransform ( QTransform matrix ) : void
SetTransform ( QTransform matrix, bool combine ) : void
SetTransformOriginPoint ( QPointF origin ) : void
SetTransformOriginPoint ( double ax, double ay ) : void
SetTransformations ( List transformations ) : void
SetVisible ( bool visible ) : void
SetX ( double x ) : void
SetY ( double y ) : void
SetZValue ( double z ) : void
Shear ( double sh, double sv ) : void
Show ( ) : void
StackBefore ( IQGraphicsItem sibling ) : void
ToGraphicsObject ( ) : QGraphicsObject
ToolTip ( ) : string
TopLevelItem ( ) : IQGraphicsItem
TopLevelWidget ( ) : QGraphicsWidget
Transform ( ) : QTransform
TransformOriginPoint ( ) : QPointF
Transformations ( ) : List
Translate ( double dx, double dy ) : void
UngrabKeyboard ( ) : void
UngrabMouse ( ) : void
UnsetCursor ( ) : void
Update ( ) : void
Update ( Qyoto.QRectF rect ) : void
Update ( double x, double y, double width, double height ) : void
Window ( ) : QGraphicsWidget
X ( ) : double
Y ( ) : double
ZValue ( ) : double
cacheMode ( ) : QGraphicsItem.CacheMode
panelModality ( ) : QGraphicsItem.PanelModality

Protected Methods

Method Description
AddToIndex ( ) : void
CreateProxy ( ) : void
PrepareGeometryChange ( ) : void
QGraphicsItem ( Type dummy ) : System
RemoveFromIndex ( ) : void

Private Methods

Method Description
Advance ( int phase ) : void
BoundingRect ( ) : Qyoto.QRectF
CollidesWithItem ( IQGraphicsItem other ) : bool
CollidesWithItem ( IQGraphicsItem other, Qt mode ) : bool
CollidesWithPath ( QPainterPath path ) : bool
CollidesWithPath ( QPainterPath path, Qt mode ) : bool
Contains ( QPointF point ) : bool
ContextMenuEvent ( Qyoto.QGraphicsSceneContextMenuEvent arg1 ) : void
DragEnterEvent ( Qyoto.QGraphicsSceneDragDropEvent arg1 ) : void
DragLeaveEvent ( Qyoto.QGraphicsSceneDragDropEvent arg1 ) : void
DragMoveEvent ( Qyoto.QGraphicsSceneDragDropEvent arg1 ) : void
DropEvent ( Qyoto.QGraphicsSceneDragDropEvent arg1 ) : void
FocusInEvent ( Qyoto.QFocusEvent arg1 ) : void
FocusOutEvent ( Qyoto.QFocusEvent arg1 ) : void
HoverEnterEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
HoverLeaveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
HoverMoveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
InputMethodEvent ( QInputMethodEvent arg1 ) : void
InputMethodQuery ( Qt query ) : Qyoto.QVariant
IsObscuredBy ( IQGraphicsItem item ) : bool
ItemChange ( QGraphicsItem change, Qyoto.QVariant value ) : Qyoto.QVariant
KeyPressEvent ( Qyoto.QKeyEvent arg1 ) : void
KeyReleaseEvent ( Qyoto.QKeyEvent arg1 ) : void
MouseDoubleClickEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void
MouseMoveEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void
MousePressEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void
MouseReleaseEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void
OpaqueArea ( ) : QPainterPath
Paint ( QPainter painter, QStyleOptionGraphicsItem option, QWidget widget ) : void
SceneEvent ( Qyoto.QEvent arg1 ) : bool
SceneEventFilter ( IQGraphicsItem watched, Qyoto.QEvent arg2 ) : bool
SetExtension ( QGraphicsItem extension, Qyoto.QVariant variant ) : void
Shape ( ) : QPainterPath
SupportsExtension ( QGraphicsItem extension ) : bool
WheelEvent ( Qyoto.QGraphicsSceneWheelEvent arg1 ) : void
extension ( Qyoto.QVariant variant ) : Qyoto.QVariant
type ( ) : int

Method Details

AcceptDrops() public method

public AcceptDrops ( ) : bool
return bool

AcceptHoverEvents() public method

public AcceptHoverEvents ( ) : bool
return bool

AcceptTouchEvents() public method

public AcceptTouchEvents ( ) : bool
return bool

AcceptedMouseButtons() public method

public AcceptedMouseButtons ( ) : uint
return uint

AcceptsHoverEvents() public method

public AcceptsHoverEvents ( ) : bool
return bool

AddToIndex() protected method

protected AddToIndex ( ) : void
return void

BoundingRegion() public method

public BoundingRegion ( QTransform itemToDeviceTransform ) : QRegion
itemToDeviceTransform QTransform
return QRegion

BoundingRegionGranularity() public method

public BoundingRegionGranularity ( ) : double
return double

ChildItems() public method

public ChildItems ( ) : List
return List

Children() public method

public Children ( ) : List
return List

ChildrenBoundingRect() public method

public ChildrenBoundingRect ( ) : Qyoto.QRectF
return Qyoto.QRectF

ClearFocus() public method

public ClearFocus ( ) : void
return void

ClipPath() public method

public ClipPath ( ) : QPainterPath
return QPainterPath

CollidingItems() public method

public CollidingItems ( ) : List
return List

CollidingItems() public method

public CollidingItems ( Qt mode ) : List
mode Qt
return List

CommonAncestorItem() public method

public CommonAncestorItem ( IQGraphicsItem other ) : IQGraphicsItem
other IQGraphicsItem
return IQGraphicsItem

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Cursor() public method

public Cursor ( ) : QCursor
return QCursor

Data() public method

public Data ( int key ) : Qyoto.QVariant
key int
return Qyoto.QVariant

DeviceTransform() public method

public DeviceTransform ( QTransform viewportTransform ) : QTransform
viewportTransform QTransform
return QTransform

EffectiveOpacity() public method

public EffectiveOpacity ( ) : double
return double

EnsureVisible() public method

public EnsureVisible ( ) : void
return void

EnsureVisible() public method

public EnsureVisible ( Qyoto.QRectF rect ) : void
rect Qyoto.QRectF
return void

EnsureVisible() public method

public EnsureVisible ( Qyoto.QRectF rect, int xmargin ) : void
rect Qyoto.QRectF
xmargin int
return void

EnsureVisible() public method

public EnsureVisible ( Qyoto.QRectF rect, int xmargin, int ymargin ) : void
rect Qyoto.QRectF
xmargin int
ymargin int
return void

EnsureVisible() public method

public EnsureVisible ( double x, double y, double w, double h ) : void
x double
y double
w double
h double
return void

EnsureVisible() public method

public EnsureVisible ( double x, double y, double w, double h, int xmargin ) : void
x double
y double
w double
h double
xmargin int
return void

EnsureVisible() public method

public EnsureVisible ( double x, double y, double w, double h, int xmargin, int ymargin ) : void
x double
y double
w double
h double
xmargin int
ymargin int
return void

FiltersChildEvents() public method

public FiltersChildEvents ( ) : bool
return bool

Flags() public method

public Flags ( ) : uint
return uint

FocusItem() public method

public FocusItem ( ) : IQGraphicsItem
return IQGraphicsItem

FocusProxy() public method

public FocusProxy ( ) : IQGraphicsItem
return IQGraphicsItem

FocusScopeItem() public method

public FocusScopeItem ( ) : IQGraphicsItem
return IQGraphicsItem

GrabKeyboard() public method

public GrabKeyboard ( ) : void
return void

GrabMouse() public method

public GrabMouse ( ) : void
return void

GraphicsEffect() public method

public GraphicsEffect ( ) : QGraphicsEffect
return QGraphicsEffect

Group() public method

public Group ( ) : Qyoto.QGraphicsItemGroup
return Qyoto.QGraphicsItemGroup

HandlesChildEvents() public method

public HandlesChildEvents ( ) : bool
return bool

HasCursor() public method

public HasCursor ( ) : bool
return bool

HasFocus() public method

public HasFocus ( ) : bool
return bool

Hide() public method

public Hide ( ) : void
return void

InputMethodHints() public method

public InputMethodHints ( ) : uint
return uint

InstallSceneEventFilter() public method

public InstallSceneEventFilter ( IQGraphicsItem filterItem ) : void
filterItem IQGraphicsItem
return void

IsActive() public method

public IsActive ( ) : bool
return bool

IsAncestorOf() public method

public IsAncestorOf ( IQGraphicsItem child ) : bool
child IQGraphicsItem
return bool

IsClipped() public method

public IsClipped ( ) : bool
return bool

IsEnabled() public method

public IsEnabled ( ) : bool
return bool

IsObscured() public method

public IsObscured ( ) : bool
return bool

IsObscured() public method

public IsObscured ( Qyoto.QRectF rect ) : bool
rect Qyoto.QRectF
return bool

IsObscured() public method

public IsObscured ( double x, double y, double w, double h ) : bool
x double
y double
w double
h double
return bool

IsPanel() public method

public IsPanel ( ) : bool
return bool

IsSelected() public method

public IsSelected ( ) : bool
return bool

IsUnderMouse() public method

public IsUnderMouse ( ) : bool
return bool

IsVisible() public method

public IsVisible ( ) : bool
return bool

IsVisibleTo() public method

public IsVisibleTo ( IQGraphicsItem parent ) : bool
parent IQGraphicsItem
return bool

IsWidget() public method

public IsWidget ( ) : bool
return bool

IsWindow() public method

public IsWindow ( ) : bool
return bool

ItemTransform() public method

public ItemTransform ( IQGraphicsItem other ) : QTransform
other IQGraphicsItem
return QTransform

ItemTransform() public method

public ItemTransform ( IQGraphicsItem other, bool &ok ) : QTransform
other IQGraphicsItem
ok bool
return QTransform

MapFromItem() public method

public MapFromItem ( IQGraphicsItem item, QPainterPath path ) : QPainterPath
item IQGraphicsItem
path QPainterPath
return QPainterPath

MapFromItem() public method

public MapFromItem ( IQGraphicsItem item, QPointF point ) : QPointF
item IQGraphicsItem
point QPointF
return QPointF

MapFromItem() public method

public MapFromItem ( IQGraphicsItem item, double x, double y ) : QPointF
item IQGraphicsItem
x double
y double
return QPointF

MapFromItem() public method

public MapFromItem ( IQGraphicsItem item, QPolygonF polygon ) : QPolygonF
item IQGraphicsItem
polygon QPolygonF
return QPolygonF

MapFromItem() public method

public MapFromItem ( IQGraphicsItem item, Qyoto.QRectF rect ) : QPolygonF
item IQGraphicsItem
rect Qyoto.QRectF
return QPolygonF

MapFromItem() public method

public MapFromItem ( IQGraphicsItem item, double x, double y, double w, double h ) : QPolygonF
item IQGraphicsItem
x double
y double
w double
h double
return QPolygonF

MapFromParent() public method

public MapFromParent ( QPainterPath path ) : QPainterPath
path QPainterPath
return QPainterPath

MapFromParent() public method

public MapFromParent ( QPointF point ) : QPointF
point QPointF
return QPointF

MapFromParent() public method

public MapFromParent ( double x, double y ) : QPointF
x double
y double
return QPointF

MapFromParent() public method

public MapFromParent ( QPolygonF polygon ) : QPolygonF
polygon QPolygonF
return QPolygonF

MapFromParent() public method

public MapFromParent ( Qyoto.QRectF rect ) : QPolygonF
rect Qyoto.QRectF
return QPolygonF

MapFromParent() public method

public MapFromParent ( double x, double y, double w, double h ) : QPolygonF
x double
y double
w double
h double
return QPolygonF

MapFromScene() public method

public MapFromScene ( QPainterPath path ) : QPainterPath
path QPainterPath
return QPainterPath

MapFromScene() public method

public MapFromScene ( QPointF point ) : QPointF
point QPointF
return QPointF

MapFromScene() public method

public MapFromScene ( double x, double y ) : QPointF
x double
y double
return QPointF

MapFromScene() public method

public MapFromScene ( QPolygonF polygon ) : QPolygonF
polygon QPolygonF
return QPolygonF

MapFromScene() public method

public MapFromScene ( Qyoto.QRectF rect ) : QPolygonF
rect Qyoto.QRectF
return QPolygonF

MapFromScene() public method

public MapFromScene ( double x, double y, double w, double h ) : QPolygonF
x double
y double
w double
h double
return QPolygonF

MapRectFromItem() public method

public MapRectFromItem ( IQGraphicsItem item, Qyoto.QRectF rect ) : Qyoto.QRectF
item IQGraphicsItem
rect Qyoto.QRectF
return Qyoto.QRectF

MapRectFromItem() public method

public MapRectFromItem ( IQGraphicsItem item, double x, double y, double w, double h ) : Qyoto.QRectF
item IQGraphicsItem
x double
y double
w double
h double
return Qyoto.QRectF

MapRectFromParent() public method

public MapRectFromParent ( Qyoto.QRectF rect ) : Qyoto.QRectF
rect Qyoto.QRectF
return Qyoto.QRectF

MapRectFromParent() public method

public MapRectFromParent ( double x, double y, double w, double h ) : Qyoto.QRectF
x double
y double
w double
h double
return Qyoto.QRectF

MapRectFromScene() public method

public MapRectFromScene ( Qyoto.QRectF rect ) : Qyoto.QRectF
rect Qyoto.QRectF
return Qyoto.QRectF

MapRectFromScene() public method

public MapRectFromScene ( double x, double y, double w, double h ) : Qyoto.QRectF
x double
y double
w double
h double
return Qyoto.QRectF

MapRectToItem() public method

public MapRectToItem ( IQGraphicsItem item, Qyoto.QRectF rect ) : Qyoto.QRectF
item IQGraphicsItem
rect Qyoto.QRectF
return Qyoto.QRectF

MapRectToItem() public method

public MapRectToItem ( IQGraphicsItem item, double x, double y, double w, double h ) : Qyoto.QRectF
item IQGraphicsItem
x double
y double
w double
h double
return Qyoto.QRectF

MapRectToParent() public method

public MapRectToParent ( Qyoto.QRectF rect ) : Qyoto.QRectF
rect Qyoto.QRectF
return Qyoto.QRectF

MapRectToParent() public method

public MapRectToParent ( double x, double y, double w, double h ) : Qyoto.QRectF
x double
y double
w double
h double
return Qyoto.QRectF

MapRectToScene() public method

public MapRectToScene ( Qyoto.QRectF rect ) : Qyoto.QRectF
rect Qyoto.QRectF
return Qyoto.QRectF

MapRectToScene() public method

public MapRectToScene ( double x, double y, double w, double h ) : Qyoto.QRectF
x double
y double
w double
h double
return Qyoto.QRectF

MapToItem() public method

public MapToItem ( IQGraphicsItem item, QPainterPath path ) : QPainterPath
item IQGraphicsItem
path QPainterPath
return QPainterPath

MapToItem() public method

public MapToItem ( IQGraphicsItem item, QPointF point ) : QPointF
item IQGraphicsItem
point QPointF
return QPointF

MapToItem() public method

public MapToItem ( IQGraphicsItem item, double x, double y ) : QPointF
item IQGraphicsItem
x double
y double
return QPointF

MapToItem() public method

public MapToItem ( IQGraphicsItem item, QPolygonF polygon ) : QPolygonF
item IQGraphicsItem
polygon QPolygonF
return QPolygonF

MapToItem() public method

public MapToItem ( IQGraphicsItem item, Qyoto.QRectF rect ) : QPolygonF
item IQGraphicsItem
rect Qyoto.QRectF
return QPolygonF

MapToItem() public method

public MapToItem ( IQGraphicsItem item, double x, double y, double w, double h ) : QPolygonF
item IQGraphicsItem
x double
y double
w double
h double
return QPolygonF

MapToParent() public method

public MapToParent ( QPainterPath path ) : QPainterPath
path QPainterPath
return QPainterPath

MapToParent() public method

public MapToParent ( QPointF point ) : QPointF
point QPointF
return QPointF

MapToParent() public method

public MapToParent ( double x, double y ) : QPointF
x double
y double
return QPointF

MapToParent() public method

public MapToParent ( QPolygonF polygon ) : QPolygonF
polygon QPolygonF
return QPolygonF

MapToParent() public method

public MapToParent ( Qyoto.QRectF rect ) : QPolygonF
rect Qyoto.QRectF
return QPolygonF

MapToParent() public method

public MapToParent ( double x, double y, double w, double h ) : QPolygonF
x double
y double
w double
h double
return QPolygonF

MapToScene() public method

public MapToScene ( QPainterPath path ) : QPainterPath
path QPainterPath
return QPainterPath

MapToScene() public method

public MapToScene ( QPointF point ) : QPointF
point QPointF
return QPointF

MapToScene() public method

public MapToScene ( double x, double y ) : QPointF
x double
y double
return QPointF

MapToScene() public method

public MapToScene ( QPolygonF polygon ) : QPolygonF
polygon QPolygonF
return QPolygonF

MapToScene() public method

public MapToScene ( Qyoto.QRectF rect ) : QPolygonF
rect Qyoto.QRectF
return QPolygonF

MapToScene() public method

public MapToScene ( double x, double y, double w, double h ) : QPolygonF
x double
y double
w double
h double
return QPolygonF

Matrix() public method

public Matrix ( ) : QMatrix
return QMatrix

MoveBy() public method

public MoveBy ( double dx, double dy ) : void
dx double
dy double
return void

Opacity() public method

public Opacity ( ) : double
return double

Panel() public method

public Panel ( ) : IQGraphicsItem
return IQGraphicsItem

ParentItem() public method

public ParentItem ( ) : IQGraphicsItem
return IQGraphicsItem

ParentObject() public method

public ParentObject ( ) : QGraphicsObject
return QGraphicsObject

ParentWidget() public method

public ParentWidget ( ) : QGraphicsWidget
return QGraphicsWidget

Pos() public method

public Pos ( ) : QPointF
return QPointF

PrepareGeometryChange() protected method

protected PrepareGeometryChange ( ) : void
return void

QGraphicsItem() public method

public QGraphicsItem ( ) : System
return System

QGraphicsItem() public method

public QGraphicsItem ( IQGraphicsItem parent ) : System
parent IQGraphicsItem
return System

QGraphicsItem() public method

public QGraphicsItem ( IQGraphicsItem parent, QGraphicsScene scene ) : System
parent IQGraphicsItem
scene QGraphicsScene
return System

QGraphicsItem() protected method

protected QGraphicsItem ( Type dummy ) : System
dummy System.Type
return System

RemoveFromIndex() protected method

protected RemoveFromIndex ( ) : void
return void

RemoveSceneEventFilter() public method

public RemoveSceneEventFilter ( IQGraphicsItem filterItem ) : void
filterItem IQGraphicsItem
return void

ResetMatrix() public method

public ResetMatrix ( ) : void
return void

ResetTransform() public method

public ResetTransform ( ) : void
return void

Rotate() public method

public Rotate ( double angle ) : void
angle double
return void

Rotation() public method

public Rotation ( ) : double
return double

Scale() public method

public Scale ( ) : double
return double

Scale() public method

public Scale ( double sx, double sy ) : void
sx double
sy double
return void

Scene() public method

public Scene ( ) : QGraphicsScene
return QGraphicsScene

SceneBoundingRect() public method

public SceneBoundingRect ( ) : Qyoto.QRectF
return Qyoto.QRectF

SceneMatrix() public method

public SceneMatrix ( ) : QMatrix
return QMatrix

ScenePos() public method

public ScenePos ( ) : QPointF
return QPointF

SceneTransform() public method

public SceneTransform ( ) : QTransform
return QTransform

Scroll() public method

public Scroll ( double dx, double dy ) : void
dx double
dy double
return void

Scroll() public method

public Scroll ( double dx, double dy, Qyoto.QRectF rect ) : void
dx double
dy double
rect Qyoto.QRectF
return void

SetAcceptDrops() public method

public SetAcceptDrops ( bool on ) : void
on bool
return void

SetAcceptHoverEvents() public method

public SetAcceptHoverEvents ( bool enabled ) : void
enabled bool
return void

SetAcceptTouchEvents() public method

public SetAcceptTouchEvents ( bool enabled ) : void
enabled bool
return void

SetAcceptedMouseButtons() public method

public SetAcceptedMouseButtons ( uint buttons ) : void
buttons uint
return void

SetAcceptsHoverEvents() public method

public SetAcceptsHoverEvents ( bool enabled ) : void
enabled bool
return void

SetActive() public method

public SetActive ( bool active ) : void
active bool
return void

SetBoundingRegionGranularity() public method

public SetBoundingRegionGranularity ( double granularity ) : void
granularity double
return void

SetCacheMode() public method

public SetCacheMode ( QGraphicsItem mode ) : void
mode QGraphicsItem
return void

SetCacheMode() public method

public SetCacheMode ( QGraphicsItem mode, Qyoto.QSize cacheSize ) : void
mode QGraphicsItem
cacheSize Qyoto.QSize
return void

SetCursor() public method

public SetCursor ( QCursor cursor ) : void
cursor QCursor
return void

SetData() public method

public SetData ( int key, Qyoto.QVariant value ) : void
key int
value Qyoto.QVariant
return void

SetEnabled() public method

public SetEnabled ( bool enabled ) : void
enabled bool
return void

SetFiltersChildEvents() public method

public SetFiltersChildEvents ( bool enabled ) : void
enabled bool
return void

SetFlag() public method

public SetFlag ( QGraphicsItem flag ) : void
flag QGraphicsItem
return void

SetFlag() public method

public SetFlag ( QGraphicsItem flag, bool enabled ) : void
flag QGraphicsItem
enabled bool
return void

SetFlags() public method

public SetFlags ( uint flags ) : void
flags uint
return void

SetFocus() public method

public SetFocus ( ) : void
return void

SetFocus() public method

public SetFocus ( Qt focusReason ) : void
focusReason Qt
return void

SetFocusProxy() public method

public SetFocusProxy ( IQGraphicsItem item ) : void
item IQGraphicsItem
return void

SetGraphicsEffect() public method

public SetGraphicsEffect ( QGraphicsEffect effect ) : void
effect QGraphicsEffect
return void

SetGroup() public method

public SetGroup ( Qyoto.QGraphicsItemGroup group ) : void
group Qyoto.QGraphicsItemGroup
return void

SetHandlesChildEvents() public method

public SetHandlesChildEvents ( bool enabled ) : void
enabled bool
return void

SetInputMethodHints() public method

public SetInputMethodHints ( uint hints ) : void
hints uint
return void

SetMatrix() public method

public SetMatrix ( QMatrix matrix ) : void
matrix QMatrix
return void

SetMatrix() public method

public SetMatrix ( QMatrix matrix, bool combine ) : void
matrix QMatrix
combine bool
return void

SetOpacity() public method

public SetOpacity ( double opacity ) : void
opacity double
return void

SetPanelModality() public method

public SetPanelModality ( QGraphicsItem panelModality ) : void
panelModality QGraphicsItem
return void

SetParentItem() public method

public SetParentItem ( IQGraphicsItem parent ) : void
parent IQGraphicsItem
return void

SetPos() public method

public SetPos ( QPointF pos ) : void
pos QPointF
return void

SetPos() public method

public SetPos ( double x, double y ) : void
x double
y double
return void

SetRotation() public method

public SetRotation ( double angle ) : void
angle double
return void

SetScale() public method

public SetScale ( double scale ) : void
scale double
return void

SetSelected() public method

public SetSelected ( bool selected ) : void
selected bool
return void

SetToolTip() public method

public SetToolTip ( string toolTip ) : void
toolTip string
return void

SetTransform() public method

public SetTransform ( QTransform matrix ) : void
matrix QTransform
return void

SetTransform() public method

public SetTransform ( QTransform matrix, bool combine ) : void
matrix QTransform
combine bool
return void

SetTransformOriginPoint() public method

public SetTransformOriginPoint ( QPointF origin ) : void
origin QPointF
return void

SetTransformOriginPoint() public method

public SetTransformOriginPoint ( double ax, double ay ) : void
ax double
ay double
return void

SetTransformations() public method

public SetTransformations ( List transformations ) : void
transformations List
return void

SetVisible() public method

public SetVisible ( bool visible ) : void
visible bool
return void

SetX() public method

public SetX ( double x ) : void
x double
return void

SetY() public method

public SetY ( double y ) : void
y double
return void

SetZValue() public method

public SetZValue ( double z ) : void
z double
return void

Shear() public method

public Shear ( double sh, double sv ) : void
sh double
sv double
return void

Show() public method

public Show ( ) : void
return void

StackBefore() public method

public StackBefore ( IQGraphicsItem sibling ) : void
sibling IQGraphicsItem
return void

ToGraphicsObject() public method

public ToGraphicsObject ( ) : QGraphicsObject
return QGraphicsObject

ToolTip() public method

public ToolTip ( ) : string
return string

TopLevelItem() public method

public TopLevelItem ( ) : IQGraphicsItem
return IQGraphicsItem

TopLevelWidget() public method

public TopLevelWidget ( ) : QGraphicsWidget
return QGraphicsWidget

Transform() public method

public Transform ( ) : QTransform
return QTransform

TransformOriginPoint() public method

public TransformOriginPoint ( ) : QPointF
return QPointF

Transformations() public method

public Transformations ( ) : List
return List

Translate() public method

public Translate ( double dx, double dy ) : void
dx double
dy double
return void

UngrabKeyboard() public method

public UngrabKeyboard ( ) : void
return void

UngrabMouse() public method

public UngrabMouse ( ) : void
return void

UnsetCursor() public method

public UnsetCursor ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Update() public method

public Update ( Qyoto.QRectF rect ) : void
rect Qyoto.QRectF
return void

Update() public method

public Update ( double x, double y, double width, double height ) : void
x double
y double
width double
height double
return void

Window() public method

public Window ( ) : QGraphicsWidget
return QGraphicsWidget

X() public method

public X ( ) : double
return double

Y() public method

public Y ( ) : double
return double

ZValue() public method

public ZValue ( ) : double
return double

cacheMode() public method

public cacheMode ( ) : QGraphicsItem.CacheMode
return QGraphicsItem.CacheMode

panelModality() public method

public panelModality ( ) : QGraphicsItem.PanelModality
return QGraphicsItem.PanelModality

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation