Public Member Functions | |
UpdateLock (const UpdateLock &) | |
Copy the lock. | |
~UpdateLock () | |
Releases and destroys the scope dependent lock. |
You need to get this lock only when you want to manipulate widgets outside of the event loop. Inside the event loop, this lock is already held by the library itself.
Wt::WApplication::UpdateLock::UpdateLock | ( | const UpdateLock & | other | ) |
Copy the lock.
By copying the lock, the lock is transferred. The original object becomes empty, and its destructor has no effect of releasing the lock.