C# 클래스 Qyoto.QGraphicsWidget

상속: QObject, IQGraphicsItem, IQGraphicsLayoutItem, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

공개 메소드들

메소드 설명
AcceptDrops ( ) : bool
AcceptHoverEvents ( ) : bool
AcceptTouchEvents ( ) : bool
AcceptedMouseButtons ( ) : uint
AcceptsHoverEvents ( ) : bool
Actions ( ) : List
AddAction ( Qyoto.QAction action ) : void
AddActions ( List actions ) : void
AdjustSize ( ) : void
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
ContentsRect ( ) : Qyoto.QRectF
Cursor ( ) : QCursor
Data ( int key ) : Qyoto.QVariant
DeviceTransform ( QTransform viewportTransform ) : QTransform
Dispose ( ) : void
EffectiveOpacity ( ) : double
EffectiveSizeHint ( Qt which ) : Qyoto.QSizeF
EffectiveSizeHint ( Qt which, Qyoto.QSizeF constraint ) : Qyoto.QSizeF
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
FocusPolicy ( ) : Qt.FocusPolicy
FocusProxy ( ) : IQGraphicsItem
FocusScopeItem ( ) : IQGraphicsItem
FocusWidget ( ) : QGraphicsWidget
Font ( ) : QFont
Geometry ( ) : Qyoto.QRectF
GetWindowFrameMargins ( double &left, double &top, double &right, double &bottom ) : void
GrabKeyboard ( ) : void
GrabMouse ( ) : void
GrabShortcut ( QKeySequence sequence ) : int
GrabShortcut ( QKeySequence sequence, Qt context ) : int
GraphicsEffect ( ) : QGraphicsEffect
GraphicsItem ( ) : IQGraphicsItem
Group ( ) : Qyoto.QGraphicsItemGroup
HandlesChildEvents ( ) : bool
HasCursor ( ) : bool
HasFocus ( ) : bool
Hide ( ) : void
InputMethodHints ( ) : uint
InsertAction ( Qyoto.QAction before, Qyoto.QAction action ) : void
InsertActions ( Qyoto.QAction before, List actions ) : void
InstallSceneEventFilter ( IQGraphicsItem filterItem ) : void
IsActive ( ) : bool
IsActiveWindow ( ) : bool
IsAncestorOf ( IQGraphicsItem child ) : bool
IsClipped ( ) : bool
IsEnabled ( ) : bool
IsLayout ( ) : 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
Layout ( ) : QGraphicsLayout
LayoutDirection ( ) : Qt.LayoutDirection
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
MaximumHeight ( ) : double
MaximumSize ( ) : Qyoto.QSizeF
MaximumWidth ( ) : double
MinimumHeight ( ) : double
MinimumSize ( ) : Qyoto.QSizeF
MinimumWidth ( ) : double
MoveBy ( double dx, double dy ) : void
Opacity ( ) : double
OwnedByLayout ( ) : bool
Panel ( ) : IQGraphicsItem
ParentItem ( ) : IQGraphicsItem
ParentLayoutItem ( ) : IQGraphicsLayoutItem
ParentObject ( ) : QGraphicsObject
ParentWidget ( ) : QGraphicsWidget
Pos ( ) : QPointF
PreferredHeight ( ) : double
PreferredSize ( ) : Qyoto.QSizeF
PreferredWidth ( ) : double
Rect ( ) : Qyoto.QRectF
ReleaseShortcut ( int id ) : void
RemoveAction ( Qyoto.QAction action ) : void
RemoveSceneEventFilter ( IQGraphicsItem filterItem ) : void
ResetMatrix ( ) : void
ResetTransform ( ) : void
Resize ( Qyoto.QSizeF size ) : void
Resize ( double w, double h ) : 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
SetAttribute ( Qt attribute ) : void
SetAttribute ( Qt attribute, bool on ) : void
SetBoundingRegionGranularity ( double granularity ) : void
SetCacheMode ( QGraphicsItem mode ) : void
SetCacheMode ( QGraphicsItem mode, Qyoto.QSize cacheSize ) : void
SetContentsMargins ( double left, double top, double right, double bottom ) : 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
SetFocusPolicy ( Qt policy ) : void
SetFocusProxy ( IQGraphicsItem item ) : void
SetFont ( QFont font ) : void
SetGeometry ( double x, double y, double w, double h ) : void
SetGraphicsEffect ( QGraphicsEffect effect ) : void
SetGroup ( Qyoto.QGraphicsItemGroup group ) : void
SetHandlesChildEvents ( bool enabled ) : void
SetInputMethodHints ( uint hints ) : void
SetLayout ( QGraphicsLayout layout ) : void
SetLayoutDirection ( Qt direction ) : void
SetMatrix ( QMatrix matrix ) : void
SetMatrix ( QMatrix matrix, bool combine ) : void
SetMaximumHeight ( double height ) : void
SetMaximumSize ( Qyoto.QSizeF size ) : void
SetMaximumSize ( double w, double h ) : void
SetMaximumWidth ( double width ) : void
SetMinimumHeight ( double height ) : void
SetMinimumSize ( Qyoto.QSizeF size ) : void
SetMinimumSize ( double w, double h ) : void
SetMinimumWidth ( double width ) : void
SetOpacity ( double opacity ) : void
SetPalette ( QPalette palette ) : void
SetPanelModality ( QGraphicsItem panelModality ) : void
SetParentItem ( IQGraphicsItem parent ) : void
SetParentLayoutItem ( IQGraphicsLayoutItem parent ) : void
SetPos ( QPointF pos ) : void
SetPos ( double x, double y ) : void
SetPreferredHeight ( double height ) : void
SetPreferredSize ( Qyoto.QSizeF size ) : void
SetPreferredSize ( double w, double h ) : void
SetPreferredWidth ( double width ) : void
SetRotation ( double angle ) : void
SetScale ( double scale ) : void
SetSelected ( bool selected ) : void
SetShortcutAutoRepeat ( int id ) : void
SetShortcutAutoRepeat ( int id, bool enabled ) : void
SetShortcutEnabled ( int id ) : void
SetShortcutEnabled ( int id, bool enabled ) : void
SetSizePolicy ( QSizePolicy policy ) : void
SetSizePolicy ( QSizePolicy hPolicy, QSizePolicy vPolicy ) : void
SetSizePolicy ( QSizePolicy hPolicy, QSizePolicy vPolicy, QSizePolicy controlType ) : void
SetStyle ( Qyoto.QStyle style ) : void
SetTabOrder ( QGraphicsWidget first, QGraphicsWidget second ) : 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
SetWindowFlags ( uint wFlags ) : void
SetWindowFrameMargins ( double left, double top, double right, double bottom ) : void
SetWindowTitle ( string title ) : void
SetX ( double x ) : void
SetY ( double y ) : void
SetZValue ( double z ) : void
Shear ( double sh, double sv ) : void
Show ( ) : void
Size ( ) : Qyoto.QSizeF
SizePolicy ( ) : QSizePolicy
StackBefore ( IQGraphicsItem sibling ) : void
Style ( ) : Qyoto.QStyle
TestAttribute ( Qt attribute ) : bool
ToGraphicsObject ( ) : QGraphicsObject
ToolTip ( ) : string
TopLevelItem ( ) : IQGraphicsItem
TopLevelWidget ( ) : QGraphicsWidget
Tr ( string s ) : string
Tr ( string s, string c ) : string
Transform ( ) : QTransform
TransformOriginPoint ( ) : QPointF
Transformations ( ) : List
Translate ( double dx, double dy ) : void
UngrabKeyboard ( ) : void
UngrabMouse ( ) : void
UnsetCursor ( ) : void
UnsetLayoutDirection ( ) : void
UnsetWindowFrameMargins ( ) : void
Update ( ) : void
Update ( Qyoto.QRectF rect ) : void
Update ( double x, double y, double width, double height ) : void
Window ( ) : QGraphicsWidget
WindowFlags ( ) : uint
WindowFrameGeometry ( ) : Qyoto.QRectF
WindowFrameRect ( ) : Qyoto.QRectF
WindowTitle ( ) : string
WindowType ( ) : Qt.WindowType
X ( ) : double
Y ( ) : double
ZValue ( ) : double
cacheMode ( ) : QGraphicsItem.CacheMode
panelModality ( ) : QGraphicsItem.PanelModality

보호된 메소드들

메소드 설명
AddToIndex ( ) : void
CreateProxy ( ) : void
PrepareGeometryChange ( ) : void
QGraphicsWidget ( Type dummy ) : System
RemoveFromIndex ( ) : void
SetGraphicsItem ( IQGraphicsItem item ) : void
SetOwnedByLayout ( bool ownedByLayout ) : void

비공개 메소드들

메소드 설명
Advance ( int phase ) : void
BoundingRect ( ) : Qyoto.QRectF
ChangeEvent ( Qyoto.QEvent arg1 ) : void
Close ( ) : bool
CloseEvent ( Qyoto.QCloseEvent arg1 ) : void
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
Event ( Qyoto.QEvent arg1 ) : bool
FocusInEvent ( Qyoto.QFocusEvent arg1 ) : void
FocusNextPrevChild ( bool next ) : bool
FocusOutEvent ( Qyoto.QFocusEvent arg1 ) : void
GetContentsMargins ( double &left, double &top, double &right, double &bottom ) : void
GrabKeyboardEvent ( Qyoto.QEvent arg1 ) : void
GrabMouseEvent ( Qyoto.QEvent arg1 ) : void
HideEvent ( Qyoto.QHideEvent arg1 ) : void
HoverEnterEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
HoverLeaveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
HoverMoveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
InitStyleOption ( QStyleOption option ) : 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
MoveEvent ( Qyoto.QGraphicsSceneMoveEvent arg1 ) : void
OpaqueArea ( ) : QPainterPath
Paint ( QPainter painter, QStyleOptionGraphicsItem option ) : void
Paint ( QPainter painter, QStyleOptionGraphicsItem option, QWidget widget ) : void
PaintWindowFrame ( QPainter painter, QStyleOptionGraphicsItem option ) : void
PaintWindowFrame ( QPainter painter, QStyleOptionGraphicsItem option, QWidget widget ) : void
PolishEvent ( ) : void
PropertyChange ( string propertyName, Qyoto.QVariant value ) : Qyoto.QVariant
QGraphicsWidget ( ) : System
ResizeEvent ( Qyoto.QGraphicsSceneResizeEvent arg1 ) : void
SceneEvent ( Qyoto.QEvent arg1 ) : bool
SceneEventFilter ( IQGraphicsItem watched, Qyoto.QEvent arg2 ) : bool
SetExtension ( QGraphicsItem extension, Qyoto.QVariant variant ) : void
SetGeometry ( Qyoto.QRectF rect ) : void
Shape ( ) : QPainterPath
ShowEvent ( Qyoto.QShowEvent arg1 ) : void
SizeHint ( Qt which ) : Qyoto.QSizeF
SizeHint ( Qt which, Qyoto.QSizeF constraint ) : Qyoto.QSizeF
SupportsExtension ( QGraphicsItem extension ) : bool
UngrabKeyboardEvent ( Qyoto.QEvent arg1 ) : void
UngrabMouseEvent ( Qyoto.QEvent arg1 ) : void
UpdateGeometry ( ) : void
WheelEvent ( Qyoto.QGraphicsSceneWheelEvent arg1 ) : void
WindowFrameEvent ( Qyoto.QEvent e ) : bool
WindowFrameSectionAt ( QPointF pos ) : Qt.WindowFrameSection
extension ( Qyoto.QVariant variant ) : Qyoto.QVariant
type ( ) : int

메소드 상세

AcceptDrops() 공개 메소드

public AcceptDrops ( ) : bool
리턴 bool

AcceptHoverEvents() 공개 메소드

public AcceptHoverEvents ( ) : bool
리턴 bool

AcceptTouchEvents() 공개 메소드

public AcceptTouchEvents ( ) : bool
리턴 bool

AcceptedMouseButtons() 공개 메소드

public AcceptedMouseButtons ( ) : uint
리턴 uint

AcceptsHoverEvents() 공개 메소드

public AcceptsHoverEvents ( ) : bool
리턴 bool

Actions() 공개 메소드

public Actions ( ) : List
리턴 List

AddAction() 공개 메소드

public AddAction ( Qyoto.QAction action ) : void
action Qyoto.QAction
리턴 void

AddActions() 공개 메소드

public AddActions ( List actions ) : void
actions List
리턴 void

AddToIndex() 보호된 메소드

protected AddToIndex ( ) : void
리턴 void

AdjustSize() 공개 메소드

public AdjustSize ( ) : void
리턴 void

BoundingRegion() 공개 메소드

public BoundingRegion ( QTransform itemToDeviceTransform ) : QRegion
itemToDeviceTransform QTransform
리턴 QRegion

BoundingRegionGranularity() 공개 메소드

public BoundingRegionGranularity ( ) : double
리턴 double

ChildItems() 공개 메소드

public ChildItems ( ) : List
리턴 List

Children() 공개 메소드

public Children ( ) : List
리턴 List

ChildrenBoundingRect() 공개 메소드

public ChildrenBoundingRect ( ) : Qyoto.QRectF
리턴 Qyoto.QRectF

ClearFocus() 공개 메소드

public ClearFocus ( ) : void
리턴 void

ClipPath() 공개 메소드

public ClipPath ( ) : QPainterPath
리턴 QPainterPath

CollidingItems() 공개 메소드

public CollidingItems ( ) : List
리턴 List

CollidingItems() 공개 메소드

public CollidingItems ( Qt mode ) : List
mode Qt
리턴 List

CommonAncestorItem() 공개 메소드

public CommonAncestorItem ( IQGraphicsItem other ) : IQGraphicsItem
other IQGraphicsItem
리턴 IQGraphicsItem

ContentsRect() 공개 메소드

public ContentsRect ( ) : Qyoto.QRectF
리턴 Qyoto.QRectF

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Cursor() 공개 메소드

public Cursor ( ) : QCursor
리턴 QCursor

Data() 공개 메소드

public Data ( int key ) : Qyoto.QVariant
key int
리턴 Qyoto.QVariant

DeviceTransform() 공개 메소드

public DeviceTransform ( QTransform viewportTransform ) : QTransform
viewportTransform QTransform
리턴 QTransform

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EffectiveOpacity() 공개 메소드

public EffectiveOpacity ( ) : double
리턴 double

EffectiveSizeHint() 공개 메소드

public EffectiveSizeHint ( Qt which ) : Qyoto.QSizeF
which Qt
리턴 Qyoto.QSizeF

EffectiveSizeHint() 공개 메소드

public EffectiveSizeHint ( Qt which, Qyoto.QSizeF constraint ) : Qyoto.QSizeF
which Qt
constraint Qyoto.QSizeF
리턴 Qyoto.QSizeF

EnsureVisible() 공개 메소드

public EnsureVisible ( ) : void
리턴 void

EnsureVisible() 공개 메소드

public EnsureVisible ( Qyoto.QRectF rect ) : void
rect Qyoto.QRectF
리턴 void

EnsureVisible() 공개 메소드

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

EnsureVisible() 공개 메소드

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

EnsureVisible() 공개 메소드

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

EnsureVisible() 공개 메소드

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

EnsureVisible() 공개 메소드

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
리턴 void

FiltersChildEvents() 공개 메소드

public FiltersChildEvents ( ) : bool
리턴 bool

Flags() 공개 메소드

public Flags ( ) : uint
리턴 uint

FocusItem() 공개 메소드

public FocusItem ( ) : IQGraphicsItem
리턴 IQGraphicsItem

FocusPolicy() 공개 메소드

public FocusPolicy ( ) : Qt.FocusPolicy
리턴 Qt.FocusPolicy

FocusProxy() 공개 메소드

public FocusProxy ( ) : IQGraphicsItem
리턴 IQGraphicsItem

FocusScopeItem() 공개 메소드

public FocusScopeItem ( ) : IQGraphicsItem
리턴 IQGraphicsItem

FocusWidget() 공개 메소드

public FocusWidget ( ) : QGraphicsWidget
리턴 QGraphicsWidget

Font() 공개 메소드

public Font ( ) : QFont
리턴 QFont

Geometry() 공개 메소드

public Geometry ( ) : Qyoto.QRectF
리턴 Qyoto.QRectF

GetWindowFrameMargins() 공개 메소드

public GetWindowFrameMargins ( double &left, double &top, double &right, double &bottom ) : void
left double
top double
right double
bottom double
리턴 void

GrabKeyboard() 공개 메소드

public GrabKeyboard ( ) : void
리턴 void

GrabMouse() 공개 메소드

public GrabMouse ( ) : void
리턴 void

GrabShortcut() 공개 메소드

public GrabShortcut ( QKeySequence sequence ) : int
sequence QKeySequence
리턴 int

GrabShortcut() 공개 메소드

public GrabShortcut ( QKeySequence sequence, Qt context ) : int
sequence QKeySequence
context Qt
리턴 int

GraphicsEffect() 공개 메소드

public GraphicsEffect ( ) : QGraphicsEffect
리턴 QGraphicsEffect

GraphicsItem() 공개 메소드

public GraphicsItem ( ) : IQGraphicsItem
리턴 IQGraphicsItem

Group() 공개 메소드

public Group ( ) : Qyoto.QGraphicsItemGroup
리턴 Qyoto.QGraphicsItemGroup

HandlesChildEvents() 공개 메소드

public HandlesChildEvents ( ) : bool
리턴 bool

HasCursor() 공개 메소드

public HasCursor ( ) : bool
리턴 bool

HasFocus() 공개 메소드

public HasFocus ( ) : bool
리턴 bool

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

InputMethodHints() 공개 메소드

public InputMethodHints ( ) : uint
리턴 uint

InsertAction() 공개 메소드

public InsertAction ( Qyoto.QAction before, Qyoto.QAction action ) : void
before Qyoto.QAction
action Qyoto.QAction
리턴 void

InsertActions() 공개 메소드

public InsertActions ( Qyoto.QAction before, List actions ) : void
before Qyoto.QAction
actions List
리턴 void

InstallSceneEventFilter() 공개 메소드

public InstallSceneEventFilter ( IQGraphicsItem filterItem ) : void
filterItem IQGraphicsItem
리턴 void

IsActive() 공개 메소드

public IsActive ( ) : bool
리턴 bool

IsActiveWindow() 공개 메소드

public IsActiveWindow ( ) : bool
리턴 bool

IsAncestorOf() 공개 메소드

public IsAncestorOf ( IQGraphicsItem child ) : bool
child IQGraphicsItem
리턴 bool

IsClipped() 공개 메소드

public IsClipped ( ) : bool
리턴 bool

IsEnabled() 공개 메소드

public IsEnabled ( ) : bool
리턴 bool

IsLayout() 공개 메소드

public IsLayout ( ) : bool
리턴 bool

IsObscured() 공개 메소드

public IsObscured ( ) : bool
리턴 bool

IsObscured() 공개 메소드

public IsObscured ( Qyoto.QRectF rect ) : bool
rect Qyoto.QRectF
리턴 bool

IsObscured() 공개 메소드

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

IsPanel() 공개 메소드

public IsPanel ( ) : bool
리턴 bool

IsSelected() 공개 메소드

public IsSelected ( ) : bool
리턴 bool

IsUnderMouse() 공개 메소드

public IsUnderMouse ( ) : bool
리턴 bool

IsVisible() 공개 메소드

public IsVisible ( ) : bool
리턴 bool

IsVisibleTo() 공개 메소드

public IsVisibleTo ( IQGraphicsItem parent ) : bool
parent IQGraphicsItem
리턴 bool

IsWidget() 공개 메소드

public IsWidget ( ) : bool
리턴 bool

IsWindow() 공개 메소드

public IsWindow ( ) : bool
리턴 bool

ItemTransform() 공개 메소드

public ItemTransform ( IQGraphicsItem other ) : QTransform
other IQGraphicsItem
리턴 QTransform

ItemTransform() 공개 메소드

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

Layout() 공개 메소드

public Layout ( ) : QGraphicsLayout
리턴 QGraphicsLayout

LayoutDirection() 공개 메소드

public LayoutDirection ( ) : Qt.LayoutDirection
리턴 Qt.LayoutDirection

MapFromItem() 공개 메소드

public MapFromItem ( IQGraphicsItem item, QPainterPath path ) : QPainterPath
item IQGraphicsItem
path QPainterPath
리턴 QPainterPath

MapFromItem() 공개 메소드

public MapFromItem ( IQGraphicsItem item, QPointF point ) : QPointF
item IQGraphicsItem
point QPointF
리턴 QPointF

MapFromItem() 공개 메소드

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

MapFromItem() 공개 메소드

public MapFromItem ( IQGraphicsItem item, QPolygonF polygon ) : QPolygonF
item IQGraphicsItem
polygon QPolygonF
리턴 QPolygonF

MapFromItem() 공개 메소드

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

MapFromItem() 공개 메소드

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

MapFromParent() 공개 메소드

public MapFromParent ( QPainterPath path ) : QPainterPath
path QPainterPath
리턴 QPainterPath

MapFromParent() 공개 메소드

public MapFromParent ( QPointF point ) : QPointF
point QPointF
리턴 QPointF

MapFromParent() 공개 메소드

public MapFromParent ( double x, double y ) : QPointF
x double
y double
리턴 QPointF

MapFromParent() 공개 메소드

public MapFromParent ( QPolygonF polygon ) : QPolygonF
polygon QPolygonF
리턴 QPolygonF

MapFromParent() 공개 메소드

public MapFromParent ( Qyoto.QRectF rect ) : QPolygonF
rect Qyoto.QRectF
리턴 QPolygonF

MapFromParent() 공개 메소드

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

MapFromScene() 공개 메소드

public MapFromScene ( QPainterPath path ) : QPainterPath
path QPainterPath
리턴 QPainterPath

MapFromScene() 공개 메소드

public MapFromScene ( QPointF point ) : QPointF
point QPointF
리턴 QPointF

MapFromScene() 공개 메소드

public MapFromScene ( double x, double y ) : QPointF
x double
y double
리턴 QPointF

MapFromScene() 공개 메소드

public MapFromScene ( QPolygonF polygon ) : QPolygonF
polygon QPolygonF
리턴 QPolygonF

MapFromScene() 공개 메소드

public MapFromScene ( Qyoto.QRectF rect ) : QPolygonF
rect Qyoto.QRectF
리턴 QPolygonF

MapFromScene() 공개 메소드

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

MapRectFromItem() 공개 메소드

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

MapRectFromItem() 공개 메소드

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

MapRectFromParent() 공개 메소드

public MapRectFromParent ( Qyoto.QRectF rect ) : Qyoto.QRectF
rect Qyoto.QRectF
리턴 Qyoto.QRectF

MapRectFromParent() 공개 메소드

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

MapRectFromScene() 공개 메소드

public MapRectFromScene ( Qyoto.QRectF rect ) : Qyoto.QRectF
rect Qyoto.QRectF
리턴 Qyoto.QRectF

MapRectFromScene() 공개 메소드

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

MapRectToItem() 공개 메소드

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

MapRectToItem() 공개 메소드

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

MapRectToParent() 공개 메소드

public MapRectToParent ( Qyoto.QRectF rect ) : Qyoto.QRectF
rect Qyoto.QRectF
리턴 Qyoto.QRectF

MapRectToParent() 공개 메소드

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

MapRectToScene() 공개 메소드

public MapRectToScene ( Qyoto.QRectF rect ) : Qyoto.QRectF
rect Qyoto.QRectF
리턴 Qyoto.QRectF

MapRectToScene() 공개 메소드

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

MapToItem() 공개 메소드

public MapToItem ( IQGraphicsItem item, QPainterPath path ) : QPainterPath
item IQGraphicsItem
path QPainterPath
리턴 QPainterPath

MapToItem() 공개 메소드

public MapToItem ( IQGraphicsItem item, QPointF point ) : QPointF
item IQGraphicsItem
point QPointF
리턴 QPointF

MapToItem() 공개 메소드

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

MapToItem() 공개 메소드

public MapToItem ( IQGraphicsItem item, QPolygonF polygon ) : QPolygonF
item IQGraphicsItem
polygon QPolygonF
리턴 QPolygonF

MapToItem() 공개 메소드

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

MapToItem() 공개 메소드

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

MapToParent() 공개 메소드

public MapToParent ( QPainterPath path ) : QPainterPath
path QPainterPath
리턴 QPainterPath

MapToParent() 공개 메소드

public MapToParent ( QPointF point ) : QPointF
point QPointF
리턴 QPointF

MapToParent() 공개 메소드

public MapToParent ( double x, double y ) : QPointF
x double
y double
리턴 QPointF

MapToParent() 공개 메소드

public MapToParent ( QPolygonF polygon ) : QPolygonF
polygon QPolygonF
리턴 QPolygonF

MapToParent() 공개 메소드

public MapToParent ( Qyoto.QRectF rect ) : QPolygonF
rect Qyoto.QRectF
리턴 QPolygonF

MapToParent() 공개 메소드

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

MapToScene() 공개 메소드

public MapToScene ( QPainterPath path ) : QPainterPath
path QPainterPath
리턴 QPainterPath

MapToScene() 공개 메소드

public MapToScene ( QPointF point ) : QPointF
point QPointF
리턴 QPointF

MapToScene() 공개 메소드

public MapToScene ( double x, double y ) : QPointF
x double
y double
리턴 QPointF

MapToScene() 공개 메소드

public MapToScene ( QPolygonF polygon ) : QPolygonF
polygon QPolygonF
리턴 QPolygonF

MapToScene() 공개 메소드

public MapToScene ( Qyoto.QRectF rect ) : QPolygonF
rect Qyoto.QRectF
리턴 QPolygonF

MapToScene() 공개 메소드

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

Matrix() 공개 메소드

public Matrix ( ) : QMatrix
리턴 QMatrix

MaximumHeight() 공개 메소드

public MaximumHeight ( ) : double
리턴 double

MaximumSize() 공개 메소드

public MaximumSize ( ) : Qyoto.QSizeF
리턴 Qyoto.QSizeF

MaximumWidth() 공개 메소드

public MaximumWidth ( ) : double
리턴 double

MinimumHeight() 공개 메소드

public MinimumHeight ( ) : double
리턴 double

MinimumSize() 공개 메소드

public MinimumSize ( ) : Qyoto.QSizeF
리턴 Qyoto.QSizeF

MinimumWidth() 공개 메소드

public MinimumWidth ( ) : double
리턴 double

MoveBy() 공개 메소드

public MoveBy ( double dx, double dy ) : void
dx double
dy double
리턴 void

Opacity() 공개 메소드

public Opacity ( ) : double
리턴 double

OwnedByLayout() 공개 메소드

public OwnedByLayout ( ) : bool
리턴 bool

Panel() 공개 메소드

public Panel ( ) : IQGraphicsItem
리턴 IQGraphicsItem

ParentItem() 공개 메소드

public ParentItem ( ) : IQGraphicsItem
리턴 IQGraphicsItem

ParentLayoutItem() 공개 메소드

public ParentLayoutItem ( ) : IQGraphicsLayoutItem
리턴 IQGraphicsLayoutItem

ParentObject() 공개 메소드

public ParentObject ( ) : QGraphicsObject
리턴 QGraphicsObject

ParentWidget() 공개 메소드

public ParentWidget ( ) : QGraphicsWidget
리턴 QGraphicsWidget

Pos() 공개 메소드

public Pos ( ) : QPointF
리턴 QPointF

PreferredHeight() 공개 메소드

public PreferredHeight ( ) : double
리턴 double

PreferredSize() 공개 메소드

public PreferredSize ( ) : Qyoto.QSizeF
리턴 Qyoto.QSizeF

PreferredWidth() 공개 메소드

public PreferredWidth ( ) : double
리턴 double

PrepareGeometryChange() 보호된 메소드

protected PrepareGeometryChange ( ) : void
리턴 void

QGraphicsWidget() 보호된 메소드

protected QGraphicsWidget ( Type dummy ) : System
dummy System.Type
리턴 System

Rect() 공개 메소드

public Rect ( ) : Qyoto.QRectF
리턴 Qyoto.QRectF

ReleaseShortcut() 공개 메소드

public ReleaseShortcut ( int id ) : void
id int
리턴 void

RemoveAction() 공개 메소드

public RemoveAction ( Qyoto.QAction action ) : void
action Qyoto.QAction
리턴 void

RemoveFromIndex() 보호된 메소드

protected RemoveFromIndex ( ) : void
리턴 void

RemoveSceneEventFilter() 공개 메소드

public RemoveSceneEventFilter ( IQGraphicsItem filterItem ) : void
filterItem IQGraphicsItem
리턴 void

ResetMatrix() 공개 메소드

public ResetMatrix ( ) : void
리턴 void

ResetTransform() 공개 메소드

public ResetTransform ( ) : void
리턴 void

Resize() 공개 메소드

public Resize ( Qyoto.QSizeF size ) : void
size Qyoto.QSizeF
리턴 void

Resize() 공개 메소드

public Resize ( double w, double h ) : void
w double
h double
리턴 void

Rotate() 공개 메소드

public Rotate ( double angle ) : void
angle double
리턴 void

Rotation() 공개 메소드

public Rotation ( ) : double
리턴 double

Scale() 공개 메소드

public Scale ( ) : double
리턴 double

Scale() 공개 메소드

public Scale ( double sx, double sy ) : void
sx double
sy double
리턴 void

Scene() 공개 메소드

public Scene ( ) : QGraphicsScene
리턴 QGraphicsScene

SceneBoundingRect() 공개 메소드

public SceneBoundingRect ( ) : Qyoto.QRectF
리턴 Qyoto.QRectF

SceneMatrix() 공개 메소드

public SceneMatrix ( ) : QMatrix
리턴 QMatrix

ScenePos() 공개 메소드

public ScenePos ( ) : QPointF
리턴 QPointF

SceneTransform() 공개 메소드

public SceneTransform ( ) : QTransform
리턴 QTransform

Scroll() 공개 메소드

public Scroll ( double dx, double dy ) : void
dx double
dy double
리턴 void

Scroll() 공개 메소드

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

SetAcceptDrops() 공개 메소드

public SetAcceptDrops ( bool on ) : void
on bool
리턴 void

SetAcceptHoverEvents() 공개 메소드

public SetAcceptHoverEvents ( bool enabled ) : void
enabled bool
리턴 void

SetAcceptTouchEvents() 공개 메소드

public SetAcceptTouchEvents ( bool enabled ) : void
enabled bool
리턴 void

SetAcceptedMouseButtons() 공개 메소드

public SetAcceptedMouseButtons ( uint buttons ) : void
buttons uint
리턴 void

SetAcceptsHoverEvents() 공개 메소드

public SetAcceptsHoverEvents ( bool enabled ) : void
enabled bool
리턴 void

SetActive() 공개 메소드

public SetActive ( bool active ) : void
active bool
리턴 void

SetAttribute() 공개 메소드

public SetAttribute ( Qt attribute ) : void
attribute Qt
리턴 void

SetAttribute() 공개 메소드

public SetAttribute ( Qt attribute, bool on ) : void
attribute Qt
on bool
리턴 void

SetBoundingRegionGranularity() 공개 메소드

public SetBoundingRegionGranularity ( double granularity ) : void
granularity double
리턴 void

SetCacheMode() 공개 메소드

public SetCacheMode ( QGraphicsItem mode ) : void
mode QGraphicsItem
리턴 void

SetCacheMode() 공개 메소드

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

SetContentsMargins() 공개 메소드

public SetContentsMargins ( double left, double top, double right, double bottom ) : void
left double
top double
right double
bottom double
리턴 void

SetCursor() 공개 메소드

public SetCursor ( QCursor cursor ) : void
cursor QCursor
리턴 void

SetData() 공개 메소드

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

SetEnabled() 공개 메소드

public SetEnabled ( bool enabled ) : void
enabled bool
리턴 void

SetFiltersChildEvents() 공개 메소드

public SetFiltersChildEvents ( bool enabled ) : void
enabled bool
리턴 void

SetFlag() 공개 메소드

public SetFlag ( QGraphicsItem flag ) : void
flag QGraphicsItem
리턴 void

SetFlag() 공개 메소드

public SetFlag ( QGraphicsItem flag, bool enabled ) : void
flag QGraphicsItem
enabled bool
리턴 void

SetFlags() 공개 메소드

public SetFlags ( uint flags ) : void
flags uint
리턴 void

SetFocus() 공개 메소드

public SetFocus ( ) : void
리턴 void

SetFocus() 공개 메소드

public SetFocus ( Qt focusReason ) : void
focusReason Qt
리턴 void

SetFocusPolicy() 공개 메소드

public SetFocusPolicy ( Qt policy ) : void
policy Qt
리턴 void

SetFocusProxy() 공개 메소드

public SetFocusProxy ( IQGraphicsItem item ) : void
item IQGraphicsItem
리턴 void

SetFont() 공개 메소드

public SetFont ( QFont font ) : void
font QFont
리턴 void

SetGeometry() 공개 메소드

public SetGeometry ( double x, double y, double w, double h ) : void
x double
y double
w double
h double
리턴 void

SetGraphicsEffect() 공개 메소드

public SetGraphicsEffect ( QGraphicsEffect effect ) : void
effect QGraphicsEffect
리턴 void

SetGraphicsItem() 보호된 메소드

protected SetGraphicsItem ( IQGraphicsItem item ) : void
item IQGraphicsItem
리턴 void

SetGroup() 공개 메소드

public SetGroup ( Qyoto.QGraphicsItemGroup group ) : void
group Qyoto.QGraphicsItemGroup
리턴 void

SetHandlesChildEvents() 공개 메소드

public SetHandlesChildEvents ( bool enabled ) : void
enabled bool
리턴 void

SetInputMethodHints() 공개 메소드

public SetInputMethodHints ( uint hints ) : void
hints uint
리턴 void

SetLayout() 공개 메소드

public SetLayout ( QGraphicsLayout layout ) : void
layout QGraphicsLayout
리턴 void

SetLayoutDirection() 공개 메소드

public SetLayoutDirection ( Qt direction ) : void
direction Qt
리턴 void

SetMatrix() 공개 메소드

public SetMatrix ( QMatrix matrix ) : void
matrix QMatrix
리턴 void

SetMatrix() 공개 메소드

public SetMatrix ( QMatrix matrix, bool combine ) : void
matrix QMatrix
combine bool
리턴 void

SetMaximumHeight() 공개 메소드

public SetMaximumHeight ( double height ) : void
height double
리턴 void

SetMaximumSize() 공개 메소드

public SetMaximumSize ( Qyoto.QSizeF size ) : void
size Qyoto.QSizeF
리턴 void

SetMaximumSize() 공개 메소드

public SetMaximumSize ( double w, double h ) : void
w double
h double
리턴 void

SetMaximumWidth() 공개 메소드

public SetMaximumWidth ( double width ) : void
width double
리턴 void

SetMinimumHeight() 공개 메소드

public SetMinimumHeight ( double height ) : void
height double
리턴 void

SetMinimumSize() 공개 메소드

public SetMinimumSize ( Qyoto.QSizeF size ) : void
size Qyoto.QSizeF
리턴 void

SetMinimumSize() 공개 메소드

public SetMinimumSize ( double w, double h ) : void
w double
h double
리턴 void

SetMinimumWidth() 공개 메소드

public SetMinimumWidth ( double width ) : void
width double
리턴 void

SetOpacity() 공개 메소드

public SetOpacity ( double opacity ) : void
opacity double
리턴 void

SetOwnedByLayout() 보호된 메소드

protected SetOwnedByLayout ( bool ownedByLayout ) : void
ownedByLayout bool
리턴 void

SetPalette() 공개 메소드

public SetPalette ( QPalette palette ) : void
palette QPalette
리턴 void

SetPanelModality() 공개 메소드

public SetPanelModality ( QGraphicsItem panelModality ) : void
panelModality QGraphicsItem
리턴 void

SetParentItem() 공개 메소드

public SetParentItem ( IQGraphicsItem parent ) : void
parent IQGraphicsItem
리턴 void

SetParentLayoutItem() 공개 메소드

public SetParentLayoutItem ( IQGraphicsLayoutItem parent ) : void
parent IQGraphicsLayoutItem
리턴 void

SetPos() 공개 메소드

public SetPos ( QPointF pos ) : void
pos QPointF
리턴 void

SetPos() 공개 메소드

public SetPos ( double x, double y ) : void
x double
y double
리턴 void

SetPreferredHeight() 공개 메소드

public SetPreferredHeight ( double height ) : void
height double
리턴 void

SetPreferredSize() 공개 메소드

public SetPreferredSize ( Qyoto.QSizeF size ) : void
size Qyoto.QSizeF
리턴 void

SetPreferredSize() 공개 메소드

public SetPreferredSize ( double w, double h ) : void
w double
h double
리턴 void

SetPreferredWidth() 공개 메소드

public SetPreferredWidth ( double width ) : void
width double
리턴 void

SetRotation() 공개 메소드

public SetRotation ( double angle ) : void
angle double
리턴 void

SetScale() 공개 메소드

public SetScale ( double scale ) : void
scale double
리턴 void

SetSelected() 공개 메소드

public SetSelected ( bool selected ) : void
selected bool
리턴 void

SetShortcutAutoRepeat() 공개 메소드

public SetShortcutAutoRepeat ( int id ) : void
id int
리턴 void

SetShortcutAutoRepeat() 공개 메소드

public SetShortcutAutoRepeat ( int id, bool enabled ) : void
id int
enabled bool
리턴 void

SetShortcutEnabled() 공개 메소드

public SetShortcutEnabled ( int id ) : void
id int
리턴 void

SetShortcutEnabled() 공개 메소드

public SetShortcutEnabled ( int id, bool enabled ) : void
id int
enabled bool
리턴 void

SetSizePolicy() 공개 메소드

public SetSizePolicy ( QSizePolicy policy ) : void
policy QSizePolicy
리턴 void

SetSizePolicy() 공개 메소드

public SetSizePolicy ( QSizePolicy hPolicy, QSizePolicy vPolicy ) : void
hPolicy QSizePolicy
vPolicy QSizePolicy
리턴 void

SetSizePolicy() 공개 메소드

public SetSizePolicy ( QSizePolicy hPolicy, QSizePolicy vPolicy, QSizePolicy controlType ) : void
hPolicy QSizePolicy
vPolicy QSizePolicy
controlType QSizePolicy
리턴 void

SetStyle() 공개 메소드

public SetStyle ( Qyoto.QStyle style ) : void
style Qyoto.QStyle
리턴 void

SetTabOrder() 공개 정적인 메소드

public static SetTabOrder ( QGraphicsWidget first, QGraphicsWidget second ) : void
first QGraphicsWidget
second QGraphicsWidget
리턴 void

SetToolTip() 공개 메소드

public SetToolTip ( string toolTip ) : void
toolTip string
리턴 void

SetTransform() 공개 메소드

public SetTransform ( QTransform matrix ) : void
matrix QTransform
리턴 void

SetTransform() 공개 메소드

public SetTransform ( QTransform matrix, bool combine ) : void
matrix QTransform
combine bool
리턴 void

SetTransformOriginPoint() 공개 메소드

public SetTransformOriginPoint ( QPointF origin ) : void
origin QPointF
리턴 void

SetTransformOriginPoint() 공개 메소드

public SetTransformOriginPoint ( double ax, double ay ) : void
ax double
ay double
리턴 void

SetTransformations() 공개 메소드

public SetTransformations ( List transformations ) : void
transformations List
리턴 void

SetVisible() 공개 메소드

public SetVisible ( bool visible ) : void
visible bool
리턴 void

SetWindowFlags() 공개 메소드

public SetWindowFlags ( uint wFlags ) : void
wFlags uint
리턴 void

SetWindowFrameMargins() 공개 메소드

public SetWindowFrameMargins ( double left, double top, double right, double bottom ) : void
left double
top double
right double
bottom double
리턴 void

SetWindowTitle() 공개 메소드

public SetWindowTitle ( string title ) : void
title string
리턴 void

SetX() 공개 메소드

public SetX ( double x ) : void
x double
리턴 void

SetY() 공개 메소드

public SetY ( double y ) : void
y double
리턴 void

SetZValue() 공개 메소드

public SetZValue ( double z ) : void
z double
리턴 void

Shear() 공개 메소드

public Shear ( double sh, double sv ) : void
sh double
sv double
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

Size() 공개 메소드

public Size ( ) : Qyoto.QSizeF
리턴 Qyoto.QSizeF

SizePolicy() 공개 메소드

public SizePolicy ( ) : QSizePolicy
리턴 QSizePolicy

StackBefore() 공개 메소드

public StackBefore ( IQGraphicsItem sibling ) : void
sibling IQGraphicsItem
리턴 void

Style() 공개 메소드

public Style ( ) : Qyoto.QStyle
리턴 Qyoto.QStyle

TestAttribute() 공개 메소드

public TestAttribute ( Qt attribute ) : bool
attribute Qt
리턴 bool

ToGraphicsObject() 공개 메소드

public ToGraphicsObject ( ) : QGraphicsObject
리턴 QGraphicsObject

ToolTip() 공개 메소드

public ToolTip ( ) : string
리턴 string

TopLevelItem() 공개 메소드

public TopLevelItem ( ) : IQGraphicsItem
리턴 IQGraphicsItem

TopLevelWidget() 공개 메소드

public TopLevelWidget ( ) : QGraphicsWidget
리턴 QGraphicsWidget

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string

Transform() 공개 메소드

public Transform ( ) : QTransform
리턴 QTransform

TransformOriginPoint() 공개 메소드

public TransformOriginPoint ( ) : QPointF
리턴 QPointF

Transformations() 공개 메소드

public Transformations ( ) : List
리턴 List

Translate() 공개 메소드

public Translate ( double dx, double dy ) : void
dx double
dy double
리턴 void

UngrabKeyboard() 공개 메소드

public UngrabKeyboard ( ) : void
리턴 void

UngrabMouse() 공개 메소드

public UngrabMouse ( ) : void
리턴 void

UnsetCursor() 공개 메소드

public UnsetCursor ( ) : void
리턴 void

UnsetLayoutDirection() 공개 메소드

public UnsetLayoutDirection ( ) : void
리턴 void

UnsetWindowFrameMargins() 공개 메소드

public UnsetWindowFrameMargins ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

Update() 공개 메소드

public Update ( Qyoto.QRectF rect ) : void
rect Qyoto.QRectF
리턴 void

Update() 공개 메소드

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

Window() 공개 메소드

public Window ( ) : QGraphicsWidget
리턴 QGraphicsWidget

WindowFlags() 공개 메소드

public WindowFlags ( ) : uint
리턴 uint

WindowFrameGeometry() 공개 메소드

public WindowFrameGeometry ( ) : Qyoto.QRectF
리턴 Qyoto.QRectF

WindowFrameRect() 공개 메소드

public WindowFrameRect ( ) : Qyoto.QRectF
리턴 Qyoto.QRectF

WindowTitle() 공개 메소드

public WindowTitle ( ) : string
리턴 string

WindowType() 공개 메소드

public WindowType ( ) : Qt.WindowType
리턴 Qt.WindowType

X() 공개 메소드

public X ( ) : double
리턴 double

Y() 공개 메소드

public Y ( ) : double
리턴 double

ZValue() 공개 메소드

public ZValue ( ) : double
리턴 double

cacheMode() 공개 메소드

public cacheMode ( ) : QGraphicsItem.CacheMode
리턴 QGraphicsItem.CacheMode

panelModality() 공개 메소드

public panelModality ( ) : QGraphicsItem.PanelModality
리턴 QGraphicsItem.PanelModality