shellの文字出力にて、色を変える。 More...
#include <kanjiPrint.h>
Public Member Functions | |
ChangeShellColor (std::ostream &os, const Color &color) | |
~ChangeShellColor () | |
Private Member Functions | |
void | escColSet () const |
void | escColReSet () const |
Private Attributes | |
std::ostream & | os |
const Color | color |
shellの文字出力にて、色を変える。
Definition at line 78 of file kanjiPrint.h.
osl::record::ChangeShellColor::ChangeShellColor | ( | std::ostream & | os, |
const Color & | color | ||
) | [inline] |
Definition at line 87 of file kanjiPrint.h.
References escColSet().
osl::record::ChangeShellColor::~ChangeShellColor | ( | ) | [inline] |
Definition at line 89 of file kanjiPrint.h.
References escColReSet().
void osl::record::ChangeShellColor::escColReSet | ( | ) | const [private] |
Definition at line 178 of file kanjiPrint.cc.
Referenced by ~ChangeShellColor().
void osl::record::ChangeShellColor::escColSet | ( | ) | const [private] |
Definition at line 171 of file kanjiPrint.cc.
Referenced by ChangeShellColor().
const Color osl::record::ChangeShellColor::color [private] |
Definition at line 82 of file kanjiPrint.h.
std::ostream& osl::record::ChangeShellColor::os [private] |
Definition at line 81 of file kanjiPrint.h.