ParaView
Public Member Functions | Protected Member Functions | Protected Attributes
pqHelpWindowNetworkReply Class Reference

Internal class used to add support to QWebView to load files from QHelpEngine. More...

#include <pqHelpWindow.h>

List of all members.

Public Member Functions

 pqHelpWindowNetworkReply (const QUrl &url, QHelpEngineCore *helpEngine)
virtual void abort ()
virtual qint64 bytesAvailable () const
virtual bool isSequential () const

Protected Member Functions

virtual qint64 readData (char *data, qint64 maxSize)

Protected Attributes

QPointer< QHelpEngineCore > HelpEngine
QBuffer Buffer

Detailed Description

Internal class used to add support to QWebView to load files from QHelpEngine.

Definition at line 88 of file pqHelpWindow.h.


Constructor & Destructor Documentation

pqHelpWindowNetworkReply::pqHelpWindowNetworkReply ( const QUrl &  url,
QHelpEngineCore *  helpEngine 
)

Member Function Documentation

virtual void pqHelpWindowNetworkReply::abort ( ) [inline, virtual]

Definition at line 95 of file pqHelpWindow.h.

virtual qint64 pqHelpWindowNetworkReply::bytesAvailable ( ) const [inline, virtual]

Definition at line 96 of file pqHelpWindow.h.

virtual bool pqHelpWindowNetworkReply::isSequential ( ) const [inline, virtual]

Definition at line 98 of file pqHelpWindow.h.

virtual qint64 pqHelpWindowNetworkReply::readData ( char *  data,
qint64  maxSize 
) [inline, protected, virtual]

Definition at line 106 of file pqHelpWindow.h.


Member Data Documentation

QPointer<QHelpEngineCore> pqHelpWindowNetworkReply::HelpEngine [protected]

Definition at line 111 of file pqHelpWindow.h.

QBuffer pqHelpWindowNetworkReply::Buffer [protected]

Definition at line 112 of file pqHelpWindow.h.


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