glibmm
2.36.1
|
SimpleAction - A simple Action implementation. More...
#include <giomm/simpleaction.h>
Public Member Functions | |
virtual | ~SimpleAction () |
GSimpleAction* | gobj () |
Provides access to the underlying C GObject. | |
const GSimpleAction* | gobj () const |
Provides access to the underlying C GObject. | |
GSimpleAction* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
void | set_enabled (bool enabled) |
Sets the action as enabled or not. | |
void | set_state (const Glib::VariantBase&value) |
Sets the state of the action. | |
Glib::PropertyProxy< bool > | property_enabled () |
If the action can be activated. | |
Glib::PropertyProxy_ReadOnly < bool > | property_enabled () const |
If the action can be activated. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_name () const |
The name used to invoke the action. | |
Glib::PropertyProxy_ReadOnly < Glib::VariantType > | property_parameter_type () const |
The type of GVariant passed to activate(). | |
Glib::PropertyProxy < Glib::VariantBase > | property_state () |
The state the action is in. | |
Glib::PropertyProxy_ReadOnly < Glib::VariantBase > | property_state () const |
The state the action is in. | |
Glib::PropertyProxy_ReadOnly < Glib::VariantType > | property_state_type () const |
The type of the state kept by the action. | |
Glib::SignalProxy1< void, const Glib::VariantBase& > | signal_activate () |
Glib::SignalProxy1< void, const Glib::VariantBase& > | signal_change_state () |
![]() | |
void* | get_data (const QueryQuark& key) |
void | set_data (const Quark& key, void* data) |
void | set_data (const Quark& key, void* data, DestroyNotify notify) |
void | remove_data (const QueryQuark& quark) |
void* | steal_data (const QueryQuark& quark) |
![]() | |
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. | |
void | 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, but this is necessary when using the reduced API. | |
sigc::connection | connect_property_changed_with_return (const Glib::ustring& property_name, const sigc::slot< void >& slot) |
You can use the signal_changed() signal of the property proxy instead, but this is necessary when using the reduced API. | |
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_copy () const |
Give a ref-ed copy to someone. Use for direct struct access. | |
![]() | |
trackable () | |
trackable (const trackable &src) | |
~trackable () | |
void | add_destroy_notify_callback (void *data, func_destroy_notify func) const |
void | notify_callbacks () |
trackable & | operator= (const trackable &src) |
void | remove_destroy_notify_callback (void *data) const |
![]() | |
virtual | ~Action () |
Glib::ustring | get_name () const |
Queries the name of action. | |
Glib::VariantType | get_parameter_type () const |
Queries the type of the parameter that must be given when activating action. | |
Glib::VariantType | get_state_type () const |
Queries the type of the state of action. | |
void | get_state_hint () const |
Requests a hint about the valid range of values for the state of action. | |
bool | get_enabled () const |
Checks if action is currently enabled. | |
void | get_state () const |
Queries the current state of action. | |
void | change_state (const Glib::VariantBase&value) |
Request for the state of action to be changed to value. | |
void | activate (const Glib::VariantBase& parameter) |
Activates the action. | |
virtual Glib::ustring | get_name_vfunc () const |
virtual Glib::VariantType | get_parameter_type_vfunc () const |
virtual Glib::VariantType | get_state_type_vfunc () const |
virtual Glib::VariantBase | get_state_hint_vfunc () const |
virtual bool | get_enabled_vfunc () const |
virtual Glib::VariantBase | get_state_vfunc () const |
virtual void | change_state_vfunc (const Glib::VariantBase&value) |
virtual void | activate_vfunc (const Glib::VariantBase& parameter) |
![]() | |
Interface (const Glib::Interface_Class& interface_class) | |
Called by constructors of derived classes. | |
Interface (GObject* castitem) | |
Called by constructors of derived classes. | |
virtual | ~Interface () |
Static Public Member Functions | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. | |
static Glib::RefPtr< SimpleAction > | create (const Glib::ustring& name) |
static Glib::RefPtr< SimpleAction > | create (const Glib::ustring& name, const Glib::VariantType& parameter_type) |
Creates a new action. | |
static Glib::RefPtr< SimpleAction > | create (const Glib::ustring& name, const Glib::VariantType& parameter_type, const Glib::VariantBase& state) |
Creates a new stateful action. | |
![]() | |
static void | add_interface (GType gtype_implementer) |
Protected Member Functions | |
SimpleAction (const Glib::ustring& name) | |
SimpleAction (const Glib::ustring& name, const Glib::VariantType& parameter_type) | |
SimpleAction (const Glib::ustring& name, const Glib::VariantType& parameter_type, const Glib::VariantBase& state) | |
![]() | |
Object () | |
Object (const Glib::ConstructParams& construct_params) | |
Object (GObject* castitem) | |
virtual | ~Object () |
![]() | |
ObjectBase () | |
This default constructor is called implicitly from the constructor of user-derived classes, even if, for instance, Gtk::Button calls a different ObjectBase constructor. | |
ObjectBase (const char* custom_type_name) | |
A derived constructor always overrides this choice. | |
ObjectBase (const std::type_info& custom_type_info) | |
This constructor is a special feature to allow creation of derived types on the fly, without having to use g_object_new() manually. | |
virtual | ~ObjectBase ()=0 |
void | initialize (GObject* castitem) |
![]() | |
Action () | |
You should derive from this class to use it. |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gio::SimpleAction > | wrap (GSimpleAction* object, bool take_copy=false) |
A Glib::wrap() method for this object. | |
![]() | |
Glib::RefPtr< Glib::Object > | wrap (GObject* object, bool take_copy=false) |
![]() | |
Glib::RefPtr< Gio::Action > | wrap (GAction* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
Additional Inherited Members | |
![]() | |
typedef void(* | DestroyNotify )(gpointer data) |
![]() | |
typedef internal::func_destroy_notify | func_destroy_notify |
SimpleAction - A simple Action implementation.
A SimpleAction is the obvious simple implementation of the Action interface. This is the easiest way to create an action for purposes of adding it to a SimpleActionGroup.
See also Gtk::Action.
|
virtual |
|
explicitprotected |
|
explicitprotected |
|
explicitprotected |
|
static |
|
static |
Creates a new action.
The created action is stateless. See g_simple_action_new_stateful().
name | The name of the action. |
parameter_type | The type of parameter to the activate function. |
|
static |
Creates a new stateful action.
state is the initial state of the action. All future state values must have the same VariantType as the initial state.
If the state GVariant is floating, it is consumed.
name | The name of the action. |
parameter_type | The type of the parameter to the activate function. |
state | The initial state of the action. |
|
static |
Get the GType for this class, for use with the underlying GObject type system.
Reimplemented from Gio::Action.
|
inline |
Provides access to the underlying C GObject.
Reimplemented from Gio::Action.
|
inline |
Provides access to the underlying C GObject.
Reimplemented from Gio::Action.
GSimpleAction* Gio::SimpleAction::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Glib::PropertyProxy< bool > Gio::SimpleAction::property_enabled | ( | ) |
If the action can be activated.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gio::SimpleAction::property_enabled | ( | ) | const |
If the action can be activated.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Reimplemented from Gio::Action.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gio::SimpleAction::property_name | ( | ) | const |
The name used to invoke the action.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Reimplemented from Gio::Action.
Glib::PropertyProxy_ReadOnly< Glib::VariantType > Gio::SimpleAction::property_parameter_type | ( | ) | const |
The type of GVariant passed to activate().
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Reimplemented from Gio::Action.
Glib::PropertyProxy< Glib::VariantBase > Gio::SimpleAction::property_state | ( | ) |
The state the action is in.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::VariantBase > Gio::SimpleAction::property_state | ( | ) | const |
The state the action is in.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Reimplemented from Gio::Action.
Glib::PropertyProxy_ReadOnly< Glib::VariantType > Gio::SimpleAction::property_state_type | ( | ) | const |
The type of the state kept by the action.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Reimplemented from Gio::Action.
void Gio::SimpleAction::set_enabled | ( | bool | enabled | ) |
Sets the action as enabled or not.
An action must be enabled in order to be activated or in order to have its state changed from outside callers.
This should only be called by the implementor of the action. Users of the action should not attempt to modify its enabled flag.
enabled | Whether the action is enabled. |
void Gio::SimpleAction::set_state | ( | const Glib::VariantBase& | value | ) |
Sets the state of the action.
This directly updates the 'state' property to the given value.
This should only be called by the implementor of the action. Users of the action should not attempt to directly modify the 'state' property. Instead, they should call g_action_change_state() to request the change.
value | The new Variant for the state. |
Glib::SignalProxy1< void,const Glib::VariantBase& > Gio::SimpleAction::signal_activate | ( | ) |
void on_my_activate(const Glib::VariantBase& parameter)
Indicates that the action was just activated.
parameter will always be of the expected type. In the event that an incorrect type was given, no signal will be emitted.
parameter | The parameter to the activation. |
Glib::SignalProxy1< void,const Glib::VariantBase& > Gio::SimpleAction::signal_change_state | ( | ) |
void on_my_change_state(const Glib::VariantBase& value)
Indicates that the action just received a request to change its state.
value will always be of the correct state type. In the event that an incorrect type was given, no signal will be emitted.
If no handler is connected to this signal then the default behaviour is to call g_simple_action_set_state() to set the state to the requested value. If you connect a signal handler then no default action is taken. If the state should change then you must call g_simple_action_set_state() from the handler.
<title>Example 'change-state' handler</title>
static void change_volume_state (GSimpleAction *action, GVariant *value, gpointer user_data) { int
requested;
requested = g_variant_get_int32 (value);
// Volume only goes from 0 to 10 if (0 <= requested&& requested <= 10) g_simple_action_set_state (action, value); }
The handler need not set the state to the requested value. It could set it to any value at all, or take some other action.
value | The requested value for the state. |
|
related |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |