Difference between revisions of "IAdeUICallbacks::HideProgressBar/zh"
(Created page with "* IAdeUICallbacks::ShowProgressBar/IAdeUICallbacks::ShowProgressBar方法 * ShowProgressBar() 函数") |
(Created page with "在ShowProgressBar()被计算时最少调用一次,计算已经完成或者进度条从视野内隐藏。") |
||
Line 4: | Line 4: | ||
= void [[IAdeUICallbacks]]::HideProgressBar() = | = void [[IAdeUICallbacks]]::HideProgressBar() = | ||
− | + | 在[[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. | 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. |
Revision as of 03:00, 27 October 2015
ADE User Guide > ADE Server Class Reference > IAdeUICallbacks
void IAdeUICallbacks::HideProgressBar()
在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.
参 数
无。
返回值
无
另请参考
Comments
Enable comment auto-refresher