![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Go to the source code of this file.
Functions | |
PString | select_css_theme (const PVecString &vecTheme, const PString &themeName, const PString &css) |
Select the right css option by respect to the given theme. More... | |
PString select_css_theme | ( | const PVecString & | vecTheme, |
const PString & | themeName, | ||
const PString & | css | ||
) |
Select the right css option by respect to the given theme.
vecTheme | : vector of all possible theme |
themeName | : theme to be used |
css | : raw css with all possible themes |
Definition at line 43 of file select_css_theme.cpp.
References PFileParser::getCurrentCh(), PFileParser::getNextChar(), PFileParser::isEndOfFile(), parseThemeSwitch(), PFileParser::setFileContent(), PFileParser::setSeparator(), and PFileParser::setWhiteSpace().
Referenced by PGenericParser::saveCss().