QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QGraphicsTextItemPrivate Class Reference
Collaboration diagram for QGraphicsTextItemPrivate:
Collaboration graph
[legend]

Public Member Functions

 QGraphicsTextItemPrivate ()
 
QWidgetTextControltextControl () const
 
QPointF controlOffset () const
 
void sendControlEvent (QEvent *e)
 
void _q_updateBoundingRect (const QSizeF &)
 
void _q_update (QRectF)
 
void _q_ensureVisible (QRectF)
 
bool _q_mouseOnEdge (QGraphicsSceneMouseEvent *)
 

Public Attributes

QWidgetTextControlcontrol
 
QRectF boundingRect
 
int pageNumber
 
bool useDefaultImpl
 
bool tabChangesFocus
 
uint clickCausedFocus: 1
 
QGraphicsTextItemqq
 

Detailed Description

Definition at line 9749 of file qgraphicsitem.cpp.

Constructor & Destructor Documentation

◆ QGraphicsTextItemPrivate()

QGraphicsTextItemPrivate::QGraphicsTextItemPrivate ( )
inline

Definition at line 9752 of file qgraphicsitem.cpp.

Member Function Documentation

◆ _q_ensureVisible()

void QGraphicsTextItemPrivate::_q_ensureVisible ( QRectF  rect)

Definition at line 10385 of file qgraphicsitem.cpp.

Here is the call graph for this function:

◆ _q_mouseOnEdge()

bool QGraphicsTextItemPrivate::_q_mouseOnEdge ( QGraphicsSceneMouseEvent event)

Definition at line 10426 of file qgraphicsitem.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _q_update()

void QGraphicsTextItemPrivate::_q_update ( QRectF  rect)

Definition at line 10359 of file qgraphicsitem.cpp.

Here is the call graph for this function:

◆ _q_updateBoundingRect()

void QGraphicsTextItemPrivate::_q_updateBoundingRect ( const QSizeF size)

Definition at line 10373 of file qgraphicsitem.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ controlOffset()

QPointF QGraphicsTextItemPrivate::controlOffset ( ) const
inline

Definition at line 9759 of file qgraphicsitem.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sendControlEvent()

void QGraphicsTextItemPrivate::sendControlEvent ( QEvent e)
inline

Definition at line 9761 of file qgraphicsitem.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ textControl()

QWidgetTextControl * QGraphicsTextItemPrivate::textControl ( ) const

Definition at line 10393 of file qgraphicsitem.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ boundingRect

QRectF QGraphicsTextItemPrivate::boundingRect

Definition at line 9769 of file qgraphicsitem.cpp.

◆ clickCausedFocus

uint QGraphicsTextItemPrivate::clickCausedFocus

Definition at line 9774 of file qgraphicsitem.cpp.

◆ control

QWidgetTextControl* QGraphicsTextItemPrivate::control
mutable

Definition at line 9756 of file qgraphicsitem.cpp.

◆ pageNumber

int QGraphicsTextItemPrivate::pageNumber

Definition at line 9770 of file qgraphicsitem.cpp.

◆ qq

QGraphicsTextItem* QGraphicsTextItemPrivate::qq

Definition at line 9776 of file qgraphicsitem.cpp.

◆ tabChangesFocus

bool QGraphicsTextItemPrivate::tabChangesFocus

Definition at line 9772 of file qgraphicsitem.cpp.

◆ useDefaultImpl

bool QGraphicsTextItemPrivate::useDefaultImpl

Definition at line 9771 of file qgraphicsitem.cpp.


The documentation for this class was generated from the following file: