dispatch
DOM ステータス メッセージのディスパッチ
説明
dispatch(
は、DOM ステータス メッセージをディスパッチします。dispatcher
,message
)
例
進行状況メッセージの追加およびディスパッチ
この例では、レポートを生成するときに表示する進行状況メッセージを追加する方法を示します。
ディスパッチャーとリスナーをレポートに追加します。
import mlreportgen.dom.*; doctype = 'html'; d = Document('test',doctype); d.Tag = 'My report'; dispatcher = MessageDispatcher.getTheDispatcher; l = addlistener(dispatcher,'Message', ... @(src,evtdata) disp(evtdata.Message.formatAsText)); open(d); dispatch(dispatcher,ProgressMessage('starting chapter',d)); p = Paragraph('Chapter '); p.Tag = 'chapter title'; append(d,p); close(d); rptview('test',doctype); delete (l);
MATLAB® コマンド ウィンドウで進行状況メッセージをチェックします。事前定義された DOM 進行状況メッセージに加えて、starting chapter
メッセージが表示されます。
入力引数
dispatcher
— DOM メッセージ ディスパッチャー
mlreportgen.dom.MessageDispatcher
オブジェクト
DOM メッセージ ディスパッチャー。mlreportgen.dom.MessageDispatcher
オブジェクトとして指定します。
message
— ディスパッチするメッセージ
メッセージ オブジェクト
以下の DOM メッセージ オブジェクト タイプからいずれかを選択します。
mlreportgen.dom.ProgressMessage
mlreportgen.dom.WarningMessage
mlreportgen.dom.ErrorMessage
mlreportgen.dom.DebugMessage
バージョン履歴
R2014b で導入
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)