Go to the documentation of this file.
2 #include <qi/anymodule.hpp>
10 :
qi::Proxy(std::move(obj))
16 _obj.call<
void>(
"reset");
21 _obj.call<
void>(
"notifyRunning");
26 _obj.call<
void>(
"notifyFinished");
31 _obj.call<
void>(
"notifyCanceled");
36 _obj.call<
void>(
"notifyFailed");
41 _obj.call<
void>(
"notifyProgressed", newProgress);
46 return _obj.call<
bool>(
"isRunning");
51 return _obj.async<
void>(
"waitForFinished");
57 _obj.call<
void>(
"_reset");
62 _obj.call<
void>(
"_notifyRunning");
67 _obj.call<
void>(
"_notifyFinished");
72 _obj.call<
void>(
"_notifyCanceled");
77 _obj.call<
void>(
"_notifyFailed");
82 _obj.call<
void>(
"_notifyProgressed", newProgress);
89 ::qi::registerProxyInterface<ProgressNotifierProxy, ProgressNotifier>();
void _notifyFinished() override
Future< void > waitForFinished() override
void _qiregisterProgressNotifierProxy()
void _notifyCanceled() override
void _notifyFailed() override
bool isRunning() const override
void _notifyRunning() override
void notifyFailed() override
void notifyRunning() override
void _notifyProgressed(double newProgress) override
void notifyProgressed(double newProgress) override
ProgressNotifierProxy(qi::AnyObject obj)
void notifyFinished() override
void notifyCanceled() override
naoqi_libqicore
Author(s): Aldebaran
autogenerated on Wed Sep 14 2022 02:22:41