|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
static IntPtr | ClassID< T > () |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
The UpdateNotifier class is a smart pointer that is associated with a window update. It is a special type of control that is used for synchronizing with a window update status.
◆ UpdateNotifier()
The move constructor creates an UpdateNotifier by transferring the underlying impl of the rvalue reference to this UpdateNotifier thereby avoiding a copy and allocation.
- Parameters
-
in_that | An rvalue reference to an UpdateNotifier to take the impl from. |
◆ Assign()
Share the underlying smart-pointer of the UpdateNotifier source.
- Parameters
-
◆ Cancel()
Requests to cancel this Notifier's Update operation. The cancel operation returns without waiting for the Update to complete. To ensure that the Update is complete, you must call Wait().
- Returns
- A reference to this UpdateNotifier.
◆ ObjectType()
override HPS.Type HPS.UpdateNotifier.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
◆ Status()
◆ Wait()
Wait for this Notifier to complete its Update.
- Returns
- A reference to this UpdateNotifier.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.UpdateNotifier.cs