Headers are defined in cWebshots.h
Definition in file cWebshotsCollection.cpp.
#include "cWebshots.h"
#include <cstdio>
#include <sstream>
Include dependency graph for cWebshotsCollection.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | cWebshots |
Functions | |
| cWebshotsCollection | cWebshots::operator+ (const cWebshotsCollection &col1, const cWebshotsCollection &col2) |
| Operator +, to merge two collections together. | |
| cWebshotsCollection | cWebshots::operator+ (const cWebshotsPicture &pic, const cWebshotsCollection &col) |
| Operator +, to merge a picture (left) and a collection (right). | |
| cWebshotsCollection | cWebshots::operator+ (const cWebshotsCollection &col, const cWebshotsPicture &pic) |
| Operator +, to merge a collection (left) and a picture (right). | |
| cWebshotsCollection | cWebshots::operator+ (const cWebshotsPicture &pic1, const cWebshotsPicture &pic2) |
| Operator +, to merge two pictures together. | |
1.4.5