Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtextbrowser.cpp File Reference

(597de2b1dc5a60870b1514f218bed3da4e4f0ca9)

#include "qtextbrowser.h"
#include "qtextedit_p.h"
#include <qstack.h>
#include <qapplication.h>
#include <private/qapplication_p.h>
#include <qevent.h>
#include <qdebug.h>
#include <qabstracttextdocumentlayout.h>
#include "private/qtextdocumentlayout_p.h"
#include <qpainter.h>
#include <qdir.h>
#include <qtextobject.h>
#include <qdesktopservices.h>
#include <qstringconverter.h>
#include "moc_qtextbrowser.cpp"
+ Include dependency graph for qtextbrowser.cpp:

Go to the source code of this file.

Classes

class  QTextBrowserPrivate
 
struct  QTextBrowserPrivate::HistoryEntry
 

Functions

static bool shouldEnableInputMethod (QTextBrowser *texbrowser)
 
 Q_DECLARE_TYPEINFO (QTextBrowserPrivate::HistoryEntry, Q_RELOCATABLE_TYPE)
 

Function Documentation

◆ Q_DECLARE_TYPEINFO()

◆ shouldEnableInputMethod()

static bool shouldEnableInputMethod ( QTextBrowser * texbrowser)
inlinestatic

Definition at line 27 of file qtextbrowser.cpp.

References Qt::TextSelectableByMouse.

Referenced by QTextBrowserPrivate::init().

+ Here is the caller graph for this function: