C# Class Plasma.PushButton

Inheritance: Qyoto.QGraphicsProxyWidget, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Private Properties

Свойство Type Description
ChangeEvent void
HoverEnterEvent void
HoverLeaveEvent void
Paint void
Paint void
ResizeEvent void
SizeHint Qyoto.QSizeF

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PushButton() public méthode

public PushButton ( ) : System
Résultat System

PushButton() public méthode

public PushButton ( QGraphicsWidget parent ) : System
parent Qyoto.QGraphicsWidget
Résultat System

PushButton() protected méthode

protected PushButton ( Type dummy ) : System
dummy System.Type
Résultat System

SetImage() public méthode

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