![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
#include <vector>
#include <map>
#include "PPath.h"
#include "PFileParser.h"
#include "DicoValue_impl.h"
Go to the source code of this file.
Classes | |
class | DicoValue |
Dictionnary of values. More... | |
Typedefs | |
typedef std::map< PString, DicoValue > | MapDicoValue |
Vector of DicoValue. More... | |
typedef std::vector< DicoValue > | VecDicoValue |
Vector of DicoValue. More... | |
typedef std::map<PString, DicoValue> MapDicoValue |
Vector of DicoValue.
Definition at line 79 of file DicoValue.h.
typedef std::vector<DicoValue> VecDicoValue |
Vector of DicoValue.
Definition at line 77 of file DicoValue.h.