#include <methodbase.h>
◆ Method()
template<typename T_type >
◆ create()
template<typename T_type >
static std::shared_ptr<Method<T_type> > DBus::Method< T_type >::create |
( |
const std::string & |
name | ) |
|
|
inlinestatic |
◆ handle_call_message()
template<typename T_type >
Implements DBus::MethodBase.
References DBus::ErrorMessage::create(), DBUS_CXX_PACKAGE_MAJOR_VERSION, DBUS_CXX_PACKAGE_MICRO_VERSION, DBUS_CXX_PACKAGE_MINOR_VERSION, DBUSCXX_DEBUG_STDSTR, DBUSCXX_ERROR_FAILED, DBUSCXX_ERROR_INVALID_SIGNATURE, DBus::Handled, DBus::Method< T_type >::m_slot, DBus::MethodBase::name(), DBus::Not_Handled, and DBus::MethodBase::sendMessage().
◆ introspect()
template<typename T_type >
virtual std::string DBus::Method< T_type >::introspect |
( |
int |
space_depth = 0 | ) |
const |
|
inlinevirtual |
◆ set_method()
template<typename T_type >
void DBus::Method< T_type >::set_method |
( |
sigc::slot< T_type > |
slot | ) |
|
|
inline |
◆ m_slot
template<typename T_type >
The documentation for this class was generated from the following file: