httpcontext(3)
NAME
HttpContext
SYNOPSIS
#include <WebImport.h> Public Slots void finished (int id, bool error) void headerReceived (const QHttpResponseHeader &) void timeout () Public Member Functions HttpContext () void setTimer (QTimer *timer) Public Attributes bool status int rqid bool processed bool redirected bool isHtml std::string newLocation
Detailed Description
Authors: David Auber, Patrick Mary, Morgan Mathiaut from the LaBRI
Visualization Team Email : auber@tulip-software.org Last modification :
13/03/2009 This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
Constructor & Destructor Documentation
HttpContext::HttpContext ()
Member Function Documentation
void HttpContext::finished (int id, bool error) [slot] void HttpContext::headerReceived (const QHttpResponseHeader & resp) [slot] void HttpContext::setTimer (QTimer * timer) void HttpContext::timeout () [slot]
Member Data Documentation
bool HttpContext::isHtml
std::string HttpContext::newLocation
bool HttpContext::processed
bool HttpContext::redirected
int HttpContext::rqid
bool HttpContext::status
Author
- Generated automatically by Doxygen for Tulip Plugins Library from the
source code.