QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
QtScriptShell_QNetworkReply Class Reference

#include <qtscriptshell_QNetworkReply.h>

List of all members.

Public Member Functions

void abort ()
void abort ()
bool atEnd () const
bool atEnd () const
qint64 bytesAvailable () const
qint64 bytesAvailable () const
qint64 bytesToWrite () const
qint64 bytesToWrite () const
bool canReadLine () const
bool canReadLine () const
void childEvent (QChildEvent *arg__1)
void childEvent (QChildEvent *arg__1)
void close ()
void close ()
void customEvent (QEvent *arg__1)
void customEvent (QEvent *arg__1)
bool event (QEvent *arg__1)
bool event (QEvent *arg__1)
bool eventFilter (QObject *arg__1, QEvent *arg__2)
bool eventFilter (QObject *arg__1, QEvent *arg__2)
void ignoreSslErrors ()
void ignoreSslErrors ()
bool isSequential () const
bool isSequential () const
bool open (QIODevice::OpenMode mode)
bool open (QIODevice::OpenMode mode)
qint64 pos () const
qint64 pos () const
 QtScriptShell_QNetworkReply (QObject *parent=0)
 QtScriptShell_QNetworkReply (QObject *parent=0)
qint64 readData (char *data, qint64 maxlen)
qint64 readData (char *data, qint64 maxlen)
qint64 readLineData (char *data, qint64 maxlen)
qint64 readLineData (char *data, qint64 maxlen)
bool reset ()
bool reset ()
bool seek (qint64 pos)
bool seek (qint64 pos)
void setReadBufferSize (qint64 size)
void setReadBufferSize (qint64 size)
qint64 size () const
qint64 size () const
void timerEvent (QTimerEvent *arg__1)
void timerEvent (QTimerEvent *arg__1)
bool waitForBytesWritten (int msecs)
bool waitForBytesWritten (int msecs)
bool waitForReadyRead (int msecs)
bool waitForReadyRead (int msecs)
qint64 writeData (const char *data, qint64 len)
qint64 writeData (const char *data, qint64 len)
 ~QtScriptShell_QNetworkReply ()
 ~QtScriptShell_QNetworkReply ()

Public Attributes

QScriptValue __qtscript_self

Constructor & Destructor Documentation

QtScriptShell_QNetworkReply::QtScriptShell_QNetworkReply ( QObject *  parent = 0)
QtScriptShell_QNetworkReply::~QtScriptShell_QNetworkReply ( )
QtScriptShell_QNetworkReply::QtScriptShell_QNetworkReply ( QObject *  parent = 0)
QtScriptShell_QNetworkReply::~QtScriptShell_QNetworkReply ( )

Member Function Documentation

void QtScriptShell_QNetworkReply::abort ( )
void QtScriptShell_QNetworkReply::abort ( )
bool QtScriptShell_QNetworkReply::atEnd ( ) const
bool QtScriptShell_QNetworkReply::atEnd ( ) const
qint64 QtScriptShell_QNetworkReply::bytesAvailable ( ) const
qint64 QtScriptShell_QNetworkReply::bytesAvailable ( ) const
qint64 QtScriptShell_QNetworkReply::bytesToWrite ( ) const
qint64 QtScriptShell_QNetworkReply::bytesToWrite ( ) const
bool QtScriptShell_QNetworkReply::canReadLine ( ) const
bool QtScriptShell_QNetworkReply::canReadLine ( ) const
void QtScriptShell_QNetworkReply::childEvent ( QChildEvent *  arg__1)
void QtScriptShell_QNetworkReply::childEvent ( QChildEvent *  arg__1)
void QtScriptShell_QNetworkReply::close ( )
void QtScriptShell_QNetworkReply::close ( )
void QtScriptShell_QNetworkReply::customEvent ( QEvent *  arg__1)
void QtScriptShell_QNetworkReply::customEvent ( QEvent *  arg__1)
bool QtScriptShell_QNetworkReply::event ( QEvent *  arg__1)
bool QtScriptShell_QNetworkReply::event ( QEvent *  arg__1)
bool QtScriptShell_QNetworkReply::eventFilter ( QObject *  arg__1,
QEvent *  arg__2 
)
bool QtScriptShell_QNetworkReply::eventFilter ( QObject *  arg__1,
QEvent *  arg__2 
)
void QtScriptShell_QNetworkReply::ignoreSslErrors ( )
void QtScriptShell_QNetworkReply::ignoreSslErrors ( )
bool QtScriptShell_QNetworkReply::isSequential ( ) const
bool QtScriptShell_QNetworkReply::isSequential ( ) const
bool QtScriptShell_QNetworkReply::open ( QIODevice::OpenMode  mode)
bool QtScriptShell_QNetworkReply::open ( QIODevice::OpenMode  mode)
qint64 QtScriptShell_QNetworkReply::pos ( ) const
qint64 QtScriptShell_QNetworkReply::pos ( ) const
qint64 QtScriptShell_QNetworkReply::readData ( char *  data,
qint64  maxlen 
)
qint64 QtScriptShell_QNetworkReply::readData ( char *  data,
qint64  maxlen 
)
qint64 QtScriptShell_QNetworkReply::readLineData ( char *  data,
qint64  maxlen 
)
qint64 QtScriptShell_QNetworkReply::readLineData ( char *  data,
qint64  maxlen 
)
bool QtScriptShell_QNetworkReply::reset ( )
bool QtScriptShell_QNetworkReply::reset ( )
bool QtScriptShell_QNetworkReply::seek ( qint64  pos)
bool QtScriptShell_QNetworkReply::seek ( qint64  pos)
void QtScriptShell_QNetworkReply::setReadBufferSize ( qint64  size)
void QtScriptShell_QNetworkReply::setReadBufferSize ( qint64  size)
qint64 QtScriptShell_QNetworkReply::size ( ) const
qint64 QtScriptShell_QNetworkReply::size ( ) const
void QtScriptShell_QNetworkReply::timerEvent ( QTimerEvent *  arg__1)
void QtScriptShell_QNetworkReply::timerEvent ( QTimerEvent *  arg__1)
bool QtScriptShell_QNetworkReply::waitForBytesWritten ( int  msecs)
bool QtScriptShell_QNetworkReply::waitForBytesWritten ( int  msecs)
bool QtScriptShell_QNetworkReply::waitForReadyRead ( int  msecs)
bool QtScriptShell_QNetworkReply::waitForReadyRead ( int  msecs)
qint64 QtScriptShell_QNetworkReply::writeData ( const char *  data,
qint64  len 
)
qint64 QtScriptShell_QNetworkReply::writeData ( const char *  data,
qint64  len 
)

Member Data Documentation

QScriptValue QtScriptShell_QNetworkReply::__qtscript_self

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