m17n ライブラリ 1.8.4
|
テキストプロパティの型宣言
.
[詳解]
#include <textprop.h>
フィールド | |
M17NObject | control |
unsigned | attach_count |
MText * | mt |
int | start |
int | end |
MSymbol | key |
void * | val |
テキストプロパティの型宣言
.
MTextProperty は テキストプロパティ オブジェクトの型である。 内部構造はアプリケーションプログラムからは見えない。
M17NObject MTextProperty::control |
unsigned MTextProperty::attach_count |
MText* MTextProperty::mt |
int MTextProperty::start |
int MTextProperty::end |
MSymbol MTextProperty::key |
void* MTextProperty::val |