![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
describe a CSS environement for latex More...
#include <PLatexObj.h>
Public Member Functions | |
PString & | getBalise () |
Gets the balise of the PEnvironement. More... | |
const PString & | getBalise () const |
Gets the balise of the PEnvironement. More... | |
PString & | getCss () |
Gets the css of the PEnvironement. More... | |
const PString & | getCss () const |
Gets the css of the PEnvironement. More... | |
bool & | getIsAllowComment () |
Gets the isAllowComment of the PEnvironement. More... | |
bool | getIsAllowComment () const |
Gets the isAllowComment of the PEnvironement. More... | |
bool & | getIsAlloxMath () |
Gets the isAlloxMath of the PEnvironement. More... | |
bool | getIsAlloxMath () const |
Gets the isAlloxMath of the PEnvironement. More... | |
PString & | getName () |
Gets the name of the PEnvironement. More... | |
const PString & | getName () const |
Gets the name of the PEnvironement. More... | |
PEnvironement & | operator= (const PEnvironement &other) |
Operator = of class PEnvironement. More... | |
PEnvironement () | |
Constructor of class PEnvironement. More... | |
PEnvironement (const PEnvironement &other) | |
Copy Constructor of class PEnvironement. More... | |
void | setBalise (const PString &balise) |
Sets the balise of the PEnvironement. More... | |
void | setCss (const PString &css) |
Sets the css of the PEnvironement. More... | |
void | setIsAllowComment (bool isAllowComment) |
Sets the isAllowComment of the PEnvironement. More... | |
void | setIsAlloxMath (bool isAlloxMath) |
Sets the isAlloxMath of the PEnvironement. More... | |
void | setName (const PString &name) |
Sets the name of the PEnvironement. More... | |
virtual | ~PEnvironement () |
Destructor of class PEnvironement. More... | |
Protected Member Functions | |
void | copyPEnvironement (const PEnvironement &other) |
Copy Function of class PEnvironement. More... | |
Private Member Functions | |
void | initialisationPEnvironement () |
Initialisation Function of class PEnvironement. More... | |
Private Attributes | |
PString | p_balise |
balise to be used in the environement More... | |
PString | p_css |
CSS style of the environement. More... | |
bool | p_isAllowComment |
True to allow comments. More... | |
bool | p_isAlloxMath |
True to allow math. More... | |
PString | p_name |
Name of the environement. More... | |
describe a CSS environement for latex
Definition at line 272 of file PLatexObj.h.
PEnvironement::PEnvironement | ( | ) |
Constructor of class PEnvironement.
Definition at line 1054 of file PLatexObj.cpp.
References initialisationPEnvironement().
PEnvironement::PEnvironement | ( | const PEnvironement & | other | ) |
Copy Constructor of class PEnvironement.
other | : PEnvironement we want ot copy |
Definition at line 1061 of file PLatexObj.cpp.
References copyPEnvironement().
|
virtual |
Destructor of class PEnvironement.
Definition at line 1066 of file PLatexObj.cpp.
|
protected |
Copy Function of class PEnvironement.
other | : PEnvironement we want ot copy |
Definition at line 1187 of file PLatexObj.cpp.
References p_balise, p_css, p_isAllowComment, p_isAlloxMath, and p_name.
Referenced by operator=(), and PEnvironement().
PString & PEnvironement::getBalise | ( | ) |
Gets the balise of the PEnvironement.
Definition at line 1152 of file PLatexObj.cpp.
References p_balise.
const PString & PEnvironement::getBalise | ( | ) | const |
Gets the balise of the PEnvironement.
Definition at line 1145 of file PLatexObj.cpp.
References p_balise.
Referenced by PMarkdownParser::parseExtraEnvironement(), PConfigParser::parseExtraEnvironementContent(), PConfigParser::parseExtraEnvironementFunction(), and PConfigParser::parseExtraFunction().
PString & PEnvironement::getCss | ( | ) |
Gets the css of the PEnvironement.
Definition at line 1138 of file PLatexObj.cpp.
References p_css.
const PString & PEnvironement::getCss | ( | ) | const |
Gets the css of the PEnvironement.
Definition at line 1131 of file PLatexObj.cpp.
References p_css.
bool & PEnvironement::getIsAllowComment | ( | ) |
Gets the isAllowComment of the PEnvironement.
Definition at line 1166 of file PLatexObj.cpp.
References p_isAllowComment.
bool PEnvironement::getIsAllowComment | ( | ) | const |
Gets the isAllowComment of the PEnvironement.
Definition at line 1159 of file PLatexObj.cpp.
References p_isAllowComment.
Referenced by PConfigParser::parseExtraEnvironementContent().
bool & PEnvironement::getIsAlloxMath | ( | ) |
Gets the isAlloxMath of the PEnvironement.
Definition at line 1180 of file PLatexObj.cpp.
References p_isAlloxMath.
bool PEnvironement::getIsAlloxMath | ( | ) | const |
Gets the isAlloxMath of the PEnvironement.
Definition at line 1173 of file PLatexObj.cpp.
References p_isAlloxMath.
Referenced by PConfigParser::parseExtraEnvironementContent().
PString & PEnvironement::getName | ( | ) |
Gets the name of the PEnvironement.
Definition at line 1124 of file PLatexObj.cpp.
References p_name.
const PString & PEnvironement::getName | ( | ) | const |
Gets the name of the PEnvironement.
Definition at line 1117 of file PLatexObj.cpp.
References p_name.
|
private |
Initialisation Function of class PEnvironement.
Definition at line 1196 of file PLatexObj.cpp.
References p_balise, p_css, p_isAllowComment, p_isAlloxMath, and p_name.
Referenced by PEnvironement().
PEnvironement & PEnvironement::operator= | ( | const PEnvironement & | other | ) |
Operator = of class PEnvironement.
other | : PEnvironement we want ot copy |
Definition at line 1074 of file PLatexObj.cpp.
References copyPEnvironement().
void PEnvironement::setBalise | ( | const PString & | balise | ) |
Sets the balise of the PEnvironement.
balise | : balise of the PEnvironement |
Definition at line 1096 of file PLatexObj.cpp.
References p_balise.
Referenced by PGenericParser::loadDirExtraEnvironementFile(), and PGenericParser::loadDirExtraFunctionFile().
void PEnvironement::setCss | ( | const PString & | css | ) |
Sets the css of the PEnvironement.
css | : css of the PEnvironement |
Definition at line 1089 of file PLatexObj.cpp.
References p_css.
Referenced by PGenericParser::loadDirExtraEnvironementFile(), and PGenericParser::loadDirExtraFunctionFile().
void PEnvironement::setIsAllowComment | ( | bool | isAllowComment | ) |
Sets the isAllowComment of the PEnvironement.
isAllowComment | : isAllowComment of the PEnvironement |
Definition at line 1103 of file PLatexObj.cpp.
References p_isAllowComment.
Referenced by PGenericParser::loadDirExtraEnvironementFile().
void PEnvironement::setIsAlloxMath | ( | bool | isAlloxMath | ) |
Sets the isAlloxMath of the PEnvironement.
isAlloxMath | : isAlloxMath of the PEnvironement |
Definition at line 1110 of file PLatexObj.cpp.
References p_isAlloxMath.
Referenced by PGenericParser::loadDirExtraEnvironementFile().
void PEnvironement::setName | ( | const PString & | name | ) |
Sets the name of the PEnvironement.
name | : name of the PEnvironement |
Definition at line 1082 of file PLatexObj.cpp.
References p_name.
Referenced by PGenericParser::loadDirExtraEnvironementFile(), and PGenericParser::loadDirExtraFunctionFile().
|
private |
balise to be used in the environement
Definition at line 302 of file PLatexObj.h.
Referenced by copyPEnvironement(), getBalise(), initialisationPEnvironement(), and setBalise().
|
private |
CSS style of the environement.
Definition at line 300 of file PLatexObj.h.
Referenced by copyPEnvironement(), getCss(), initialisationPEnvironement(), and setCss().
|
private |
True to allow comments.
Definition at line 304 of file PLatexObj.h.
Referenced by copyPEnvironement(), getIsAllowComment(), initialisationPEnvironement(), and setIsAllowComment().
|
private |
True to allow math.
Definition at line 306 of file PLatexObj.h.
Referenced by copyPEnvironement(), getIsAlloxMath(), initialisationPEnvironement(), and setIsAlloxMath().
|
private |
Name of the environement.
Definition at line 298 of file PLatexObj.h.
Referenced by copyPEnvironement(), getName(), initialisationPEnvironement(), and setName().