glibmm
2.52.1
|
Use the connect() method, with sigc::ptr_fun() or sigc::mem_fun() to connect signals to signal handlers. More...
#include <glibmm/propertyproxy_base.h>
Public Types | |
using | SlotType = sigc::slot< void > |
Public Member Functions | |
SignalProxyProperty (Glib::ObjectBase* obj, const gchar* property_name) | |
~SignalProxyProperty () noexcept | |
sigc::connection | connect (const SlotType& slot) |
sigc::connection | connect (SlotType&& slot) |
![]() | |
SignalProxyBase (Glib::ObjectBase* obj) | |
Protected Attributes | |
const char* | property_name_ |
![]() | |
ObjectBase* | obj_ |
Use the connect() method, with sigc::ptr_fun() or sigc::mem_fun() to connect signals to signal handlers.
using Glib::SignalProxyProperty::SlotType = sigc::slot<void> |
Glib::SignalProxyProperty::SignalProxyProperty | ( | Glib::ObjectBase* | obj, |
const gchar * | property_name | ||
) |
|
noexcept |
sigc::connection Glib::SignalProxyProperty::connect | ( | const SlotType& | slot | ) |
sigc::connection Glib::SignalProxyProperty::connect | ( | SlotType&& | slot | ) |
|
protected |