C# Class Plasma.ItemBackground

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

Private Properties

Property Type Description
EventFilter bool
ItemChange Qyoto.QVariant
Paint void
ResizeEvent void
SceneEventFilter bool

Public Methods

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

Protected Methods

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

Private Methods

Method Description
EventFilter ( QObject watched, Qyoto.QEvent arg2 ) : bool
ItemChange ( QGraphicsItem change, Qyoto.QVariant value ) : Qyoto.QVariant
Paint ( QPainter painter, QStyleOptionGraphicsItem option, QWidget widget ) : void
ResizeEvent ( Qyoto.QGraphicsSceneResizeEvent arg1 ) : void
SceneEventFilter ( IQGraphicsItem watched, Qyoto.QEvent arg2 ) : bool

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

ItemBackground() public method

public ItemBackground ( ) : System
return System

ItemBackground() public method

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

ItemBackground() protected method

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