Property | Type | Description | |
---|---|---|---|
ChangeEvent | void | ||
HoverEnterEvent | void | ||
HoverLeaveEvent | void | ||
Paint | void | ||
Paint | void | ||
ResizeEvent | void | ||
SizeHint | Qyoto.QSizeF |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
PushButton ( ) : System | ||
PushButton ( |
||
SetImage ( string path, string elementid ) : void | Sets the path to an svg image to display and the id of the used svg element, if necessary. @arg path the path to the image; if a relative path, then a themed image will be loaded. @arg elementid the id of a svg element. |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
PushButton ( |
Method | Description | |
---|---|---|
ChangeEvent ( Qyoto.QEvent arg1 ) : void | ||
HoverEnterEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void | ||
HoverLeaveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void | ||
Paint ( |
||
Paint ( |
||
ResizeEvent ( Qyoto.QGraphicsSceneResizeEvent arg1 ) : void | ||
SizeHint ( |
public PushButton ( |
||
parent | ||
return | System |
protected PushButton ( |
||
dummy | ||
return | System |
public SetImage ( string path, string elementid ) : void | ||
path | string | |
elementid | string | |
return | void |