|
swift
|
Hand over indication task to an embedded view. More...
Public Member Functions | |
| void | enableLoadIndicator (bool enable) |
| Enable loading indicator. | |
| bool | isShowingLoadIndicator () const |
| Showing load indicator? | |
| int | showLoadIndicator (std::chrono::milliseconds timeout=std::chrono::milliseconds(0)) |
| Show loading indicator. | |
| void | hideLoadIndicator () |
| Hide loading indicator. | |
Protected Member Functions | |
| CEnableForViewBasedIndicator (views::CViewBaseNonTemplate *viewWithIndicator=nullptr) | |
| Constructor. | |
| void | setViewWithIndicator (swift::gui::views::CViewBaseNonTemplate *viewWithIndicator) |
| Set the corresponding view. | |
Hand over indication task to an embedded view.
Definition at line 20 of file enableforviewbasedindicator.h.