![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
#include <iostream>
#include "phoenix_assert.h"
#include "phoenix_check.h"
#include "pxml_utils.h"
#include "PParseSeq_utils.h"
Go to the source code of this file.
Functions | |
bool | checkParseSeq (const PPath &fileName, const PString &strToBeParsed, bool expextedResult) |
Check the ParseSeq. More... | |
void | checkParseSeqFromVec () |
Check the ParseSeq. More... | |
void | checkPParseCmd () |
Check the ParseCmd. More... | |
void | checkTestParseSeq () |
Check the ParseSeq. More... | |
int | main (int argc, char **argv) |
void | testPParseStep () |
Check the ParseCmd. More... | |
Check the ParseSeq.
fileName | : name of the file to be used |
strToBeParsed | : string to be parsed |
expextedResult | : expected result |
Definition at line 21 of file main.cpp.
References PFileParser::isMatch(), loadParserSeq(), pxml_getChildPtr(), pxml_getFullContent(), pxml_parserFile(), and PFileParser::setFileContent().
Referenced by checkTestParseSeq().
void checkParseSeqFromVec | ( | ) |
Check the ParseSeq.
Definition at line 42 of file main.cpp.
References createSequenceAllMatch().
Referenced by checkTestParseSeq().
void checkPParseCmd | ( | ) |
Check the ParseCmd.
Definition at line 78 of file main.cpp.
References PParseCmd::getIsMatch(), PParseCmd::getStr(), and phoenix_assert.
Referenced by main().
void checkTestParseSeq | ( | ) |
Check the ParseSeq.
Definition at line 55 of file main.cpp.
References checkParseSeq(), checkParseSeqFromVec(), phoenix_assert, and PPath::saveFileContent().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 99 of file main.cpp.
References checkPParseCmd(), checkTestParseSeq(), and testPParseStep().
void testPParseStep | ( | ) |
Check the ParseCmd.
Definition at line 87 of file main.cpp.
References PParseStep::getIsOptional(), phoenix_assert, PParseStep::setVecCmd(), and PParseSeq::setVecStep().
Referenced by main().