C# 클래스 Qyoto.QGraphicsScene

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

Private Properties

프로퍼티 타입 설명
Advance void
Clear void
ClearSelection void
ContextMenuEvent void
DragEnterEvent void
DragLeaveEvent void
DragMoveEvent void
DrawBackground void
DrawForeground void
DropEvent void
Event bool
EventFilter bool
FocusInEvent void
FocusNextPrevChild bool
FocusOutEvent void
HelpEvent void
InputMethodEvent void
InputMethodQuery QVariant
Invalidate void
Invalidate void
Invalidate void
KeyPressEvent void
KeyReleaseEvent void
MouseDoubleClickEvent void
MouseMoveEvent void
MousePressEvent void
MouseReleaseEvent void
QGraphicsScene System
Update void
Update void
WheelEvent void

공개 메소드들

메소드 설명
ActivePanel ( ) : IQGraphicsItem
ActiveWindow ( ) : QGraphicsWidget
AddEllipse ( Qyoto.QRectF rect ) : QGraphicsEllipseItem
AddEllipse ( Qyoto.QRectF rect, QPen pen ) : QGraphicsEllipseItem
AddEllipse ( Qyoto.QRectF rect, QPen pen, QBrush brush ) : QGraphicsEllipseItem
AddEllipse ( double x, double y, double w, double h ) : QGraphicsEllipseItem
AddEllipse ( double x, double y, double w, double h, QPen pen ) : QGraphicsEllipseItem
AddEllipse ( double x, double y, double w, double h, QPen pen, QBrush brush ) : QGraphicsEllipseItem
AddItem ( IQGraphicsItem item ) : void
AddLine ( QLineF line ) : Qyoto.QGraphicsLineItem
AddLine ( QLineF line, QPen pen ) : Qyoto.QGraphicsLineItem
AddLine ( double x1, double y1, double x2, double y2 ) : Qyoto.QGraphicsLineItem
AddLine ( double x1, double y1, double x2, double y2, QPen pen ) : Qyoto.QGraphicsLineItem
AddPath ( QPainterPath path ) : Qyoto.QGraphicsPathItem
AddPath ( QPainterPath path, QPen pen ) : Qyoto.QGraphicsPathItem
AddPath ( QPainterPath path, QPen pen, QBrush brush ) : Qyoto.QGraphicsPathItem
AddPixmap ( QPixmap pixmap ) : QGraphicsPixmapItem
AddPolygon ( QPolygonF polygon ) : Qyoto.QGraphicsPolygonItem
AddPolygon ( QPolygonF polygon, QPen pen ) : Qyoto.QGraphicsPolygonItem
AddPolygon ( QPolygonF polygon, QPen pen, QBrush brush ) : Qyoto.QGraphicsPolygonItem
AddRect ( Qyoto.QRectF rect ) : Qyoto.QGraphicsRectItem
AddRect ( Qyoto.QRectF rect, QPen pen ) : Qyoto.QGraphicsRectItem
AddRect ( Qyoto.QRectF rect, QPen pen, QBrush brush ) : Qyoto.QGraphicsRectItem
AddRect ( double x, double y, double w, double h ) : Qyoto.QGraphicsRectItem
AddRect ( double x, double y, double w, double h, QPen pen ) : Qyoto.QGraphicsRectItem
AddRect ( double x, double y, double w, double h, QPen pen, QBrush brush ) : Qyoto.QGraphicsRectItem
AddSimpleText ( string text ) : Qyoto.QGraphicsSimpleTextItem
AddSimpleText ( string text, QFont font ) : QGraphicsSimpleTextItem
AddText ( string text ) : QGraphicsTextItem
AddText ( string text, QFont font ) : QGraphicsTextItem
AddWidget ( QWidget widget ) : QGraphicsProxyWidget
AddWidget ( QWidget widget, uint wFlags ) : QGraphicsProxyWidget
ClearFocus ( ) : void
CollidingItems ( IQGraphicsItem item ) : List
CollidingItems ( IQGraphicsItem item, Qt mode ) : List
CreateItemGroup ( List items ) : QGraphicsItemGroup
DestroyItemGroup ( QGraphicsItemGroup group ) : void
Dispose ( ) : void
FocusItem ( ) : IQGraphicsItem
HasFocus ( ) : bool
Height ( ) : double
Invalidate ( double x, double y, double w, double h ) : void
Invalidate ( double x, double y, double w, double h, uint layers ) : void
IsActive ( ) : bool
ItemAt ( QPointF pos ) : IQGraphicsItem
ItemAt ( QPointF pos, QTransform deviceTransform ) : IQGraphicsItem
ItemAt ( double x, double y ) : IQGraphicsItem
ItemAt ( double x, double y, QTransform deviceTransform ) : IQGraphicsItem
Items ( ) : List
Items ( QPainterPath path ) : List
Items ( QPainterPath path, Qt mode ) : List
Items ( QPainterPath path, Qt mode, Qt order ) : List
Items ( QPainterPath path, Qt mode, Qt order, QTransform deviceTransform ) : List
Items ( QPointF pos ) : List
Items ( QPointF pos, Qt mode, Qt order ) : List
Items ( QPointF pos, Qt mode, Qt order, QTransform deviceTransform ) : List
Items ( QPolygonF polygon ) : List
Items ( QPolygonF polygon, Qt mode ) : List
Items ( QPolygonF polygon, Qt mode, Qt order ) : List
Items ( QPolygonF polygon, Qt mode, Qt order, QTransform deviceTransform ) : List
Items ( QRectF rect ) : List
Items ( QRectF rect, Qt mode ) : List
Items ( QRectF rect, Qt mode, Qt order ) : List
Items ( QRectF rect, Qt mode, Qt order, QTransform deviceTransform ) : List
Items ( Qt order ) : List
Items ( double x, double y, double w, double h ) : List
Items ( double x, double y, double w, double h, Qt mode ) : List
Items ( double x, double y, double w, double h, Qt mode, Qt order ) : List
Items ( double x, double y, double w, double h, Qt mode, Qt order, QTransform deviceTransform ) : List
ItemsBoundingRect ( ) : QRectF
MouseGrabberItem ( ) : IQGraphicsItem
QGraphicsScene ( QObject parent ) : System
QGraphicsScene ( QRectF sceneRect ) : System
QGraphicsScene ( QRectF sceneRect, QObject parent ) : System
QGraphicsScene ( double x, double y, double width, double height ) : System
QGraphicsScene ( double x, double y, double width, double height, QObject parent ) : System
RemoveItem ( IQGraphicsItem item ) : void
Render ( QPainter painter ) : void
Render ( QPainter painter, QRectF target ) : void
Render ( QPainter painter, QRectF target, QRectF source ) : void
Render ( QPainter painter, QRectF target, QRectF source, Qt aspectRatioMode ) : void
SelectedItems ( ) : List
SelectionArea ( ) : QPainterPath
SendEvent ( IQGraphicsItem item, QEvent arg2 ) : bool
SetActivePanel ( IQGraphicsItem item ) : void
SetActiveWindow ( QGraphicsWidget widget ) : void
SetFocus ( ) : void
SetFocus ( Qt focusReason ) : void
SetFocusItem ( IQGraphicsItem item ) : void
SetFocusItem ( IQGraphicsItem item, Qt focusReason ) : void
SetSceneRect ( double x, double y, double w, double h ) : void
SetSelectionArea ( QPainterPath path ) : void
SetSelectionArea ( QPainterPath path, QTransform deviceTransform ) : void
SetSelectionArea ( QPainterPath path, Qt mode ) : void
SetSelectionArea ( QPainterPath path, Qt mode, QTransform deviceTransform ) : void
SetStyle ( QStyle style ) : void
Style ( ) : QStyle
Tr ( string s ) : string
Tr ( string s, string c ) : string
Update ( double x, double y, double w, double h ) : void
Views ( ) : List
Width ( ) : double

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QGraphicsScene ( Type dummy ) : System

비공개 메소드들

메소드 설명
Advance ( ) : void
Clear ( ) : void
ClearSelection ( ) : void
ContextMenuEvent ( QGraphicsSceneContextMenuEvent arg1 ) : void
DragEnterEvent ( QGraphicsSceneDragDropEvent arg1 ) : void
DragLeaveEvent ( QGraphicsSceneDragDropEvent arg1 ) : void
DragMoveEvent ( QGraphicsSceneDragDropEvent arg1 ) : void
DrawBackground ( QPainter painter, QRectF rect ) : void
DrawForeground ( QPainter painter, QRectF rect ) : void
DropEvent ( QGraphicsSceneDragDropEvent arg1 ) : void
Event ( QEvent arg1 ) : bool
EventFilter ( QObject watched, QEvent arg2 ) : bool
FocusInEvent ( QFocusEvent arg1 ) : void
FocusNextPrevChild ( bool next ) : bool
FocusOutEvent ( QFocusEvent arg1 ) : void
HelpEvent ( QGraphicsSceneHelpEvent arg1 ) : void
InputMethodEvent ( QInputMethodEvent arg1 ) : void
InputMethodQuery ( Qt query ) : QVariant
Invalidate ( ) : void
Invalidate ( QRectF rect ) : void
Invalidate ( QRectF rect, uint layers ) : void
KeyPressEvent ( QKeyEvent arg1 ) : void
KeyReleaseEvent ( QKeyEvent arg1 ) : void
MouseDoubleClickEvent ( QGraphicsSceneMouseEvent arg1 ) : void
MouseMoveEvent ( QGraphicsSceneMouseEvent arg1 ) : void
MousePressEvent ( QGraphicsSceneMouseEvent arg1 ) : void
MouseReleaseEvent ( QGraphicsSceneMouseEvent arg1 ) : void
QGraphicsScene ( ) : System
Update ( ) : void
Update ( QRectF rect ) : void
WheelEvent ( QGraphicsSceneWheelEvent arg1 ) : void

메소드 상세

ActivePanel() 공개 메소드

public ActivePanel ( ) : IQGraphicsItem
리턴 IQGraphicsItem

ActiveWindow() 공개 메소드

public ActiveWindow ( ) : QGraphicsWidget
리턴 QGraphicsWidget

AddEllipse() 공개 메소드

public AddEllipse ( Qyoto.QRectF rect ) : QGraphicsEllipseItem
rect Qyoto.QRectF
리턴 QGraphicsEllipseItem

AddEllipse() 공개 메소드

public AddEllipse ( Qyoto.QRectF rect, QPen pen ) : QGraphicsEllipseItem
rect Qyoto.QRectF
pen QPen
리턴 QGraphicsEllipseItem

AddEllipse() 공개 메소드

public AddEllipse ( Qyoto.QRectF rect, QPen pen, QBrush brush ) : QGraphicsEllipseItem
rect Qyoto.QRectF
pen QPen
brush QBrush
리턴 QGraphicsEllipseItem

AddEllipse() 공개 메소드

public AddEllipse ( double x, double y, double w, double h ) : QGraphicsEllipseItem
x double
y double
w double
h double
리턴 QGraphicsEllipseItem

AddEllipse() 공개 메소드

public AddEllipse ( double x, double y, double w, double h, QPen pen ) : QGraphicsEllipseItem
x double
y double
w double
h double
pen QPen
리턴 QGraphicsEllipseItem

AddEllipse() 공개 메소드

public AddEllipse ( double x, double y, double w, double h, QPen pen, QBrush brush ) : QGraphicsEllipseItem
x double
y double
w double
h double
pen QPen
brush QBrush
리턴 QGraphicsEllipseItem

AddItem() 공개 메소드

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

AddLine() 공개 메소드

public AddLine ( QLineF line ) : Qyoto.QGraphicsLineItem
line QLineF
리턴 Qyoto.QGraphicsLineItem

AddLine() 공개 메소드

public AddLine ( QLineF line, QPen pen ) : Qyoto.QGraphicsLineItem
line QLineF
pen QPen
리턴 Qyoto.QGraphicsLineItem

AddLine() 공개 메소드

public AddLine ( double x1, double y1, double x2, double y2 ) : Qyoto.QGraphicsLineItem
x1 double
y1 double
x2 double
y2 double
리턴 Qyoto.QGraphicsLineItem

AddLine() 공개 메소드

public AddLine ( double x1, double y1, double x2, double y2, QPen pen ) : Qyoto.QGraphicsLineItem
x1 double
y1 double
x2 double
y2 double
pen QPen
리턴 Qyoto.QGraphicsLineItem

AddPath() 공개 메소드

public AddPath ( QPainterPath path ) : Qyoto.QGraphicsPathItem
path QPainterPath
리턴 Qyoto.QGraphicsPathItem

AddPath() 공개 메소드

public AddPath ( QPainterPath path, QPen pen ) : Qyoto.QGraphicsPathItem
path QPainterPath
pen QPen
리턴 Qyoto.QGraphicsPathItem

AddPath() 공개 메소드

public AddPath ( QPainterPath path, QPen pen, QBrush brush ) : Qyoto.QGraphicsPathItem
path QPainterPath
pen QPen
brush QBrush
리턴 Qyoto.QGraphicsPathItem

AddPixmap() 공개 메소드

public AddPixmap ( QPixmap pixmap ) : QGraphicsPixmapItem
pixmap QPixmap
리턴 QGraphicsPixmapItem

AddPolygon() 공개 메소드

public AddPolygon ( QPolygonF polygon ) : Qyoto.QGraphicsPolygonItem
polygon QPolygonF
리턴 Qyoto.QGraphicsPolygonItem

AddPolygon() 공개 메소드

public AddPolygon ( QPolygonF polygon, QPen pen ) : Qyoto.QGraphicsPolygonItem
polygon QPolygonF
pen QPen
리턴 Qyoto.QGraphicsPolygonItem

AddPolygon() 공개 메소드

public AddPolygon ( QPolygonF polygon, QPen pen, QBrush brush ) : Qyoto.QGraphicsPolygonItem
polygon QPolygonF
pen QPen
brush QBrush
리턴 Qyoto.QGraphicsPolygonItem

AddRect() 공개 메소드

public AddRect ( Qyoto.QRectF rect ) : Qyoto.QGraphicsRectItem
rect Qyoto.QRectF
리턴 Qyoto.QGraphicsRectItem

AddRect() 공개 메소드

public AddRect ( Qyoto.QRectF rect, QPen pen ) : Qyoto.QGraphicsRectItem
rect Qyoto.QRectF
pen QPen
리턴 Qyoto.QGraphicsRectItem

AddRect() 공개 메소드

public AddRect ( Qyoto.QRectF rect, QPen pen, QBrush brush ) : Qyoto.QGraphicsRectItem
rect Qyoto.QRectF
pen QPen
brush QBrush
리턴 Qyoto.QGraphicsRectItem

AddRect() 공개 메소드

public AddRect ( double x, double y, double w, double h ) : Qyoto.QGraphicsRectItem
x double
y double
w double
h double
리턴 Qyoto.QGraphicsRectItem

AddRect() 공개 메소드

public AddRect ( double x, double y, double w, double h, QPen pen ) : Qyoto.QGraphicsRectItem
x double
y double
w double
h double
pen QPen
리턴 Qyoto.QGraphicsRectItem

AddRect() 공개 메소드

public AddRect ( double x, double y, double w, double h, QPen pen, QBrush brush ) : Qyoto.QGraphicsRectItem
x double
y double
w double
h double
pen QPen
brush QBrush
리턴 Qyoto.QGraphicsRectItem

AddSimpleText() 공개 메소드

public AddSimpleText ( string text ) : Qyoto.QGraphicsSimpleTextItem
text string
리턴 Qyoto.QGraphicsSimpleTextItem

AddSimpleText() 공개 메소드

public AddSimpleText ( string text, QFont font ) : QGraphicsSimpleTextItem
text string
font QFont
리턴 QGraphicsSimpleTextItem

AddText() 공개 메소드

public AddText ( string text ) : QGraphicsTextItem
text string
리턴 QGraphicsTextItem

AddText() 공개 메소드

public AddText ( string text, QFont font ) : QGraphicsTextItem
text string
font QFont
리턴 QGraphicsTextItem

AddWidget() 공개 메소드

public AddWidget ( QWidget widget ) : QGraphicsProxyWidget
widget QWidget
리턴 QGraphicsProxyWidget

AddWidget() 공개 메소드

public AddWidget ( QWidget widget, uint wFlags ) : QGraphicsProxyWidget
widget QWidget
wFlags uint
리턴 QGraphicsProxyWidget

ClearFocus() 공개 메소드

public ClearFocus ( ) : void
리턴 void

CollidingItems() 공개 메소드

public CollidingItems ( IQGraphicsItem item ) : List
item IQGraphicsItem
리턴 List

CollidingItems() 공개 메소드

public CollidingItems ( IQGraphicsItem item, Qt mode ) : List
item IQGraphicsItem
mode Qt
리턴 List

CreateItemGroup() 공개 메소드

public CreateItemGroup ( List items ) : QGraphicsItemGroup
items List
리턴 QGraphicsItemGroup

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

DestroyItemGroup() 공개 메소드

public DestroyItemGroup ( QGraphicsItemGroup group ) : void
group QGraphicsItemGroup
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FocusItem() 공개 메소드

public FocusItem ( ) : IQGraphicsItem
리턴 IQGraphicsItem

HasFocus() 공개 메소드

public HasFocus ( ) : bool
리턴 bool

Height() 공개 메소드

public Height ( ) : double
리턴 double

Invalidate() 공개 메소드

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

Invalidate() 공개 메소드

public Invalidate ( double x, double y, double w, double h, uint layers ) : void
x double
y double
w double
h double
layers uint
리턴 void

IsActive() 공개 메소드

public IsActive ( ) : bool
리턴 bool

ItemAt() 공개 메소드

public ItemAt ( QPointF pos ) : IQGraphicsItem
pos QPointF
리턴 IQGraphicsItem

ItemAt() 공개 메소드

public ItemAt ( QPointF pos, QTransform deviceTransform ) : IQGraphicsItem
pos QPointF
deviceTransform QTransform
리턴 IQGraphicsItem

ItemAt() 공개 메소드

public ItemAt ( double x, double y ) : IQGraphicsItem
x double
y double
리턴 IQGraphicsItem

ItemAt() 공개 메소드

public ItemAt ( double x, double y, QTransform deviceTransform ) : IQGraphicsItem
x double
y double
deviceTransform QTransform
리턴 IQGraphicsItem

Items() 공개 메소드

public Items ( ) : List
리턴 List

Items() 공개 메소드

public Items ( QPainterPath path ) : List
path QPainterPath
리턴 List

Items() 공개 메소드

public Items ( QPainterPath path, Qt mode ) : List
path QPainterPath
mode Qt
리턴 List

Items() 공개 메소드

public Items ( QPainterPath path, Qt mode, Qt order ) : List
path QPainterPath
mode Qt
order Qt
리턴 List

Items() 공개 메소드

public Items ( QPainterPath path, Qt mode, Qt order, QTransform deviceTransform ) : List
path QPainterPath
mode Qt
order Qt
deviceTransform QTransform
리턴 List

Items() 공개 메소드

public Items ( QPointF pos ) : List
pos QPointF
리턴 List

Items() 공개 메소드

public Items ( QPointF pos, Qt mode, Qt order ) : List
pos QPointF
mode Qt
order Qt
리턴 List

Items() 공개 메소드

public Items ( QPointF pos, Qt mode, Qt order, QTransform deviceTransform ) : List
pos QPointF
mode Qt
order Qt
deviceTransform QTransform
리턴 List

Items() 공개 메소드

public Items ( QPolygonF polygon ) : List
polygon QPolygonF
리턴 List

Items() 공개 메소드

public Items ( QPolygonF polygon, Qt mode ) : List
polygon QPolygonF
mode Qt
리턴 List

Items() 공개 메소드

public Items ( QPolygonF polygon, Qt mode, Qt order ) : List
polygon QPolygonF
mode Qt
order Qt
리턴 List

Items() 공개 메소드

public Items ( QPolygonF polygon, Qt mode, Qt order, QTransform deviceTransform ) : List
polygon QPolygonF
mode Qt
order Qt
deviceTransform QTransform
리턴 List

Items() 공개 메소드

public Items ( QRectF rect ) : List
rect QRectF
리턴 List

Items() 공개 메소드

public Items ( QRectF rect, Qt mode ) : List
rect QRectF
mode Qt
리턴 List

Items() 공개 메소드

public Items ( QRectF rect, Qt mode, Qt order ) : List
rect QRectF
mode Qt
order Qt
리턴 List

Items() 공개 메소드

public Items ( QRectF rect, Qt mode, Qt order, QTransform deviceTransform ) : List
rect QRectF
mode Qt
order Qt
deviceTransform QTransform
리턴 List

Items() 공개 메소드

public Items ( Qt order ) : List
order Qt
리턴 List

Items() 공개 메소드

public Items ( double x, double y, double w, double h ) : List
x double
y double
w double
h double
리턴 List

Items() 공개 메소드

public Items ( double x, double y, double w, double h, Qt mode ) : List
x double
y double
w double
h double
mode Qt
리턴 List

Items() 공개 메소드

public Items ( double x, double y, double w, double h, Qt mode, Qt order ) : List
x double
y double
w double
h double
mode Qt
order Qt
리턴 List

Items() 공개 메소드

public Items ( double x, double y, double w, double h, Qt mode, Qt order, QTransform deviceTransform ) : List
x double
y double
w double
h double
mode Qt
order Qt
deviceTransform QTransform
리턴 List

ItemsBoundingRect() 공개 메소드

public ItemsBoundingRect ( ) : QRectF
리턴 QRectF

MouseGrabberItem() 공개 메소드

public MouseGrabberItem ( ) : IQGraphicsItem
리턴 IQGraphicsItem

QGraphicsScene() 공개 메소드

public QGraphicsScene ( QObject parent ) : System
parent QObject
리턴 System

QGraphicsScene() 공개 메소드

public QGraphicsScene ( QRectF sceneRect ) : System
sceneRect QRectF
리턴 System

QGraphicsScene() 공개 메소드

public QGraphicsScene ( QRectF sceneRect, QObject parent ) : System
sceneRect QRectF
parent QObject
리턴 System

QGraphicsScene() 보호된 메소드

protected QGraphicsScene ( Type dummy ) : System
dummy Type
리턴 System

QGraphicsScene() 공개 메소드

public QGraphicsScene ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
리턴 System

QGraphicsScene() 공개 메소드

public QGraphicsScene ( double x, double y, double width, double height, QObject parent ) : System
x double
y double
width double
height double
parent QObject
리턴 System

RemoveItem() 공개 메소드

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

Render() 공개 메소드

public Render ( QPainter painter ) : void
painter QPainter
리턴 void

Render() 공개 메소드

public Render ( QPainter painter, QRectF target ) : void
painter QPainter
target QRectF
리턴 void

Render() 공개 메소드

public Render ( QPainter painter, QRectF target, QRectF source ) : void
painter QPainter
target QRectF
source QRectF
리턴 void

Render() 공개 메소드

public Render ( QPainter painter, QRectF target, QRectF source, Qt aspectRatioMode ) : void
painter QPainter
target QRectF
source QRectF
aspectRatioMode Qt
리턴 void

SelectedItems() 공개 메소드

public SelectedItems ( ) : List
리턴 List

SelectionArea() 공개 메소드

public SelectionArea ( ) : QPainterPath
리턴 QPainterPath

SendEvent() 공개 메소드

public SendEvent ( IQGraphicsItem item, QEvent arg2 ) : bool
item IQGraphicsItem
arg2 QEvent
리턴 bool

SetActivePanel() 공개 메소드

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

SetActiveWindow() 공개 메소드

public SetActiveWindow ( QGraphicsWidget widget ) : void
widget QGraphicsWidget
리턴 void

SetFocus() 공개 메소드

public SetFocus ( ) : void
리턴 void

SetFocus() 공개 메소드

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

SetFocusItem() 공개 메소드

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

SetFocusItem() 공개 메소드

public SetFocusItem ( IQGraphicsItem item, Qt focusReason ) : void
item IQGraphicsItem
focusReason Qt
리턴 void

SetSceneRect() 공개 메소드

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

SetSelectionArea() 공개 메소드

public SetSelectionArea ( QPainterPath path ) : void
path QPainterPath
리턴 void

SetSelectionArea() 공개 메소드

public SetSelectionArea ( QPainterPath path, QTransform deviceTransform ) : void
path QPainterPath
deviceTransform QTransform
리턴 void

SetSelectionArea() 공개 메소드

public SetSelectionArea ( QPainterPath path, Qt mode ) : void
path QPainterPath
mode Qt
리턴 void

SetSelectionArea() 공개 메소드

public SetSelectionArea ( QPainterPath path, Qt mode, QTransform deviceTransform ) : void
path QPainterPath
mode Qt
deviceTransform QTransform
리턴 void

SetStyle() 공개 메소드

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

Style() 공개 메소드

public Style ( ) : QStyle
리턴 QStyle

Tr() 공개 정적인 메소드

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

Tr() 공개 정적인 메소드

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

Update() 공개 메소드

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

Views() 공개 메소드

public Views ( ) : List
리턴 List

Width() 공개 메소드

public Width ( ) : double
리턴 double