C# Class Plasma.LineEdit

Inheritance: Qyoto.QGraphicsProxyWidget, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
ChangeEvent void
HoverEnterEvent void
HoverLeaveEvent void
Paint void

Public Methods

Method Description
Dispose ( ) : void
LineEdit ( ) : System
LineEdit ( QGraphicsWidget parent ) : System

Protected Methods

Method Description
CreateProxy ( ) : void
LineEdit ( 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, QWidget widget ) : void

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

LineEdit() public method

public LineEdit ( ) : System
return System

LineEdit() public method

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

LineEdit() protected method

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