Property | Type | Description | |
---|---|---|---|
Contains | bool | ||
ContextMenuEvent | void | ||
DragEnterEvent | void | ||
DragLeaveEvent | void | ||
DragMoveEvent | void | ||
DropEvent | void | ||
FocusInEvent | void | ||
FocusOutEvent | void | ||
HoverEnterEvent | void | ||
HoverLeaveEvent | void | ||
HoverMoveEvent | void | ||
InputMethodEvent | void | ||
InputMethodQuery | Qyoto.QVariant | ||
IsObscuredBy | bool | ||
KeyPressEvent | void | ||
KeyReleaseEvent | void | ||
MouseDoubleClickEvent | void | ||
MouseMoveEvent | void | ||
MousePressEvent | void | ||
MouseReleaseEvent | void | ||
OpaqueArea | |||
QGraphicsTextItem | System | ||
SceneEvent | bool | ||
SetExtension | void | ||
Shape | |||
SupportsExtension | bool | ||
extension | Qyoto.QVariant | ||
type | int |
Method | Description | |
---|---|---|
AdjustSize ( ) : void | ||
DefaultTextColor ( ) : |
||
Dispose ( ) : void | ||
Document ( ) : |
||
Font ( ) : |
||
QGraphicsTextItem ( IQGraphicsItem parent ) : System | ||
QGraphicsTextItem ( IQGraphicsItem parent, |
||
QGraphicsTextItem ( string text ) : System | ||
QGraphicsTextItem ( string text, IQGraphicsItem parent ) : System | ||
QGraphicsTextItem ( string text, IQGraphicsItem parent, |
||
SetDefaultTextColor ( |
||
SetDocument ( |
||
SetFont ( |
||
SetHtml ( string html ) : void | ||
SetPlainText ( string text ) : void | ||
SetTabChangesFocus ( bool b ) : void | ||
SetTextInteractionFlags ( uint flags ) : void | ||
SetTextWidth ( double width ) : void | ||
TabChangesFocus ( ) : bool | ||
TextInteractionFlags ( ) : uint | ||
TextWidth ( ) : double | ||
ToHtml ( ) : string | ||
ToPlainText ( ) : string | ||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QGraphicsTextItem ( |
Method | Description | |
---|---|---|
Contains ( |
||
ContextMenuEvent ( Qyoto.QGraphicsSceneContextMenuEvent arg1 ) : void | ||
DragEnterEvent ( Qyoto.QGraphicsSceneDragDropEvent arg1 ) : void | ||
DragLeaveEvent ( Qyoto.QGraphicsSceneDragDropEvent arg1 ) : void | ||
DragMoveEvent ( Qyoto.QGraphicsSceneDragDropEvent arg1 ) : void | ||
DropEvent ( Qyoto.QGraphicsSceneDragDropEvent arg1 ) : void | ||
FocusInEvent ( Qyoto.QFocusEvent arg1 ) : void | ||
FocusOutEvent ( Qyoto.QFocusEvent arg1 ) : void | ||
HoverEnterEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void | ||
HoverLeaveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void | ||
HoverMoveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void | ||
InputMethodEvent ( |
||
InputMethodQuery ( |
||
IsObscuredBy ( IQGraphicsItem item ) : bool | ||
KeyPressEvent ( Qyoto.QKeyEvent arg1 ) : void | ||
KeyReleaseEvent ( Qyoto.QKeyEvent arg1 ) : void | ||
MouseDoubleClickEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void | ||
MouseMoveEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void | ||
MousePressEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void | ||
MouseReleaseEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void | ||
OpaqueArea ( ) : |
||
QGraphicsTextItem ( ) : System | ||
SceneEvent ( Qyoto.QEvent arg1 ) : bool | ||
SetExtension ( |
||
Shape ( ) : |
||
SupportsExtension ( |
||
extension ( Qyoto.QVariant variant ) : Qyoto.QVariant | ||
type ( ) : int |
public QGraphicsTextItem ( IQGraphicsItem parent ) : System | ||
parent | IQGraphicsItem | |
return | System |
public QGraphicsTextItem ( IQGraphicsItem parent, |
||
parent | IQGraphicsItem | |
scene | ||
return | System |
protected QGraphicsTextItem ( |
||
dummy | ||
return | System |
public QGraphicsTextItem ( string text ) : System | ||
text | string | |
return | System |
public QGraphicsTextItem ( string text, IQGraphicsItem parent ) : System | ||
text | string | |
parent | IQGraphicsItem | |
return | System |
public QGraphicsTextItem ( string text, IQGraphicsItem parent, |
||
text | string | |
parent | IQGraphicsItem | |
scene | ||
return | System |
public SetDefaultTextColor ( |
||
c | ||
return | void |
public SetDocument ( |
||
document | ||
return | void |
public SetTextInteractionFlags ( uint flags ) : void | ||
flags | uint | |
return | void |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |