|  | 
|  | SimpleActionGroup (SimpleActionGroup &&src) noexcept | 
|  | 
| SimpleActionGroup & | operator= (SimpleActionGroup &&src) noexcept | 
|  | 
|  | ~SimpleActionGroup () noexcept override | 
|  | 
| GSimpleActionGroup * | gobj () | 
|  | Provides access to the underlying C GObject. 
 | 
|  | 
| const GSimpleActionGroup * | gobj () const | 
|  | Provides access to the underlying C GObject. 
 | 
|  | 
| GSimpleActionGroup * | gobj_copy () | 
|  | Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. 
 | 
|  | 
|  | Object (const Object &)=delete | 
|  | 
| Object & | operator= (const Object &)=delete | 
|  | 
|  | Object (Object &&src) noexcept | 
|  | 
| Object & | operator= (Object &&src) noexcept | 
|  | 
| void * | get_data (const QueryQuark & key) | 
|  | 
| void | set_data (const Quark & key, void *data) | 
|  | 
| void | set_data_with_c_callback (const Quark & key, void *data, GDestroyNotify notify) | 
|  | 
| void | set_data (const Quark & key, void *data, DestroyNotify notify) | 
|  | Prefer set_data_with_c_callback() with a callback with C linkage. 
 | 
|  | 
| void | remove_data (const QueryQuark &quark) | 
|  | 
| void * | steal_data (const QueryQuark &quark) | 
|  | 
|  | ObjectBase (const ObjectBase &)=delete | 
|  | 
| ObjectBase & | operator= (const ObjectBase &)=delete | 
|  | 
| void | set_property_value (const Glib::ustring & property_name, const Glib::ValueBase & value) | 
|  | You probably want to use a specific property_*() accessor method instead. 
 | 
|  | 
| void | get_property_value (const Glib::ustring & property_name, Glib::ValueBase & value) const | 
|  | You probably want to use a specific property_*() accessor method instead. 
 | 
|  | 
| template<class PropertyType > | 
| void | set_property (const Glib::ustring & property_name, const PropertyType & value) | 
|  | You probably want to use a specific property_*() accessor method instead. 
 | 
|  | 
| template<class PropertyType > | 
| void | get_property (const Glib::ustring & property_name, PropertyType & value) const | 
|  | You probably want to use a specific property_*() accessor method instead. 
 | 
|  | 
| template<class PropertyType > | 
| PropertyType | get_property (const Glib::ustring & property_name) const | 
|  | You probably want to use a specific property_*() accessor method instead. 
 | 
|  | 
| sigc::connection | connect_property_changed (const Glib::ustring & property_name, const sigc::slot< void()> & slot) | 
|  | You can use the signal_changed() signal of the property proxy instead. 
 | 
|  | 
| sigc::connection | connect_property_changed (const Glib::ustring & property_name, sigc::slot< void()> && slot) | 
|  | You can use the signal_changed() signal of the property proxy instead. 
 | 
|  | 
| void | freeze_notify () | 
|  | Increases the freeze count on object. 
 | 
|  | 
| void | thaw_notify () | 
|  | Reverts the effect of a previous call to freeze_notify(). 
 | 
|  | 
| virtual void | reference () const | 
|  | Increment the reference count for this object. 
 | 
|  | 
| virtual void | unreference () const | 
|  | Decrement the reference count for this object. 
 | 
|  | 
| GObject * | gobj () | 
|  | Provides access to the underlying C GObject. 
 | 
|  | 
| const GObject * | gobj () const | 
|  | Provides access to the underlying C GObject. 
 | 
|  | 
| GObject * | gobj_copy () const | 
|  | Give a ref-ed copy to someone. Use for direct struct access. 
 | 
|  | 
|  | trackable () noexcept | 
|  | 
|  | trackable (const trackable &src) noexcept | 
|  | 
|  | trackable (trackable &&src) noexcept | 
|  | 
|  | ~trackable () | 
|  | 
| void | add_destroy_notify_callback (notifiable *data, func_destroy_notify func) const | 
|  | 
| void | notify_callbacks () | 
|  | 
| trackable & | operator= (const trackable &src) | 
|  | 
| trackable & | operator= (trackable &&src) noexcept | 
|  | 
| void | remove_destroy_notify_callback (notifiable *data) const | 
|  | 
|  | ActionGroup (ActionGroup &&src) noexcept | 
|  | 
| ActionGroup & | operator= (ActionGroup &&src) noexcept | 
|  | 
|  | ~ActionGroup () noexcept override | 
|  | 
| GActionGroup * | gobj () | 
|  | Provides access to the underlying C GObject. 
 | 
|  | 
| const GActionGroup * | gobj () const | 
|  | Provides access to the underlying C GObject. 
 | 
|  | 
| bool | has_action (const Glib::ustring &action_name) const | 
|  | Checks if the named action exists within action_group. 
 | 
|  | 
| std::vector< Glib::ustring > | list_actions () const | 
|  | Lists the actions contained within action_group. 
 | 
|  | 
| bool | query_action (const Glib::ustring &action_name, bool &enabled, Glib::VariantType ¶meter_type, Glib::VariantBase &state_hint, Glib::VariantType &state_type, Glib::VariantBase & state) | 
|  | Queries all aspects of the named action within an action_group. 
 | 
|  | 
| bool | query_action (const Glib::ustring &action_name, bool &enabled, Glib::VariantType ¶meter_type, Glib::VariantBase &state_hint, Glib::VariantType &state_type) | 
|  | A query_action() convenience overload. 
 | 
|  | 
| bool | query_action (const Glib::ustring &action_name, bool &enabled, Glib::VariantType ¶meter_type, Glib::VariantBase &state_hint, Glib::VariantBase & state) | 
|  | A query_action() convenience overload. 
 | 
|  | 
| bool | query_action (const Glib::ustring &action_name, bool &enabled, Glib::VariantType ¶meter_type, Glib::VariantBase &state_hint) | 
|  | A query_action() convenience overload. 
 | 
|  | 
| bool | query_action (const Glib::ustring &action_name, bool &enabled, Glib::VariantBase &state_hint, Glib::VariantType &state_type, Glib::VariantBase & state) | 
|  | A query_action() convenience overload. 
 | 
|  | 
| bool | query_action (const Glib::ustring &action_name, bool &enabled, Glib::VariantBase &state_hint, Glib::VariantType &state_type) | 
|  | A query_action() convenience overload. 
 | 
|  | 
| bool | query_action (const Glib::ustring &action_name, bool &enabled, Glib::VariantBase &state_hint, Glib::VariantBase & state) | 
|  | A query_action() convenience overload. 
 | 
|  | 
| bool | query_action (const Glib::ustring &action_name, bool &enabled, Glib::VariantBase &state_hint) | 
|  | A query_action() convenience overload. 
 | 
|  | 
| bool | get_action_enabled (const Glib::ustring &action_name) const | 
|  | Checks if the named action within action_group is currently enabled. 
 | 
|  | 
| Glib::VariantType | get_action_parameter_type (const Glib::ustring &action_name) const | 
|  | Queries the type of the parameter that must be given when activating the named action within action_group. 
 | 
|  | 
| Glib::VariantType | get_action_state_type (const Glib::ustring &action_name) const | 
|  | Queries the type of the state of the named action within action_group. 
 | 
|  | 
| template<typename T_Value > | 
| void | get_action_state_hint (const Glib::ustring &action_name, T_Value & value) const | 
|  | Requests a hint about the valid range of values for the state of the named action within the action group. 
 | 
|  | 
| Glib::VariantContainerBase | get_action_state_hint_variant (const Glib::ustring &action_name) const | 
|  | Requests a hint about the valid range of values for the state of the named action within action_group. 
 | 
|  | 
| template<typename T_Value > | 
| void | get_action_state (const Glib::ustring &action_name, T_Value & value) const | 
|  | Queries the current state of the named action within the action group. 
 | 
|  | 
| Glib::VariantBase | get_action_state_variant (const Glib::ustring &action_name) const | 
|  | Queries the current state of the named action within action_group. 
 | 
|  | 
| void | change_action_state (const Glib::ustring &action_name, const Glib::VariantBase & value) | 
|  | Request for the state of the named action within action_group to be changed to value. 
 | 
|  | 
| void | activate_action (const Glib::ustring &action_name, const Glib::VariantBase ¶meter) | 
|  | Activate the named action within action_group. 
 | 
|  | 
| void | activate_action (const Glib::ustring &action_name) | 
|  | A activate_action() convenience overload. 
 | 
|  | 
| void | action_added (const Glib::ustring &action_name) | 
|  | Emits the Gio::ActionGroup::signal_action_added() signal on action_group. 
 | 
|  | 
| void | action_removed (const Glib::ustring &action_name) | 
|  | Emits the Gio::ActionGroup::signal_action_removed() signal on action_group. 
 | 
|  | 
| void | action_enabled_changed (const Glib::ustring &action_name, bool enabled) | 
|  | Emits the Gio::ActionGroup::signal_action_enabled_changed() signal on action_group. 
 | 
|  | 
| void | action_state_changed (const Glib::ustring &action_name, const Glib::VariantBase & state) | 
|  | Emits the Gio::ActionGroup::signal_action_state_changed() signal on action_group. 
 | 
|  | 
| Glib::SignalProxyDetailed< void(const Glib::ustring &)> | signal_action_added (const Glib::ustring &action_name={}) | 
|  | 
| Glib::SignalProxyDetailed< void(const Glib::ustring &, bool)> | signal_action_enabled_changed (const Glib::ustring &action_name={}) | 
|  | 
| Glib::SignalProxyDetailed< void(const Glib::ustring &)> | signal_action_removed (const Glib::ustring &action_name={}) | 
|  | 
| Glib::SignalProxyDetailed< void(const Glib::ustring &, const Glib::VariantBase &)> | signal_action_state_changed (const Glib::ustring &action_name={}) | 
|  | 
|  | Interface () | 
|  | A Default constructor. 
 | 
|  | 
|  | Interface (Interface &&src) noexcept | 
|  | 
| Interface & | operator= (Interface &&src) noexcept | 
|  | 
|  | Interface (const Glib::Interface_Class &interface_class) | 
|  | Called by constructors of derived classes. 
 | 
|  | 
|  | Interface (GObject *castitem) | 
|  | Called by constructors of derived classes. 
 | 
|  | 
|  | ~Interface () noexcept override | 
|  | 
|  | Interface (const Interface &)=delete | 
|  | 
| Interface & | operator= (const Interface &)=delete | 
|  | 
| GObject * | gobj () | 
|  | 
| const GObject * | gobj () const | 
|  | 
|  | ActionMap (ActionMap &&src) noexcept | 
|  | 
| ActionMap & | operator= (ActionMap &&src) noexcept | 
|  | 
|  | ~ActionMap () noexcept override | 
|  | 
| GActionMap * | gobj () | 
|  | Provides access to the underlying C GObject. 
 | 
|  | 
| const GActionMap * | gobj () const | 
|  | Provides access to the underlying C GObject. 
 | 
|  | 
| void | add_action (const Glib::RefPtr< Action > &action) | 
|  | Adds an action to the action_map. 
 | 
|  | 
| void | remove_action (const Glib::ustring &action_name) | 
|  | Removes the named action from the action map. 
 | 
|  | 
| Glib::RefPtr< Action > | lookup_action (const Glib::ustring &action_name) | 
|  | Looks up the action with the name action_name in action_map. 
 | 
|  | 
| Glib::RefPtr< const Action > | lookup_action (const Glib::ustring &action_name) const | 
|  | Looks up the action with the name action_name in action_map. 
 | 
|  | 
| Glib::RefPtr< SimpleAction > | add_action (const Glib::ustring & name) | 
|  | A convenience method for creating a SimpleAction instance and adding it to the ActionMap. 
 | 
|  | 
| Glib::RefPtr< SimpleAction > | add_action (const Glib::ustring & name, const ActivateSlot & slot) | 
|  | A convenience method for creating a SimpleAction instance and adding it to the ActionMap. 
 | 
|  | 
| Glib::RefPtr< SimpleAction > | add_action_with_parameter (const Glib::ustring & name, const Glib::VariantType ¶meter_type, const ActivateWithParameterSlot & slot) | 
|  | A convenience method for creating a SimpleAction instance, which when activated will call a slot receiving a given type of parameter, and adding that SimpleAction to the ActionMap. 
 | 
|  | 
| Glib::RefPtr< SimpleAction > | add_action_bool (const Glib::ustring & name, bool state=false) | 
|  | A convenience method for creating a boolean-stateful SimpleAction instance and adding it to the ActionMap. 
 | 
|  | 
| Glib::RefPtr< SimpleAction > | add_action_bool (const Glib::ustring & name, const ActivateSlot & slot, bool state=false) | 
|  | A convenience method for creating a boolean-stateful (toggle) SimpleAction instance and adding it to the ActionMap. 
 | 
|  | 
| Glib::RefPtr< SimpleAction > | add_action_radio_string (const Glib::ustring & name, const Glib::ustring & state) | 
|  | A convenience method for creating a string-based radio SimpleAction instance and adding it to the ActionMap. 
 | 
|  | 
| Glib::RefPtr< SimpleAction > | add_action_radio_string (const Glib::ustring & name, const ActivateWithStringParameterSlot & slot, const Glib::ustring & state) | 
|  | A convenience method for creating a string-based radio SimpleAction instance and adding it to the ActionMap. 
 | 
|  | 
| Glib::RefPtr< SimpleAction > | add_action_radio_integer (const Glib::ustring & name, gint32 state) | 
|  | A convenience method for creating an integer-based radio SimpleAction instance and adding it to the ActionMap. 
 | 
|  | 
| Glib::RefPtr< SimpleAction > | add_action_radio_integer (const Glib::ustring & name, const ActivateWithIntParameterSlot & slot, gint32 state) | 
|  | A convenience method for creating an integer-based radio SimpleAction instance and adding it to the ActionMap. 
 | 
|  |