C# Класс Plasma.PushButton

Наследование: Qyoto.QGraphicsProxyWidget, IDisposable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ChangeEvent void
HoverEnterEvent void
HoverLeaveEvent void
Paint void
Paint void
ResizeEvent void
SizeHint Qyoto.QSizeF

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
CreateProxy ( ) : void
PushButton ( Type dummy ) : System

Приватные методы

Метод Описание
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

Описание методов

CreateProxy() защищенный Метод

protected CreateProxy ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

PushButton() публичный Метод

public PushButton ( ) : System
Результат System

PushButton() публичный Метод

public PushButton ( QGraphicsWidget parent ) : System
parent Qyoto.QGraphicsWidget
Результат System

PushButton() защищенный Метод

protected PushButton ( Type dummy ) : System
dummy System.Type
Результат System

SetImage() публичный Метод

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
Результат void