#include <vector>
#include <string>
#include <glib.h>
#include "plugin_type.h"
Go to the source code of this file.
Data Structures | |
struct | images::Image |
class | images::ImagesScanner |
: Scan all the images in the formats supported by gdk_pixbuf under the input directory or the directory which the input filename is located in. It also supports the option of scanning recursively or not. More... | |
Namespaces | |
namespace | images |
Typedefs | |
typedef Image * | images::ImagePtr |
typedef std::vector< ImagePtr > | images::Images |
typedef std::vector< ImagePtr > ::iterator | images::ImagesIter |
Enumerations | |
enum | images::SortType { images::BY_FILEPATH = 0, images::BY_FILENAME, images::BY_EXT, images::BY_DATE, images::BY_SIZE } |