dng_abort_sniffer Class ReferenceClass for signaling user cancellation and receiving progress updates. More...
Detailed DescriptionClass for signaling user cancellation and receiving progress updates.DNG SDK clients should derive a host application specific implementation from this class. Member Function Documentation
Should be implemented by derived classes to check for an user cancellation. Referenced by SniffForAbort().
Check for pending user cancellation or other abort. ThrowUserCanceled will be called if one is pending. This static method is provided as a convenience for quickly testing for an abort and throwing an exception if one is pending.
References Priority(), and Sniff(). Referenced by dng_stream::Flush(), dng_stream::Get(), dng_area_task::ProcessOnThread(), dng_stream::Put(), and dng_sniffer_task::Sniff().
Signals the start of a named task withn processing in the DNG SDK. Tasks may be nested.
Referenced by dng_sniffer_task::dng_sniffer_task().
Signals progress made on current task.
Referenced by dng_sniffer_task::UpdateProgress().
The documentation for this class was generated from the following files:
|