![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Go to the source code of this file.
Functions | |
void | updateLabelCitation (PLatexObj &obj, const PMapBiblioEntry &mapBiblioEntry) |
Update the label of the references. More... | |
void | useMapLabelCite (PLatexObj &obj, const PMapBiblioEntry &mapBiblioEntry) |
Update the map of label. More... | |
void updateLabelCitation | ( | PLatexObj & | obj, |
const PMapBiblioEntry & | mapBiblioEntry | ||
) |
Update the label of the references.
[out] | obj | : PLatexObj to be updated |
mapBiblioEntry | : map of label to be used |
Definition at line 53 of file updateLabelCitation.cpp.
References useMapLabelCite().
Referenced by processAllFile().
void useMapLabelCite | ( | PLatexObj & | obj, |
const PMapBiblioEntry & | mapBiblioEntry | ||
) |
Update the map of label.
[out] | obj | : PLatexObj to be updated |
mapBiblioEntry | : map of label to be used |
Definition at line 14 of file updateLabelCitation.cpp.
References PLatexType::CITATION, PString::eraseChar(), PBiblioEntry::getAuthor(), PBiblioEntry::getId(), PLatexObj::getName(), PBiblioEntry::getTitle(), PLatexObj::getType(), PLatexObj::getVecContent(), PBiblioEntry::getYear(), PLatexType::NONE, PLatexObj::setAuthor(), PLatexObj::setDate(), PLatexObj::setLabelName(), PLatexObj::setLink(), PLatexObj::setName(), PLatexObj::setText(), PLatexObj::setType(), PLatexObj::setVecContent(), PString::split(), and valueToString().
Referenced by updateLabelCitation().