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