PhoenixPresentation  2.0.0
Set of cmake function to automate presentation generation
phoenix_color.h
Go to the documentation of this file.
1 /***************************************
2  Auteur : Pierre Aubert
3  Mail : pierre.aubert@lapp.in2p3.fr
4  Licence : CeCILL-C
5 ****************************************/
6 
7 #ifndef __PHOENIX_COLOR_H__
8 #define __PHOENIX_COLOR_H__
9 
10 #include <string>
11 
12 std::string termDefault();
13 std::string termBright();
14 std::string termUnderlined();
15 std::string termBlink();
16 std::string termNegative();
17 std::string termPositive();
18 std::string termBlack();
19 std::string termRed();
20 std::string termGreen();
21 std::string termYellow();
22 std::string termBlue();
23 std::string termPurple();
24 std::string termCyan();
25 std::string termWhite();
26 std::string termBBlack();
27 std::string termBRed();
28 std::string termBGreen();
29 std::string termBYellow();
30 std::string termBBlue();
31 std::string termBPurple();
32 std::string termBCyan();
33 std::string termBWhite();
34 
35 void clearTerminal();
36 
37 #endif
std::string termDefault()
affiche le terminal par défaut
std::string termPositive()
affiche le terminal positif
std::string termUnderlined()
affiche le terminal souligné
std::string termBlack()
affiche le terminal noir
std::string termBPurple()
affiche le fond du terminal en violet
std::string termBGreen()
affiche le fond du terminal en vert
std::string termCyan()
affiche le terminal cyan
std::string termBWhite()
affiche le fond du terminal en blanc
std::string termBBlue()
affiche le fond du terminal en bleu
std::string termYellow()
affiche le terminal jaune
std::string termNegative()
affiche le terminal négatif
std::string termBBlack()
affiche le fond du terminal en noir
std::string termBYellow()
affiche le fond du terminal en jaune
std::string termBright()
affiche le terminal brillant
std::string termWhite()
affiche le terminal blanc
void clearTerminal()
fonction qui permet d'éffacer le terminal
std::string termBlink()
affiche le terminal clignotant
std::string termPurple()
affiche le terminal violet
std::string termGreen()
affiche le terminal vert
std::string termBRed()
affiche le fond du terminal en rouge
std::string termBCyan()
affiche le fond du terminal en cyan
std::string termRed()
affiche le terminal rouge
std::string termBlue()
affiche le terminal blue