My Project
|
持ち駒用(標準文字)
More...
#include <kanjiPrint.h>
Public Member Functions | |
const std::string & | getDan (const size_t index) const |
段数の文字を返す | |
const std::string & | getSuji (const size_t index) const |
筋の文字を返す。駒の文字幅に合わせる必要がある。 | |
const std::string & | getPiece (const size_t index) const |
盤面上の駒を返す | |
![]() | |
virtual | ~Characters () |
const std::string & | getStand (const size_t index) const |
持ち駒の漢字文字を返す。1文字を期待する | |
const std::string & | stand_kanji (const PtypeO &ptypeo) const |
const std::string & | kanji (const PtypeO &ptypeo) const |
const std::string & | kanji (Ptype ptype) const |
Static Public Attributes | |
static const CArray< std::string, 10 > | dan |
段数の文字 | |
static const CArray< std::string, 10 > | suji |
筋の文字。駒の文字幅に合わせる必要がある。 | |
static const CArray< std::string, 32 > | pieces |
盤面上の駒の漢字文字 | |
![]() | |
static const CArray< std::string, 32 > | stand |
持ち駒用(標準文字)
Definition at line 143 of file kanjiPrint.h.
|
inlinevirtual |
段数の文字を返す
Implements osl::record::Characters.
Definition at line 152 of file kanjiPrint.h.
References dan.
|
inlinevirtual |
盤面上の駒を返す
Implements osl::record::Characters.
Definition at line 154 of file kanjiPrint.h.
References pieces.
|
inlinevirtual |
筋の文字を返す。駒の文字幅に合わせる必要がある。
Implements osl::record::Characters.
Definition at line 153 of file kanjiPrint.h.
References suji.
|
static |
段数の文字
Definition at line 111 of file kanjiPrint.h.
Referenced by getDan(), and osl::record::KanjiMove::KanjiMove().
|
static |
盤面上の駒の漢字文字
Definition at line 115 of file kanjiPrint.h.
Referenced by getPiece().
|
static |
筋の文字。駒の文字幅に合わせる必要がある。
Definition at line 113 of file kanjiPrint.h.
Referenced by getSuji(), and osl::record::KanjiMove::KanjiMove().