![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Describe a latex environement. More...
#include <PLatexObj.h>
Public Member Functions | |
PLatexObj & | getBegin () |
Gets the begin of the PLatexEnv. More... | |
const PLatexObj & | getBegin () const |
Gets the begin of the PLatexEnv. More... | |
PLatexObj & | getEnd () |
Gets the end of the PLatexEnv. More... | |
const PLatexObj & | getEnd () const |
Gets the end of the PLatexEnv. More... | |
PString & | getName () |
Gets the name of the PLatexEnv. More... | |
const PString & | getName () const |
Gets the name of the PLatexEnv. More... | |
PLatexEnv & | operator= (const PLatexEnv &other) |
Operator = of class PLatexEnv. More... | |
PLatexEnv () | |
Constructor of class PLatexEnv. More... | |
PLatexEnv (const PLatexEnv &other) | |
Copy Constructor of class PLatexEnv. More... | |
void | setBegin (const PLatexObj &begin) |
Sets the begin of the PLatexEnv. More... | |
void | setEnd (const PLatexObj &end) |
Sets the end of the PLatexEnv. More... | |
void | setName (const PString &name) |
Sets the name of the PLatexEnv. More... | |
virtual | ~PLatexEnv () |
Destructor of class PLatexEnv. More... | |
Protected Member Functions | |
void | copyPLatexEnv (const PLatexEnv &other) |
Copy Function of class PLatexEnv. More... | |
Private Member Functions | |
void | initialisationPLatexEnv () |
Initialisation Function of class PLatexEnv. More... | |
Private Attributes | |
PLatexObj | p_begin |
Begining of the environement. More... | |
PLatexObj | p_end |
Ending of the environement. More... | |
PString | p_name |
Name of the environement. More... | |
Describe a latex environement.
Definition at line 244 of file PLatexObj.h.
PLatexEnv::PLatexEnv | ( | ) |
Constructor of class PLatexEnv.
Definition at line 951 of file PLatexObj.cpp.
References initialisationPLatexEnv().
PLatexEnv::PLatexEnv | ( | const PLatexEnv & | other | ) |
Copy Constructor of class PLatexEnv.
other | : PLatexEnv we want ot copy |
Definition at line 958 of file PLatexObj.cpp.
References copyPLatexEnv().
|
virtual |
|
protected |
Copy Function of class PLatexEnv.
other | : PLatexEnv we want ot copy |
Definition at line 1042 of file PLatexObj.cpp.
References p_begin, p_end, and p_name.
Referenced by operator=(), and PLatexEnv().
PLatexObj & PLatexEnv::getBegin | ( | ) |
const PLatexObj & PLatexEnv::getBegin | ( | ) | const |
PLatexObj & PLatexEnv::getEnd | ( | ) |
const PLatexObj & PLatexEnv::getEnd | ( | ) | const |
PString & PLatexEnv::getName | ( | ) |
const PString & PLatexEnv::getName | ( | ) | const |
|
private |
Initialisation Function of class PLatexEnv.
Definition at line 1049 of file PLatexObj.cpp.
References p_name.
Referenced by PLatexEnv().
Operator = of class PLatexEnv.
other | : PLatexEnv we want ot copy |
Definition at line 971 of file PLatexObj.cpp.
References copyPLatexEnv().
void PLatexEnv::setBegin | ( | const PLatexObj & | begin | ) |
void PLatexEnv::setEnd | ( | const PLatexObj & | end | ) |
void PLatexEnv::setName | ( | const PString & | name | ) |
|
private |
Begining of the environement.
Definition at line 266 of file PLatexObj.h.
Referenced by copyPLatexEnv(), getBegin(), and setBegin().
|
private |
Ending of the environement.
Definition at line 268 of file PLatexObj.h.
Referenced by copyPLatexEnv(), getEnd(), and setEnd().
|
private |
Name of the environement.
Definition at line 264 of file PLatexObj.h.
Referenced by copyPLatexEnv(), getName(), initialisationPLatexEnv(), and setName().