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 = osl::record::StandardCharacters::dan |
static const CArray< std::string, 10 > | suji = osl::record::StandardCharacters::suji |
static const CArray< std::string, 32 > | pieces |
![]() | |
static const CArray< std::string, 32 > | stand |
ロシア文字(激指フォント用)
Definition at line 158 of file kanjiPrint.h.
|
inlinevirtual |
段数の文字を返す
Implements osl::record::Characters.
Definition at line 164 of file kanjiPrint.h.
References dan.
|
inlinevirtual |
盤面上の駒を返す
Implements osl::record::Characters.
Definition at line 166 of file kanjiPrint.h.
References pieces.
|
inlinevirtual |
筋の文字を返す。駒の文字幅に合わせる必要がある。
Implements osl::record::Characters.
Definition at line 165 of file kanjiPrint.h.
References suji.
|
static |
Definition at line 160 of file kanjiPrint.h.
Referenced by getDan().
|
static |
Definition at line 128 of file kanjiPrint.h.
Referenced by getPiece().
|
static |
Definition at line 161 of file kanjiPrint.h.
Referenced by getSuji().