My Project
Página principal
Clases
Archivos
Lista de archivos
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
Generado el Miércoles, 24 de Junio de 2015 15:25:32 para My Project por
1.8.9.1