C# Class Plasma.Frame

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

Private Properties

Property Type Description
ChangeEvent void
Paint void
Paint void
ResizeEvent void
SizeHint Qyoto.QSizeF

Public Methods

Method Description
Dispose ( ) : void
EnabledBorders ( ) : uint Convenience method to get the enabled borders
Frame ( ) : System
Frame ( QGraphicsWidget parent ) : System Constructs a new Frame @arg parent the parent of this widget
NativeWidget ( ) : QWidget
SetEnabledBorders ( uint borders ) : void Sets what borders should be painted @arg flags borders we want to paint

Protected Methods

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

Private Methods

Method Description
ChangeEvent ( Qyoto.QEvent 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 method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

EnabledBorders() public method

Convenience method to get the enabled borders
public EnabledBorders ( ) : uint
return uint

Frame() public method

public Frame ( ) : System
return System

Frame() public method

Constructs a new Frame @arg parent the parent of this widget
public Frame ( QGraphicsWidget parent ) : System
parent Qyoto.QGraphicsWidget
return System

Frame() protected method

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

NativeWidget() public method

public NativeWidget ( ) : QWidget
return Qyoto.QWidget

SetEnabledBorders() public method

Sets what borders should be painted @arg flags borders we want to paint
public SetEnabledBorders ( uint borders ) : void
borders uint
return void