C# Class Plasma.SvgWidget

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

Private Properties

Property Type Description
MouseReleaseEvent void
Paint void
SizeHint Qyoto.QSizeF

Public Methods

Method Description
Dispose ( ) : void
SvgWidget ( ) : System
SvgWidget ( IQGraphicsItem parent ) : System
SvgWidget ( IQGraphicsItem parent, uint wFlags ) : System
SvgWidget ( Plasma svg ) : System
SvgWidget ( Plasma svg, string elementID ) : System
SvgWidget ( Plasma svg, string elementID, IQGraphicsItem parent ) : System
SvgWidget ( Plasma svg, string elementID, IQGraphicsItem parent, uint wFlags ) : System

Protected Methods

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

Private Methods

Method Description
MouseReleaseEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void
Paint ( QPainter painter, QStyleOptionGraphicsItem option, QWidget widget ) : 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

SvgWidget() public method

public SvgWidget ( ) : System
return System

SvgWidget() public method

public SvgWidget ( IQGraphicsItem parent ) : System
parent IQGraphicsItem
return System

SvgWidget() public method

public SvgWidget ( IQGraphicsItem parent, uint wFlags ) : System
parent IQGraphicsItem
wFlags uint
return System

SvgWidget() public method

public SvgWidget ( Plasma svg ) : System
svg Plasma
return System

SvgWidget() public method

public SvgWidget ( Plasma svg, string elementID ) : System
svg Plasma
elementID string
return System

SvgWidget() public method

public SvgWidget ( Plasma svg, string elementID, IQGraphicsItem parent ) : System
svg Plasma
elementID string
parent IQGraphicsItem
return System

SvgWidget() public method

public SvgWidget ( Plasma svg, string elementID, IQGraphicsItem parent, uint wFlags ) : System
svg Plasma
elementID string
parent IQGraphicsItem
wFlags uint
return System

SvgWidget() protected method

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