C# Class Qyoto.QGraphicsAnchor

Inheritance: QObject
显示文件 Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
QGraphicsAnchor System

Public Methods

Method Description
Tr ( string s ) : string
Tr ( string s, string c ) : string
UnsetSpacing ( ) : void

Protected Methods

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

Private Methods

Method Description
QGraphicsAnchor ( ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

QGraphicsAnchor() protected method

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

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string

UnsetSpacing() public method

public UnsetSpacing ( ) : void
return void