My Project
Main Page
Classes
Files
File List
imagepacket.h
1
#ifndef IMAGEPACKET_H
2
#define IMAGEPACKET_H
3
4
#include <QByteArray>
5
#include <string>
6
#include <QString>
7
#include <QStringList>
8
#include <QDebug>
9
#include <QFileInfo>
10
11
using namespace
std
;
16
class
imagepacket
17
{
18
QString
imageurl
;
19
QStringList
extensions
;
21
public
:
22
28
imagepacket
();
29
43
bool
isImage(
string
payload) ;
44
52
QString getImage() ;
53
};
54
55
#endif // HTTPRESPONSEIMAGE_H
imagepacket
The imagepacket class is used to determine if an http packet is an image request. ...
Definition:
imagepacket.h:16
imagepacket::extensions
QStringList extensions
Definition:
imagepacket.h:19
std
imagepacket::imageurl
QString imageurl
Definition:
imagepacket.h:18
Generated on Wed Jun 24 2015 15:25:12 for My Project by
1.8.9.1