aliceml_message.h

#include "aliceml.h"
#include "aliceml_array.h"
#include "aliceml_font_cacher.h"
#include "aliceml_text_surface_cacher.h"
#include "aliceml_command_list.h"
#include "aliceml_link_list.h"
#include "aliceml_dirty_rect.h"
#include "aliceml_string.h"

ソースコードを見る。

データ構造

struct  ML_Message
 メッセージレイヤオブジェクトです。 [詳細]

関数

ALICEMLAPI ML_Message *ALICEMLCALL ML_Message_Create (ML_Backend *backend, int width, int height)
 書き込み先であるサーフェイスからML_Messageを作成します。
ALICEMLAPI void ALICEMLCALL ML_Message_Destroy (ML_Message *message)
 ML_Messageを破棄します。
ALICEMLAPI ML_bool ALICEMLCALL ML_Message_IsShowing (ML_Message *message)
 文字を表示中(消去中ではない)か調べます。
ALICEMLAPI ML_bool ALICEMLCALL ML_Message_IsHiding (ML_Message *message)
 文字を消去中か調べます。


関数

ALICEMLAPI ML_Message* ALICEMLCALL ML_Message_Create ( ML_Backend backend,
int  width,
int  height 
)

書き込み先であるサーフェイスからML_Messageを作成します。

ALICEMLAPI void ALICEMLCALL ML_Message_Destroy ( ML_Message message  ) 

ML_Messageを破棄します。

ALICEMLAPI ML_bool ALICEMLCALL ML_Message_IsHiding ( ML_Message message  ) 

文字を消去中か調べます。

ALICEMLAPI ML_bool ALICEMLCALL ML_Message_IsShowing ( ML_Message message  ) 

文字を表示中(消去中ではない)か調べます。


AliceMLに対してWed Jan 28 23:31:37 2009に生成されました。  doxygen 1.5.5