m17n ライブラリ 1.8.4
読み取り中…
検索中…
一致する文字列を見つけられません
フィールド
MTextProperty 構造体

テキストプロパティの型宣言. [詳解]

#include <textprop.h>

フィールド

M17NObject control
 
unsigned attach_count
 
MTextmt
 
int start
 
int end
 
MSymbol key
 
void * val
 

詳解

テキストプロパティの型宣言.

MTextPropertyテキストプロパティ オブジェクトの型である。 内部構造はアプリケーションプログラムからは見えない。

フィールド詳解

◆ control

M17NObject MTextProperty::control

◆ attach_count

unsigned MTextProperty::attach_count

◆ mt

MText* MTextProperty::mt

◆ start

int MTextProperty::start

◆ end

int MTextProperty::end

◆ key

MSymbol MTextProperty::key

◆ val

void* MTextProperty::val

m17n-lib Home