QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
qtscriptshell_QNetworkReply.h
Go to the documentation of this file.
1 #ifndef QTSCRIPTSHELL_QNETWORKREPLY_H
2 #define QTSCRIPTSHELL_QNETWORKREPLY_H
3 
4 #include <qnetworkreply.h>
5 
6 #include <QtScript/qscriptvalue.h>
7 
8 class QtScriptShell_QNetworkReply : public QNetworkReply
9 {
10 public:
11  QtScriptShell_QNetworkReply(QObject* parent = 0);
13 
14  void abort();
15  bool atEnd() const;
16  qint64 bytesAvailable() const;
17  qint64 bytesToWrite() const;
18  bool canReadLine() const;
19  void childEvent(QChildEvent* arg__1);
20  void close();
21  void customEvent(QEvent* arg__1);
22  bool event(QEvent* arg__1);
23  bool eventFilter(QObject* arg__1, QEvent* arg__2);
24  void ignoreSslErrors();
25  bool isSequential() const;
26  bool open(QIODevice::OpenMode mode);
27  qint64 pos() const;
28  qint64 readData(char* data, qint64 maxlen);
29  qint64 readLineData(char* data, qint64 maxlen);
30  bool reset();
31  bool seek(qint64 pos);
32  void setReadBufferSize(qint64 size);
33  qint64 size() const;
34  void timerEvent(QTimerEvent* arg__1);
35  bool waitForBytesWritten(int msecs);
36  bool waitForReadyRead(int msecs);
37  qint64 writeData(const char* data, qint64 len);
38 
39  QScriptValue __qtscript_self;
40 };
41 
42 #endif // QTSCRIPTSHELL_QNETWORKREPLY_H