C# Class Qyoto.QFontMetrics

Inheritance: Object, IDisposable
显示文件 Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
Ascent ( ) : int
AverageCharWidth ( ) : int
BoundingRect ( QChar arg1 ) : Qyoto.QRect
BoundingRect ( Qyoto.QRect r, int flags, string text ) : Qyoto.QRect
BoundingRect ( Qyoto.QRect r, int flags, string text, int tabstops ) : Qyoto.QRect
BoundingRect ( Qyoto.QRect r, int flags, string text, int tabstops, int &tabarray ) : Qyoto.QRect
BoundingRect ( int x, int y, int w, int h, int flags, string text ) : QRect
BoundingRect ( int x, int y, int w, int h, int flags, string text, int tabstops ) : QRect
BoundingRect ( int x, int y, int w, int h, int flags, string text, int tabstops, int &tabarray ) : QRect
BoundingRect ( string text ) : QRect
CharWidth ( string str, int pos ) : int
Descent ( ) : int
Dispose ( ) : void
ElidedText ( string text, Qt mode, int width ) : string
ElidedText ( string text, Qt mode, int width, int flags ) : string
Equals ( object o ) : bool
GetHashCode ( ) : int
Height ( ) : int
InFont ( QChar arg1 ) : bool
Leading ( ) : int
LeftBearing ( QChar arg1 ) : int
LineSpacing ( ) : int
LineWidth ( ) : int
MaxWidth ( ) : int
MinLeftBearing ( ) : int
MinRightBearing ( ) : int
OverlinePos ( ) : int
QFontMetrics ( QFont arg1 ) : System
QFontMetrics ( QFont arg1, IQPaintDevice pd ) : System
QFontMetrics ( QFontMetrics arg1 ) : System
RightBearing ( QChar arg1 ) : int
Size ( int flags, string str ) : QSize
Size ( int flags, string str, int tabstops ) : QSize
Size ( int flags, string str, int tabstops, int &tabarray ) : QSize
StrikeOutPos ( ) : int
TightBoundingRect ( string text ) : QRect
UnderlinePos ( ) : int
Width ( QChar arg1 ) : int
Width ( string arg1 ) : int
Width ( string arg1, int len ) : int
XHeight ( ) : int
operator ( ) : bool

Protected Methods

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

Private Methods

Method Description
QFontMetrics ( ) : System

Method Details

Ascent() public method

public Ascent ( ) : int
return int

AverageCharWidth() public method

public AverageCharWidth ( ) : int
return int

BoundingRect() public method

public BoundingRect ( QChar arg1 ) : Qyoto.QRect
arg1 QChar
return Qyoto.QRect

BoundingRect() public method

public BoundingRect ( Qyoto.QRect r, int flags, string text ) : Qyoto.QRect
r Qyoto.QRect
flags int
text string
return Qyoto.QRect

BoundingRect() public method

public BoundingRect ( Qyoto.QRect r, int flags, string text, int tabstops ) : Qyoto.QRect
r Qyoto.QRect
flags int
text string
tabstops int
return Qyoto.QRect

BoundingRect() public method

public BoundingRect ( Qyoto.QRect r, int flags, string text, int tabstops, int &tabarray ) : Qyoto.QRect
r Qyoto.QRect
flags int
text string
tabstops int
tabarray int
return Qyoto.QRect

BoundingRect() public method

public BoundingRect ( int x, int y, int w, int h, int flags, string text ) : QRect
x int
y int
w int
h int
flags int
text string
return QRect

BoundingRect() public method

public BoundingRect ( int x, int y, int w, int h, int flags, string text, int tabstops ) : QRect
x int
y int
w int
h int
flags int
text string
tabstops int
return QRect

BoundingRect() public method

public BoundingRect ( int x, int y, int w, int h, int flags, string text, int tabstops, int &tabarray ) : QRect
x int
y int
w int
h int
flags int
text string
tabstops int
tabarray int
return QRect

BoundingRect() public method

public BoundingRect ( string text ) : QRect
text string
return QRect

CharWidth() public method

public CharWidth ( string str, int pos ) : int
str string
pos int
return int

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Descent() public method

public Descent ( ) : int
return int

Dispose() public method

public Dispose ( ) : void
return void

ElidedText() public method

public ElidedText ( string text, Qt mode, int width ) : string
text string
mode Qt
width int
return string

ElidedText() public method

public ElidedText ( string text, Qt mode, int width, int flags ) : string
text string
mode Qt
width int
flags int
return string

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Height() public method

public Height ( ) : int
return int

InFont() public method

public InFont ( QChar arg1 ) : bool
arg1 QChar
return bool

Leading() public method

public Leading ( ) : int
return int

LeftBearing() public method

public LeftBearing ( QChar arg1 ) : int
arg1 QChar
return int

LineSpacing() public method

public LineSpacing ( ) : int
return int

LineWidth() public method

public LineWidth ( ) : int
return int

MaxWidth() public method

public MaxWidth ( ) : int
return int

MinLeftBearing() public method

public MinLeftBearing ( ) : int
return int

MinRightBearing() public method

public MinRightBearing ( ) : int
return int

OverlinePos() public method

public OverlinePos ( ) : int
return int

QFontMetrics() public method

public QFontMetrics ( QFont arg1 ) : System
arg1 QFont
return System

QFontMetrics() public method

public QFontMetrics ( QFont arg1, IQPaintDevice pd ) : System
arg1 QFont
pd IQPaintDevice
return System

QFontMetrics() public method

public QFontMetrics ( QFontMetrics arg1 ) : System
arg1 QFontMetrics
return System

QFontMetrics() protected method

protected QFontMetrics ( Type dummy ) : System
dummy Type
return System

RightBearing() public method

public RightBearing ( QChar arg1 ) : int
arg1 QChar
return int

Size() public method

public Size ( int flags, string str ) : QSize
flags int
str string
return QSize

Size() public method

public Size ( int flags, string str, int tabstops ) : QSize
flags int
str string
tabstops int
return QSize

Size() public method

public Size ( int flags, string str, int tabstops, int &tabarray ) : QSize
flags int
str string
tabstops int
tabarray int
return QSize

StrikeOutPos() public method

public StrikeOutPos ( ) : int
return int

TightBoundingRect() public method

public TightBoundingRect ( string text ) : QRect
text string
return QRect

UnderlinePos() public method

public UnderlinePos ( ) : int
return int

Width() public method

public Width ( QChar arg1 ) : int
arg1 QChar
return int

Width() public method

public Width ( string arg1 ) : int
arg1 string
return int

Width() public method

public Width ( string arg1, int len ) : int
arg1 string
len int
return int

XHeight() public method

public XHeight ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation interceptor
return SmokeInvocation