#include <callbacks.h>
|
| virtual bool | Log (const string &message)=0 |
| virtual bool | Progress (double fraction)=0 |
| virtual bool | Cancelled ()=0 |
Definition at line 28 of file autotrack/callbacks.h.
◆ Cancelled()
| virtual bool mv::OperationListener::Cancelled |
( |
| ) |
|
|
pure virtual |
◆ Log()
| virtual bool mv::OperationListener::Log |
( |
const string & | message | ) |
|
|
pure virtual |
◆ Progress()
| virtual bool mv::OperationListener::Progress |
( |
double | fraction | ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: