C# Class Qyoto.QFontMetrics

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QFontMetrics ( Type dummy ) : System

Private Methods

Méthode Description
QFontMetrics ( ) : System

Method Details

Ascent() public méthode

public Ascent ( ) : int
Résultat int

AverageCharWidth() public méthode

public AverageCharWidth ( ) : int
Résultat int

BoundingRect() public méthode

public BoundingRect ( QChar arg1 ) : Qyoto.QRect
arg1 QChar
Résultat Qyoto.QRect

BoundingRect() public méthode

public BoundingRect ( Qyoto.QRect r, int flags, string text ) : Qyoto.QRect
r Qyoto.QRect
flags int
text string
Résultat Qyoto.QRect

BoundingRect() public méthode

public BoundingRect ( Qyoto.QRect r, int flags, string text, int tabstops ) : Qyoto.QRect
r Qyoto.QRect
flags int
text string
tabstops int
Résultat Qyoto.QRect

BoundingRect() public méthode

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
Résultat Qyoto.QRect

BoundingRect() public méthode

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
Résultat QRect

BoundingRect() public méthode

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
Résultat QRect

BoundingRect() public méthode

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
Résultat QRect

BoundingRect() public méthode

public BoundingRect ( string text ) : QRect
text string
Résultat QRect

CharWidth() public méthode

public CharWidth ( string str, int pos ) : int
str string
pos int
Résultat int

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Descent() public méthode

public Descent ( ) : int
Résultat int

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ElidedText() public méthode

public ElidedText ( string text, Qt mode, int width ) : string
text string
mode Qt
width int
Résultat string

ElidedText() public méthode

public ElidedText ( string text, Qt mode, int width, int flags ) : string
text string
mode Qt
width int
flags int
Résultat string

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Height() public méthode

public Height ( ) : int
Résultat int

InFont() public méthode

public InFont ( QChar arg1 ) : bool
arg1 QChar
Résultat bool

Leading() public méthode

public Leading ( ) : int
Résultat int

LeftBearing() public méthode

public LeftBearing ( QChar arg1 ) : int
arg1 QChar
Résultat int

LineSpacing() public méthode

public LineSpacing ( ) : int
Résultat int

LineWidth() public méthode

public LineWidth ( ) : int
Résultat int

MaxWidth() public méthode

public MaxWidth ( ) : int
Résultat int

MinLeftBearing() public méthode

public MinLeftBearing ( ) : int
Résultat int

MinRightBearing() public méthode

public MinRightBearing ( ) : int
Résultat int

OverlinePos() public méthode

public OverlinePos ( ) : int
Résultat int

QFontMetrics() public méthode

public QFontMetrics ( QFont arg1 ) : System
arg1 QFont
Résultat System

QFontMetrics() public méthode

public QFontMetrics ( QFont arg1, IQPaintDevice pd ) : System
arg1 QFont
pd IQPaintDevice
Résultat System

QFontMetrics() public méthode

public QFontMetrics ( QFontMetrics arg1 ) : System
arg1 QFontMetrics
Résultat System

QFontMetrics() protected méthode

protected QFontMetrics ( Type dummy ) : System
dummy Type
Résultat System

RightBearing() public méthode

public RightBearing ( QChar arg1 ) : int
arg1 QChar
Résultat int

Size() public méthode

public Size ( int flags, string str ) : QSize
flags int
str string
Résultat QSize

Size() public méthode

public Size ( int flags, string str, int tabstops ) : QSize
flags int
str string
tabstops int
Résultat QSize

Size() public méthode

public Size ( int flags, string str, int tabstops, int &tabarray ) : QSize
flags int
str string
tabstops int
tabarray int
Résultat QSize

StrikeOutPos() public méthode

public StrikeOutPos ( ) : int
Résultat int

TightBoundingRect() public méthode

public TightBoundingRect ( string text ) : QRect
text string
Résultat QRect

UnderlinePos() public méthode

public UnderlinePos ( ) : int
Résultat int

Width() public méthode

public Width ( QChar arg1 ) : int
arg1 QChar
Résultat int

Width() public méthode

public Width ( string arg1 ) : int
arg1 string
Résultat int

Width() public méthode

public Width ( string arg1, int len ) : int
arg1 string
len int
Résultat int

XHeight() public méthode

public XHeight ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

interceptor protected_oe property

protected SmokeInvocation interceptor
Résultat SmokeInvocation