C# Class Plasma.PushButton

Inheritance: Qyoto.QGraphicsProxyWidget, IDisposable
Show file Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
ChangeEvent void
HoverEnterEvent void
HoverLeaveEvent void
Paint void
Paint void
ResizeEvent void
SizeHint Qyoto.QSizeF

Public Methods

Method Description
Dispose ( ) : void
PushButton ( ) : System
PushButton ( QGraphicsWidget parent ) : System
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.

Protected Methods

Method Description
CreateProxy ( ) : void
PushButton ( Type dummy ) : System

Private Methods

Method Description
ChangeEvent ( Qyoto.QEvent arg1 ) : void
HoverEnterEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
HoverLeaveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
Paint ( QPainter painter, QStyleOptionGraphicsItem option ) : void
Paint ( QPainter painter, QStyleOptionGraphicsItem option, QWidget widget ) : void
ResizeEvent ( Qyoto.QGraphicsSceneResizeEvent arg1 ) : void
SizeHint ( Qt which, Qyoto.QSizeF constraint ) : Qyoto.QSizeF

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

PushButton() public method

public PushButton ( ) : System
return System

PushButton() public method

public PushButton ( QGraphicsWidget parent ) : System
parent Qyoto.QGraphicsWidget
return System

PushButton() protected method

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

SetImage() public method

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.
public SetImage ( string path, string elementid ) : void
path string
elementid string
return void