Qtリファレンス Alt Key 新しいページはコチラ
提供: yonewiki
(→API) |
|||
45行: | 45行: | ||
=== '''API''' === | === '''API''' === | ||
− | *Include(インクルードするファイル) | + | *<span style="color:#cccccc;">Include</span>(インクルードするファイル) |
#include "alt_key.hpp" | #include "alt_key.hpp" | ||
− | This includes the kuhn_munkres.hpp file. Either copy the four files into your project or soft link them or add them to your include path. | + | <span style="color:#cccccc;">This includes the kuhn_munkres.hpp file.</span>(これはkuhn_munkres.hppファイルをインクルードします。) <span style="color:#cccccc;">Either copy the four files into your project or soft link them or add them to your include path.</span>(4つのファイルをプロジェクトにコピーするか、ソフトリンクするか、インクルードパスに追加します。 ) |
*Constant | *Constant | ||
54行: | 54行: | ||
− | This string holds the characters that are eligible to be used as accelerators: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ. All the functions that take an alphabet argument use this as their default value. If you choose to use a different alphabet you may only use uppercase letters (or no-case letters for languages that don't distinguish case). | + | <span style="color:#cccccc;">This string holds the characters that are eligible to be used as accelerators</span>(この文字列は、アクセラレータとして使用できる文字を保持します ): 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ. All the functions that take an alphabet argument use this as their default value. If you choose to use a different alphabet you may only use uppercase letters (or no-case letters for languages that don't distinguish case). |
(Actually this is now an instance of the private AQP::_Alphabet class; the class provides a single method which is a QString conversion function, so in most cases it can be used wherever a QString is expected. The reason for this change is to make the alphabet string translatable.) | (Actually this is now an instance of the private AQP::_Alphabet class; the class provides a single method which is a QString conversion function, so in most cases it can be used wherever a QString is expected. The reason for this change is to make the alphabet string translatable.) | ||
Main Functions | Main Functions |