Difference between revisions of "IAdeUICallbacks::HideProgressBar/zh"

(Created page with "在ShowProgressBar()被计算时最少调用一次,计算已经完成或者进度条从视野内隐藏。")
(Created page with "如果你想要你的用户界面建立在ADE之上,并能够提供调用ShowProgressBar()函数的模型的进度反馈,你需要同时使用IAdeUICallbacks::Sh...")
Line 6: Line 6:
 
在[[ShowProgressBar]]()被计算时最少调用一次,计算已经完成或者进度条从视野内隐藏。
 
在[[ShowProgressBar]]()被计算时最少调用一次,计算已经完成或者进度条从视野内隐藏。
  
You'll implement this function along with [[IAdeUICallbacks::ShowProgressBar]] if you want your user-interface build on top of [[ADE]] to be able to provide progress feedback for models that call the [[ShowProgressBar]]() function.
+
如果你想要你的用户界面建立在[[ADE]]之上,并能够提供调用[[ShowProgressBar]]()函数的模型的进度反馈,你需要同时使用[[IAdeUICallbacks::ShowProgressBar/zh|IAdeUICallbacks::ShowProgressBar]]和该函数.
  
 
== 参 数 ==
 
== 参 数 ==

Revision as of 03:02, 27 October 2015

ADE User Guide > ADE Server Class Reference > IAdeUICallbacks

Other languages:
English • ‎中文

void IAdeUICallbacks::HideProgressBar()

ShowProgressBar()被计算时最少调用一次,计算已经完成或者进度条从视野内隐藏。

如果你想要你的用户界面建立在ADE之上,并能够提供调用ShowProgressBar()函数的模型的进度反馈,你需要同时使用IAdeUICallbacks::ShowProgressBar和该函数.

参 数

无。

返回值

另请参考

Comments


You are not allowed to post comments.