C# Class Qyoto.QGraphicsScene

Inheritance: QObject, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QGraphicsScene ( Type dummy ) : System

Private Methods

Méthode Description
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

Method Details

ActivePanel() public méthode

public ActivePanel ( ) : IQGraphicsItem
Résultat IQGraphicsItem

ActiveWindow() public méthode

public ActiveWindow ( ) : QGraphicsWidget
Résultat QGraphicsWidget

AddEllipse() public méthode

public AddEllipse ( Qyoto.QRectF rect ) : QGraphicsEllipseItem
rect Qyoto.QRectF
Résultat QGraphicsEllipseItem

AddEllipse() public méthode

public AddEllipse ( Qyoto.QRectF rect, QPen pen ) : QGraphicsEllipseItem
rect Qyoto.QRectF
pen QPen
Résultat QGraphicsEllipseItem

AddEllipse() public méthode

public AddEllipse ( Qyoto.QRectF rect, QPen pen, QBrush brush ) : QGraphicsEllipseItem
rect Qyoto.QRectF
pen QPen
brush QBrush
Résultat QGraphicsEllipseItem

AddEllipse() public méthode

public AddEllipse ( double x, double y, double w, double h ) : QGraphicsEllipseItem
x double
y double
w double
h double
Résultat QGraphicsEllipseItem

AddEllipse() public méthode

public AddEllipse ( double x, double y, double w, double h, QPen pen ) : QGraphicsEllipseItem
x double
y double
w double
h double
pen QPen
Résultat QGraphicsEllipseItem

AddEllipse() public méthode

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
Résultat QGraphicsEllipseItem

AddItem() public méthode

public AddItem ( IQGraphicsItem item ) : void
item IQGraphicsItem
Résultat void

AddLine() public méthode

public AddLine ( QLineF line ) : Qyoto.QGraphicsLineItem
line QLineF
Résultat Qyoto.QGraphicsLineItem

AddLine() public méthode

public AddLine ( QLineF line, QPen pen ) : Qyoto.QGraphicsLineItem
line QLineF
pen QPen
Résultat Qyoto.QGraphicsLineItem

AddLine() public méthode

public AddLine ( double x1, double y1, double x2, double y2 ) : Qyoto.QGraphicsLineItem
x1 double
y1 double
x2 double
y2 double
Résultat Qyoto.QGraphicsLineItem

AddLine() public méthode

public AddLine ( double x1, double y1, double x2, double y2, QPen pen ) : Qyoto.QGraphicsLineItem
x1 double
y1 double
x2 double
y2 double
pen QPen
Résultat Qyoto.QGraphicsLineItem

AddPath() public méthode

public AddPath ( QPainterPath path ) : Qyoto.QGraphicsPathItem
path QPainterPath
Résultat Qyoto.QGraphicsPathItem

AddPath() public méthode

public AddPath ( QPainterPath path, QPen pen ) : Qyoto.QGraphicsPathItem
path QPainterPath
pen QPen
Résultat Qyoto.QGraphicsPathItem

AddPath() public méthode

public AddPath ( QPainterPath path, QPen pen, QBrush brush ) : Qyoto.QGraphicsPathItem
path QPainterPath
pen QPen
brush QBrush
Résultat Qyoto.QGraphicsPathItem

AddPixmap() public méthode

public AddPixmap ( QPixmap pixmap ) : QGraphicsPixmapItem
pixmap QPixmap
Résultat QGraphicsPixmapItem

AddPolygon() public méthode

public AddPolygon ( QPolygonF polygon ) : Qyoto.QGraphicsPolygonItem
polygon QPolygonF
Résultat Qyoto.QGraphicsPolygonItem

AddPolygon() public méthode

public AddPolygon ( QPolygonF polygon, QPen pen ) : Qyoto.QGraphicsPolygonItem
polygon QPolygonF
pen QPen
Résultat Qyoto.QGraphicsPolygonItem

AddPolygon() public méthode

public AddPolygon ( QPolygonF polygon, QPen pen, QBrush brush ) : Qyoto.QGraphicsPolygonItem
polygon QPolygonF
pen QPen
brush QBrush
Résultat Qyoto.QGraphicsPolygonItem

AddRect() public méthode

public AddRect ( Qyoto.QRectF rect ) : Qyoto.QGraphicsRectItem
rect Qyoto.QRectF
Résultat Qyoto.QGraphicsRectItem

AddRect() public méthode

public AddRect ( Qyoto.QRectF rect, QPen pen ) : Qyoto.QGraphicsRectItem
rect Qyoto.QRectF
pen QPen
Résultat Qyoto.QGraphicsRectItem

AddRect() public méthode

public AddRect ( Qyoto.QRectF rect, QPen pen, QBrush brush ) : Qyoto.QGraphicsRectItem
rect Qyoto.QRectF
pen QPen
brush QBrush
Résultat Qyoto.QGraphicsRectItem

AddRect() public méthode

public AddRect ( double x, double y, double w, double h ) : Qyoto.QGraphicsRectItem
x double
y double
w double
h double
Résultat Qyoto.QGraphicsRectItem

AddRect() public méthode

public AddRect ( double x, double y, double w, double h, QPen pen ) : Qyoto.QGraphicsRectItem
x double
y double
w double
h double
pen QPen
Résultat Qyoto.QGraphicsRectItem

AddRect() public méthode

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
Résultat Qyoto.QGraphicsRectItem

AddSimpleText() public méthode

public AddSimpleText ( string text ) : Qyoto.QGraphicsSimpleTextItem
text string
Résultat Qyoto.QGraphicsSimpleTextItem

AddSimpleText() public méthode

public AddSimpleText ( string text, QFont font ) : QGraphicsSimpleTextItem
text string
font QFont
Résultat QGraphicsSimpleTextItem

AddText() public méthode

public AddText ( string text ) : QGraphicsTextItem
text string
Résultat QGraphicsTextItem

AddText() public méthode

public AddText ( string text, QFont font ) : QGraphicsTextItem
text string
font QFont
Résultat QGraphicsTextItem

AddWidget() public méthode

public AddWidget ( QWidget widget ) : QGraphicsProxyWidget
widget QWidget
Résultat QGraphicsProxyWidget

AddWidget() public méthode

public AddWidget ( QWidget widget, uint wFlags ) : QGraphicsProxyWidget
widget QWidget
wFlags uint
Résultat QGraphicsProxyWidget

ClearFocus() public méthode

public ClearFocus ( ) : void
Résultat void

CollidingItems() public méthode

public CollidingItems ( IQGraphicsItem item ) : List
item IQGraphicsItem
Résultat List

CollidingItems() public méthode

public CollidingItems ( IQGraphicsItem item, Qt mode ) : List
item IQGraphicsItem
mode Qt
Résultat List

CreateItemGroup() public méthode

public CreateItemGroup ( List items ) : QGraphicsItemGroup
items List
Résultat QGraphicsItemGroup

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

DestroyItemGroup() public méthode

public DestroyItemGroup ( QGraphicsItemGroup group ) : void
group QGraphicsItemGroup
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FocusItem() public méthode

public FocusItem ( ) : IQGraphicsItem
Résultat IQGraphicsItem

HasFocus() public méthode

public HasFocus ( ) : bool
Résultat bool

Height() public méthode

public Height ( ) : double
Résultat double

Invalidate() public méthode

public Invalidate ( double x, double y, double w, double h ) : void
x double
y double
w double
h double
Résultat void

Invalidate() public méthode

public Invalidate ( double x, double y, double w, double h, uint layers ) : void
x double
y double
w double
h double
layers uint
Résultat void

IsActive() public méthode

public IsActive ( ) : bool
Résultat bool

ItemAt() public méthode

public ItemAt ( QPointF pos ) : IQGraphicsItem
pos QPointF
Résultat IQGraphicsItem

ItemAt() public méthode

public ItemAt ( QPointF pos, QTransform deviceTransform ) : IQGraphicsItem
pos QPointF
deviceTransform QTransform
Résultat IQGraphicsItem

ItemAt() public méthode

public ItemAt ( double x, double y ) : IQGraphicsItem
x double
y double
Résultat IQGraphicsItem

ItemAt() public méthode

public ItemAt ( double x, double y, QTransform deviceTransform ) : IQGraphicsItem
x double
y double
deviceTransform QTransform
Résultat IQGraphicsItem

Items() public méthode

public Items ( ) : List
Résultat List

Items() public méthode

public Items ( QPainterPath path ) : List
path QPainterPath
Résultat List

Items() public méthode

public Items ( QPainterPath path, Qt mode ) : List
path QPainterPath
mode Qt
Résultat List

Items() public méthode

public Items ( QPainterPath path, Qt mode, Qt order ) : List
path QPainterPath
mode Qt
order Qt
Résultat List

Items() public méthode

public Items ( QPainterPath path, Qt mode, Qt order, QTransform deviceTransform ) : List
path QPainterPath
mode Qt
order Qt
deviceTransform QTransform
Résultat List

Items() public méthode

public Items ( QPointF pos ) : List
pos QPointF
Résultat List

Items() public méthode

public Items ( QPointF pos, Qt mode, Qt order ) : List
pos QPointF
mode Qt
order Qt
Résultat List

Items() public méthode

public Items ( QPointF pos, Qt mode, Qt order, QTransform deviceTransform ) : List
pos QPointF
mode Qt
order Qt
deviceTransform QTransform
Résultat List

Items() public méthode

public Items ( QPolygonF polygon ) : List
polygon QPolygonF
Résultat List

Items() public méthode

public Items ( QPolygonF polygon, Qt mode ) : List
polygon QPolygonF
mode Qt
Résultat List

Items() public méthode

public Items ( QPolygonF polygon, Qt mode, Qt order ) : List
polygon QPolygonF
mode Qt
order Qt
Résultat List

Items() public méthode

public Items ( QPolygonF polygon, Qt mode, Qt order, QTransform deviceTransform ) : List
polygon QPolygonF
mode Qt
order Qt
deviceTransform QTransform
Résultat List

Items() public méthode

public Items ( QRectF rect ) : List
rect QRectF
Résultat List

Items() public méthode

public Items ( QRectF rect, Qt mode ) : List
rect QRectF
mode Qt
Résultat List

Items() public méthode

public Items ( QRectF rect, Qt mode, Qt order ) : List
rect QRectF
mode Qt
order Qt
Résultat List

Items() public méthode

public Items ( QRectF rect, Qt mode, Qt order, QTransform deviceTransform ) : List
rect QRectF
mode Qt
order Qt
deviceTransform QTransform
Résultat List

Items() public méthode

public Items ( Qt order ) : List
order Qt
Résultat List

Items() public méthode

public Items ( double x, double y, double w, double h ) : List
x double
y double
w double
h double
Résultat List

Items() public méthode

public Items ( double x, double y, double w, double h, Qt mode ) : List
x double
y double
w double
h double
mode Qt
Résultat List

Items() public méthode

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
Résultat List

Items() public méthode

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
Résultat List

ItemsBoundingRect() public méthode

public ItemsBoundingRect ( ) : QRectF
Résultat QRectF

MouseGrabberItem() public méthode

public MouseGrabberItem ( ) : IQGraphicsItem
Résultat IQGraphicsItem

QGraphicsScene() public méthode

public QGraphicsScene ( QObject parent ) : System
parent QObject
Résultat System

QGraphicsScene() public méthode

public QGraphicsScene ( QRectF sceneRect ) : System
sceneRect QRectF
Résultat System

QGraphicsScene() public méthode

public QGraphicsScene ( QRectF sceneRect, QObject parent ) : System
sceneRect QRectF
parent QObject
Résultat System

QGraphicsScene() protected méthode

protected QGraphicsScene ( Type dummy ) : System
dummy Type
Résultat System

QGraphicsScene() public méthode

public QGraphicsScene ( double x, double y, double width, double height ) : System
x double
y double
width double
height double
Résultat System

QGraphicsScene() public méthode

public QGraphicsScene ( double x, double y, double width, double height, QObject parent ) : System
x double
y double
width double
height double
parent QObject
Résultat System

RemoveItem() public méthode

public RemoveItem ( IQGraphicsItem item ) : void
item IQGraphicsItem
Résultat void

Render() public méthode

public Render ( QPainter painter ) : void
painter QPainter
Résultat void

Render() public méthode

public Render ( QPainter painter, QRectF target ) : void
painter QPainter
target QRectF
Résultat void

Render() public méthode

public Render ( QPainter painter, QRectF target, QRectF source ) : void
painter QPainter
target QRectF
source QRectF
Résultat void

Render() public méthode

public Render ( QPainter painter, QRectF target, QRectF source, Qt aspectRatioMode ) : void
painter QPainter
target QRectF
source QRectF
aspectRatioMode Qt
Résultat void

SelectedItems() public méthode

public SelectedItems ( ) : List
Résultat List

SelectionArea() public méthode

public SelectionArea ( ) : QPainterPath
Résultat QPainterPath

SendEvent() public méthode

public SendEvent ( IQGraphicsItem item, QEvent arg2 ) : bool
item IQGraphicsItem
arg2 QEvent
Résultat bool

SetActivePanel() public méthode

public SetActivePanel ( IQGraphicsItem item ) : void
item IQGraphicsItem
Résultat void

SetActiveWindow() public méthode

public SetActiveWindow ( QGraphicsWidget widget ) : void
widget QGraphicsWidget
Résultat void

SetFocus() public méthode

public SetFocus ( ) : void
Résultat void

SetFocus() public méthode

public SetFocus ( Qt focusReason ) : void
focusReason Qt
Résultat void

SetFocusItem() public méthode

public SetFocusItem ( IQGraphicsItem item ) : void
item IQGraphicsItem
Résultat void

SetFocusItem() public méthode

public SetFocusItem ( IQGraphicsItem item, Qt focusReason ) : void
item IQGraphicsItem
focusReason Qt
Résultat void

SetSceneRect() public méthode

public SetSceneRect ( double x, double y, double w, double h ) : void
x double
y double
w double
h double
Résultat void

SetSelectionArea() public méthode

public SetSelectionArea ( QPainterPath path ) : void
path QPainterPath
Résultat void

SetSelectionArea() public méthode

public SetSelectionArea ( QPainterPath path, QTransform deviceTransform ) : void
path QPainterPath
deviceTransform QTransform
Résultat void

SetSelectionArea() public méthode

public SetSelectionArea ( QPainterPath path, Qt mode ) : void
path QPainterPath
mode Qt
Résultat void

SetSelectionArea() public méthode

public SetSelectionArea ( QPainterPath path, Qt mode, QTransform deviceTransform ) : void
path QPainterPath
mode Qt
deviceTransform QTransform
Résultat void

SetStyle() public méthode

public SetStyle ( QStyle style ) : void
style QStyle
Résultat void

Style() public méthode

public Style ( ) : QStyle
Résultat QStyle

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string

Update() public méthode

public Update ( double x, double y, double w, double h ) : void
x double
y double
w double
h double
Résultat void

Views() public méthode

public Views ( ) : List
Résultat List

Width() public méthode

public Width ( ) : double
Résultat double