mysocials-core 1.0
Classes | Defines | Typedefs

src/datatypes/photo.h File Reference

Photo class description. More...

#include <QObject>
#include <QString>
#include <QImage>
#include <QTextCodec>
#include <QMetaType>
#include <QDomDocument>
#include <QFile>
#include "utils/qrefreshlist.h"
#include "photocomments.h"
#include "album.h"

Go to the source code of this file.

Classes

class  Photo
 A class for photo information storage. More...

Defines

#define FILE_PHOTO_COMMENTS_DATA   "comments_%1_%2_%3.xml"
#define NODE_PHOTO_COMMENTS_ROOT   "comments"
#define NODE_PHOTO_ROOT   "photo"
#define NODE_PHOTO_ID   "id"
#define NODE_PHOTO_CREATE   "create"
#define NODE_PHOTO_IMAGE   "image"
#define NODE_PHOTO_IMAGE_URL   "image_url"
#define NODE_PHOTO_ICON   "icon"
#define NODE_PHOTO_ICON_URL   "icon_url"
#define NODE_PHOTO_DESCRIPTION   "description"

Typedefs

typedef QRefreshList< PhotoPhotoList

Detailed Description

Photo class description.

Author:
MySocials team
Date:
2011-03-31

Typedef Documentation

Structure for stacking process of photo uploading

See also:
QRefreshList