![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
#include "platexobj_utils.h"
Go to the source code of this file.
Functions | |
void | updateNewLine (PLatexObj &obj) |
Update the new lines to ensure there are new two following. More... | |
void | updateNewLineBase (PLatexObj &obj, bool &isPrevNewLine) |
Update the new lines to ensure there are new two following. More... | |
void updateNewLine | ( | PLatexObj & | obj | ) |
Update the new lines to ensure there are new two following.
[out] | obj | : PLatexObj to be updated |
Definition at line 37 of file update_newLine.cpp.
References updateNewLineBase().
Referenced by processAllFile().
void updateNewLineBase | ( | PLatexObj & | obj, |
bool & | isPrevNewLine | ||
) |
Update the new lines to ensure there are new two following.
[out] | obj | : PLatexObj to be updated |
[out] | isPrevNewLine | : true if the previous PLatexObj was a new line too |
Definition at line 14 of file update_newLine.cpp.
References PLatexObj::getVecContent(), and isNewLine().
Referenced by updateNewLine().