Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
helpviewerimpl.h File Reference

(a5bb88c896170ec0c719c3a73ce932cb8d5205ca)

#include <QtCore/qglobal.h>
#include <QtCore/QUrl>
#include <QtCore/QVariant>
#include <QtGui/QFont>
#include "helpviewer.h"
+ Include dependency graph for helpviewerimpl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 HelpViewerImpl (qreal zoom, QWidget *parent=nullptr)
 
 ~HelpViewerImpl () override
 
QFont viewerFont () const
 
void setViewerFont (const QFont &font)
 
void scaleUp ()
 
void scaleDown ()
 
void resetScale ()
 
qreal scale () const
 
QString title () const
 
QUrl source () const
 
void doSetSource (const QUrl &url, QTextDocument::ResourceType type) TEXTBROWSER_OVERRIDE
 
QString selectedText () const
 
bool isForwardAvailable () const
 
bool isBackwardAvailable () const
 
bool findText (const QString &text, HelpViewer::FindFlags flags, bool incremental, bool fromSearch)
 
void home () TEXTBROWSER_OVERRIDE
 
void forward () TEXTBROWSER_OVERRIDE
 
void backward () TEXTBROWSER_OVERRIDE
 
void titleChanged ()
 
void copyAvailable (bool yes)
 
void sourceChanged (const QUrl &url)
 
void forwardAvailable (bool enabled)
 
void backwardAvailable (bool enabled)
 
void highlighted (const QUrl &link)
 
void printRequested ()
 
void keyPressEvent (QKeyEvent *e) override
 
void wheelEvent (QWheelEvent *event) override
 
void mousePressEvent (QMouseEvent *event) override
 
void mouseReleaseEvent (QMouseEvent *event) override
 
void resizeEvent (QResizeEvent *e) override
 
bool eventFilter (QObject *obj, QEvent *event) override
 
void contextMenuEvent (QContextMenuEvent *event) override
 

Variables

 QT_BEGIN_NAMESPACE
 
static const QString AboutBlank
 
static const QString LocalHelpFile
 
static const QString PageNotFoundMessage
 

Function Documentation

◆ ~HelpViewerImpl()

~HelpViewerImpl ( )
override

◆ backward()

void backward ( )

◆ backwardAvailable()

void backwardAvailable ( bool enabled)

◆ contextMenuEvent()

void contextMenuEvent ( QContextMenuEvent * event)
overrideprivate

◆ copyAvailable()

void copyAvailable ( bool yes)

◆ doSetSource()

void doSetSource ( const QUrl & url,
QTextDocument::ResourceType type )

◆ eventFilter()

bool eventFilter ( QObject * obj,
QEvent * event )
overrideprivate

◆ findText()

bool findText ( const QString & text,
HelpViewer::FindFlags flags,
bool incremental,
bool fromSearch )

◆ forward()

void forward ( )

◆ forwardAvailable()

void forwardAvailable ( bool enabled)

◆ HelpViewerImpl()

HelpViewerImpl ( qreal zoom,
QWidget * parent = nullptr )

◆ highlighted()

void highlighted ( const QUrl & link)

◆ home()

void home ( )

◆ isBackwardAvailable()

bool isBackwardAvailable ( ) const

◆ isForwardAvailable()

bool isForwardAvailable ( ) const

◆ keyPressEvent()

void keyPressEvent ( QKeyEvent * e)
overrideprotected

◆ mousePressEvent()

void mousePressEvent ( QMouseEvent * event)
overrideprotected

◆ mouseReleaseEvent()

void mouseReleaseEvent ( QMouseEvent * event)
overrideprotected

◆ printRequested()

void printRequested ( )

◆ resetScale()

void resetScale ( )

◆ resizeEvent()

void resizeEvent ( QResizeEvent * e)
overrideprotected

◆ scale()

qreal scale ( ) const

◆ scaleDown()

void scaleDown ( )

◆ scaleUp()

void scaleUp ( )

◆ selectedText()

QString selectedText ( ) const

◆ setViewerFont()

void setViewerFont ( const QFont & font)

◆ source()

QUrl source ( ) const

◆ sourceChanged()

void sourceChanged ( const QUrl & url)

◆ title()

QString title ( ) const

◆ titleChanged()

void titleChanged ( )

◆ viewerFont()

QFont viewerFont ( ) const

◆ wheelEvent()

void wheelEvent ( QWheelEvent * event)
overrideprotected

Variable Documentation

◆ AboutBlank

const QString AboutBlank
static

Definition at line 59 of file helpviewerimpl.h.

◆ LocalHelpFile

const QString LocalHelpFile
static

Definition at line 60 of file helpviewerimpl.h.

◆ PageNotFoundMessage

const QString PageNotFoundMessage
static

Definition at line 61 of file helpviewerimpl.h.

◆ QT_BEGIN_NAMESPACE

QT_BEGIN_NAMESPACE
related
Initial value:
{
class HelpViewerImplPrivate
#define Q_OBJECT

Definition at line 21 of file helpviewerimpl.h.