libqi-api
2.8.7.4
|
This is the complete list of members for qi::GenericObject, including all inherited members.
_build() | qi::Manageable | static |
_nextTraceId() | qi::Manageable | |
async(const std::string &methodName, Args &&...args) | qi::GenericObject | |
call(const std::string &methodName, Args &&...args) | qi::GenericObject | |
clearStats() | qi::Manageable | |
connect(const std::string &eventName, FUNCTOR_TYPE callback, MetaCallType threadingModel=MetaCallType_Direct) | qi::GenericObject | |
connect(const std::string &name, const SignalSubscriber &functor) | qi::GenericObject | |
connect(unsigned int signal, const SignalSubscriber &subscriber) | qi::GenericObject | |
connect(unsigned int signal, AnyObject target, unsigned int slot) | qi::GenericObject | |
connect(const std::string &eventName, FUNCTION_TYPE callback, MetaCallType model) | qi::GenericObject | |
disconnect(SignalLink linkId) | qi::GenericObject | |
enableStats(bool enable) | qi::Manageable | |
enableTrace(bool enable) | qi::Manageable | |
endId | qi::Manageable | static |
executionContext() const | qi::Manageable | |
findMethod(const std::string &name, const GenericFunctionParameters ¶meters) | qi::GenericObject | |
forceExecutionContext(boost::shared_ptr< ExecutionContext > eventLoop) | qi::Manageable | |
GenericObject(ObjectTypeInterface *type, void *value, const boost::optional< ObjectUid > &maybeUid=boost::none) | qi::GenericObject | |
initMutex() | qi::Manageable | |
isStatsEnabled() const | qi::Manageable | |
isTraceEnabled() const | qi::Manageable | |
isValid() | qi::GenericObject | inline |
Manageable() | qi::Manageable | protected |
Manageable(const Manageable &b) | qi::Manageable | protected |
manageableMetaObject() | qi::Manageable | static |
manageableMmethodMap() | qi::Manageable | static |
manageableSignalMap() | qi::Manageable | static |
metaCall(const std::string &nameWithOptionalSignature, const GenericFunctionParameters ¶ms, MetaCallType callType=MetaCallType_Auto, Signature returnSignature=Signature()) | qi::GenericObject | |
metaCall(unsigned int method, const GenericFunctionParameters ¶ms, MetaCallType callType=MetaCallType_Auto, Signature returnSignature=Signature()) | qi::GenericObject | |
metaObject() | qi::GenericObject | |
metaPost(unsigned int event, const GenericFunctionParameters ¶ms) | qi::GenericObject | |
metaPost(const std::string &nameWithOptionalSignature, const GenericFunctionParameters &in) | qi::GenericObject | |
MethodMap typedef | qi::Manageable | |
operator=(const Manageable &b) | qi::Manageable | protected |
post(const std::string &eventName, qi::AutoAnyReference p1=qi::AutoAnyReference(), qi::AutoAnyReference p2=qi::AutoAnyReference(), qi::AutoAnyReference p3=qi::AutoAnyReference(), qi::AutoAnyReference p4=qi::AutoAnyReference(), qi::AutoAnyReference p5=qi::AutoAnyReference(), qi::AutoAnyReference p6=qi::AutoAnyReference(), qi::AutoAnyReference p7=qi::AutoAnyReference(), qi::AutoAnyReference p8=qi::AutoAnyReference()) | qi::GenericObject | |
property(const std::string &name) | qi::GenericObject | |
property(unsigned int id) | qi::GenericObject | |
pushStats(int slotId, float wallTime, float userTime, float systemTime) | qi::Manageable | |
setProperty(const std::string &name, const T &val) | qi::GenericObject | |
setProperty(unsigned int id, const AnyValue &val) | qi::GenericObject | |
SignalGetter typedef | qi::Manageable | |
SignalMap typedef | qi::Manageable | |
startId | qi::Manageable | static |
stats() const | qi::Manageable | |
traceObject | qi::Manageable | |
type | qi::GenericObject | |
uid | qi::GenericObject | |
value | qi::GenericObject | |
~GenericObject() | qi::GenericObject | |
~Manageable() | qi::Manageable | virtual |