![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
#include "update_wip.h"
Go to the source code of this file.
Functions | |
bool | updateSectionWip (PLatexObj &obj) |
Update the wip of a obj and say if there was a WIP inside or not. More... | |
bool | updateVecContent (const PVecLatexObj &vecContent) |
Check in a vector of latex objects if there is a wip. More... | |
void | updateWip (PLatexObj &obj) |
Update the Part/Chapter/Section/etc if they contains a work in progress. More... | |
bool updateSectionWip | ( | PLatexObj & | obj | ) |
Update the wip of a obj and say if there was a WIP inside or not.
[out] | obj | : PLatexObj to be updated |
Definition at line 30 of file update_wip.cpp.
References PLatexObj::getComplexTitle(), PLatexObj::getVecContent(), isSection(), PLatexObj::setIsWorkInProgress(), PLatexObj::setText(), PLatexObj::setType(), PLatexType::TEXT, updateVecContent(), and PLatexType::WORK_IN_PROGRESS.
Referenced by updateWip().
bool updateVecContent | ( | const PVecLatexObj & | vecContent | ) |
Check in a vector of latex objects if there is a wip.
vecContent | : vector of latex objects |
Definition at line 14 of file update_wip.cpp.
References PLatexType::WORK_IN_PROGRESS.
Referenced by updateSectionWip().
void updateWip | ( | PLatexObj & | obj | ) |
Update the Part/Chapter/Section/etc if they contains a work in progress.
[out] | obj | : PLatexObj to be updated |
Definition at line 59 of file update_wip.cpp.
References PLatexObj::getVecContent(), isSection(), and updateSectionWip().
Referenced by processAllFile().