.. _api_MethodCallEvent: MethodCallEvent =============== Inherited: None .. _api_MethodCallEvent_description: Description ----------- .. _api_MethodCallEvent_public: Public Methods -------------- +-------------------------------------+----------------------------------------------------+ | const :ref:`Variant` * | :ref:`args` () const | +-------------------------------------+----------------------------------------------------+ | int32_t | :ref:`method` () const | +-------------------------------------+----------------------------------------------------+ | :ref:`Object` * | :ref:`sender` () const | +-------------------------------------+----------------------------------------------------+ .. _api_MethodCallEvent_static: Static Methods -------------- None .. _api_MethodCallEvent_methods: Methods Description ------------------- .. _api_MethodCallEvent_args: const :ref:`Variant` * **MethodCallEvent::args** () const Returns an arguments array for method invocation. ---- .. _api_MethodCallEvent_method: int32_t **MethodCallEvent::method** () const Returns an index of method. ---- .. _api_MethodCallEvent_sender: :ref:`Object` * **MethodCallEvent::sender** () const Returns the object that sent this event.