shellの文字出力にて、色を変える。 [詳細]
#include <kanjiPrint.h>

Public メソッド | |
| ChangeShellColor (std::ostream &os, const Color &color) | |
| ~ChangeShellColor () | |
Private メソッド | |
| void | escColSet () const |
| void | escColReSet () const |
Private 変数 | |
| std::ostream & | os |
| const Color | color |
shellの文字出力にて、色を変える。
kanjiPrint.h の 78 行で定義されています。
| osl::record::ChangeShellColor::ChangeShellColor | ( | std::ostream & | os, | |
| const Color & | color | |||
| ) | [inline] |
kanjiPrint.h の 87 行で定義されています。
参照先 escColSet().
| osl::record::ChangeShellColor::~ChangeShellColor | ( | ) | [inline] |
kanjiPrint.h の 89 行で定義されています。
参照先 escColReSet().
| void osl::record::ChangeShellColor::escColReSet | ( | ) | const [private] |
kanjiPrint.cc の 145 行で定義されています。
参照先 color, osl::record::Color::isValid(), と os.
参照元 ~ChangeShellColor().
| void osl::record::ChangeShellColor::escColSet | ( | ) | const [private] |
kanjiPrint.cc の 138 行で定義されています。
参照先 color, osl::record::Color::isValid(), と os.
参照元 ChangeShellColor().
const Color osl::record::ChangeShellColor::color [private] |
kanjiPrint.h の 82 行で定義されています。
参照元 escColReSet(), と escColSet().
std::ostream& osl::record::ChangeShellColor::os [private] |
kanjiPrint.h の 81 行で定義されています。
参照元 escColReSet(), と escColSet().
1.6.3