- enum FindFlag
- typedef FindFlags
- QTextDocument ( QObject * parent = 0 )
- QTextDocument ( const QString & text, QObject * parent = 0 )
- ~QTextDocument ()
- QTextBlock begin () const
- bool blockSignals ( bool block )
- void childEvent ( QChildEvent * event )
- const QObjectList & children () const
- bool connect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member, Qt::ConnectionType type = Qt::AutoConnection )
- bool connect ( const QObject * sender, const char * signal, const char * member, Qt::ConnectionType type = Qt::AutoConnection ) const
- void connectNotify ( const char * signal )
- void contentsChanged ()
- QTextObject * createObject ( const QTextFormat & format )
- void customEvent ( QCustomEvent * event )
- void deleteLater ()
- void destroyed ( QObject * obj = 0 )
- bool disconnect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member )
- bool disconnect ( const char * signal = 0, const QObject * receiver = 0, const char * member = 0 )
- bool disconnect ( const QObject * receiver, const char * member = 0 )
- void disconnectNotify ( const char * signal )
- QAbstractTextDocumentLayout * documentLayout () const
- QString documentTitle () const
- void dumpObjectInfo ()
- void dumpObjectTree ()
- QTextBlock end () const
- bool event ( QEvent * e )
- bool eventFilter ( QObject * watched, QEvent * e )
- QTextCursor find ( const QString & expr, const QTextCursor & from, FindFlags options = 0 ) const
- QTextCursor find ( const QString & expr, int from = 0, FindFlags options = 0 ) const
- QTextBlock findBlock ( int pos ) const
- QObject * findChild ( const QString & name ) const
- QObjectList findChildren ( const QString & name ) const
- QObjectList findChildren ( const QRegExp & re ) const
- QString html () const
- bool inherits ( const char * clname ) const
- void installEventFilter ( const QObject * filterObj )
|
|