![]() |
PhoenixPresentation
2.0.0
Set of cmake function to automate presentation generation
|
#include <string>
Go to the source code of this file.
Functions | |
void | clearTerminal () |
fonction qui permet d'éffacer le terminal More... | |
std::string | termBBlack () |
affiche le fond du terminal en noir More... | |
std::string | termBBlue () |
affiche le fond du terminal en bleu More... | |
std::string | termBCyan () |
affiche le fond du terminal en cyan More... | |
std::string | termBGreen () |
affiche le fond du terminal en vert More... | |
std::string | termBlack () |
affiche le terminal noir More... | |
std::string | termBlink () |
affiche le terminal clignotant More... | |
std::string | termBlue () |
affiche le terminal blue More... | |
std::string | termBPurple () |
affiche le fond du terminal en violet More... | |
std::string | termBRed () |
affiche le fond du terminal en rouge More... | |
std::string | termBright () |
affiche le terminal brillant More... | |
std::string | termBWhite () |
affiche le fond du terminal en blanc More... | |
std::string | termBYellow () |
affiche le fond du terminal en jaune More... | |
std::string | termCyan () |
affiche le terminal cyan More... | |
std::string | termDefault () |
affiche le terminal par défaut More... | |
std::string | termGreen () |
affiche le terminal vert More... | |
std::string | termNegative () |
affiche le terminal négatif More... | |
std::string | termPositive () |
affiche le terminal positif More... | |
std::string | termPurple () |
affiche le terminal violet More... | |
std::string | termRed () |
affiche le terminal rouge More... | |
std::string | termUnderlined () |
affiche le terminal souligné More... | |
std::string | termWhite () |
affiche le terminal blanc More... | |
std::string | termYellow () |
affiche le terminal jaune More... | |
void clearTerminal | ( | ) |
fonction qui permet d'éffacer le terminal
Definition at line 120 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termBBlack | ( | ) |
affiche le fond du terminal en noir
Definition at line 82 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termBBlue | ( | ) |
affiche le fond du terminal en bleu
Definition at line 102 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termBCyan | ( | ) |
affiche le fond du terminal en cyan
Definition at line 112 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termBGreen | ( | ) |
affiche le fond du terminal en vert
Definition at line 92 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termBlack | ( | ) |
affiche le terminal noir
Definition at line 42 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termBlink | ( | ) |
affiche le terminal clignotant
Definition at line 27 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termBlue | ( | ) |
affiche le terminal blue
Definition at line 62 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termBPurple | ( | ) |
affiche le fond du terminal en violet
Definition at line 107 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termBRed | ( | ) |
affiche le fond du terminal en rouge
Definition at line 87 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termBright | ( | ) |
affiche le terminal brillant
Definition at line 17 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termBWhite | ( | ) |
affiche le fond du terminal en blanc
Definition at line 117 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termBYellow | ( | ) |
affiche le fond du terminal en jaune
Definition at line 97 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termCyan | ( | ) |
affiche le terminal cyan
Definition at line 72 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termDefault | ( | ) |
affiche le terminal par défaut
Definition at line 12 of file phoenix_color.cpp.
Referenced by Option::checkArgument(), and testStringColor().
std::string termGreen | ( | ) |
affiche le terminal vert
Definition at line 52 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termNegative | ( | ) |
affiche le terminal négatif
Definition at line 32 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termPositive | ( | ) |
affiche le terminal positif
Definition at line 37 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termPurple | ( | ) |
affiche le terminal violet
Definition at line 67 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termRed | ( | ) |
affiche le terminal rouge
Definition at line 47 of file phoenix_color.cpp.
Referenced by Option::checkArgument(), and testStringColor().
std::string termUnderlined | ( | ) |
affiche le terminal souligné
Definition at line 22 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termWhite | ( | ) |
affiche le terminal blanc
Definition at line 77 of file phoenix_color.cpp.
Referenced by testStringColor().
std::string termYellow | ( | ) |
affiche le terminal jaune
Definition at line 57 of file phoenix_color.cpp.
Referenced by testStringColor().