![]() |
PhoenixInkscape
2.0.0
Generate multiple png files with svg inkscape files
|
Parser command. More...
#include <PParseSeq.h>
Public Member Functions | |
bool & | getIsMatch () |
Get the variable p_isMatch. More... | |
bool | getIsMatch () const |
Get the variable p_isMatch. More... | |
PString & | getStr () |
Get the variable p_str. More... | |
const PString & | getStr () const |
Get the variable p_str. More... | |
PParseCmd & | operator= (const PParseCmd &other) |
Equal operator of the class PParseCmd. More... | |
PParseCmd () | |
Constructor of the class PParseCmd. More... | |
PParseCmd (const PParseCmd &other) | |
Copy constructor of the class PParseCmd. More... | |
void | setIsMatch (bool isMatch) |
Set the variable p_isMatch, of type 'bool'. More... | |
void | setStr (const PString &str) |
Set the variable p_str, of type 'PString'. More... | |
virtual | ~PParseCmd () |
Destructor of the class PParseCmd. More... | |
Private Member Functions | |
void | copyPParseCmd (const PParseCmd &other) |
Copy function of the class PParseCmd. More... | |
void | initialisationPParseCmd () |
Initialisation function of the class PParseCmd. More... | |
Private Attributes | |
bool | p_isMatch |
True to use isMatch function instead of strComposedOf. More... | |
PString | p_str |
String to be used for the parsing. More... | |
Parser command.
Definition at line 33 of file PParseSeq.h.
PParseCmd::PParseCmd | ( | ) |
Constructor of the class PParseCmd.
Definition at line 22 of file PParseSeq.cpp.
References initialisationPParseCmd().
PParseCmd::PParseCmd | ( | const PParseCmd & | other | ) |
Copy constructor of the class PParseCmd.
other | : other variable |
Definition at line 29 of file PParseSeq.cpp.
References copyPParseCmd(), and initialisationPParseCmd().
|
virtual |
|
private |
Copy function of the class PParseCmd.
other | : other variable |
Definition at line 107 of file PParseSeq.cpp.
References p_isMatch, and p_str.
Referenced by operator=(), and PParseCmd().
bool & PParseCmd::getIsMatch | ( | ) |
Get the variable p_isMatch.
Definition at line 72 of file PParseSeq.cpp.
References p_isMatch.
bool PParseCmd::getIsMatch | ( | ) | const |
Get the variable p_isMatch.
Definition at line 65 of file PParseSeq.cpp.
References p_isMatch.
Referenced by checkPParseCmd().
PString & PParseCmd::getStr | ( | ) |
Get the variable p_str.
Definition at line 86 of file PParseSeq.cpp.
References p_str.
const PString & PParseCmd::getStr | ( | ) | const |
Get the variable p_str.
Definition at line 79 of file PParseSeq.cpp.
References p_str.
Referenced by checkPParseCmd().
|
private |
Initialisation function of the class PParseCmd.
True to use isMatch function instead of strComposedOf
Definition at line 98 of file PParseSeq.cpp.
References p_isMatch.
Referenced by PParseCmd().
Equal operator of the class PParseCmd.
other | : other variable |
Definition at line 43 of file PParseSeq.cpp.
References copyPParseCmd().
void PParseCmd::setIsMatch | ( | bool | isMatch | ) |
Set the variable p_isMatch, of type 'bool'.
isMatch | : True to use isMatch function instead of strComposedOf |
Definition at line 51 of file PParseSeq.cpp.
References p_isMatch.
Referenced by createSequenceAllMatch(), loadParserSeq(), testPFileParserSeq(), and testPFileParserSeqOneStep().
void PParseCmd::setStr | ( | const PString & | str | ) |
Set the variable p_str, of type 'PString'.
str | : String to be used for the parsing |
Definition at line 58 of file PParseSeq.cpp.
References p_str.
Referenced by createSequenceAllMatch(), loadParserSeq(), testPFileParserSeq(), and testPFileParserSeqOneStep().
|
private |
True to use isMatch function instead of strComposedOf.
Definition at line 49 of file PParseSeq.h.
Referenced by copyPParseCmd(), getIsMatch(), initialisationPParseCmd(), and setIsMatch().
|
private |
String to be used for the parsing.
Definition at line 51 of file PParseSeq.h.
Referenced by copyPParseCmd(), getStr(), and setStr().