glibmm  2.33.12
Public Member Functions | Static Public Member Functions | Protected Member Functions | Related Functions
Gio::MenuItem Class Reference

TODO. More...

#include <giomm/menuitem.h>

Inheritance diagram for Gio::MenuItem:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~MenuItem ()
GMenuItem* gobj ()
 Provides access to the underlying C GObject.
const GMenuItem* gobj () const
 Provides access to the underlying C GObject.
GMenuItem* 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_attribute_value (const Glib::ustring& attribute, const Glib::VariantBase&value)
 Sets or unsets an attribute on menu_item.
Glib::RefPtr< MenuModelget_link (const Glib::ustring& link)
 Queries the named link on menu_item.
Glib::RefPtr< const MenuModelget_link (const Glib::ustring& link) const
 Queries the named link on menu_item.
void set_link (const Glib::ustring& link, const Glib::RefPtr< MenuModel >& model)
 Creates a link from menu_item to model if non-0, or unsets it.
void set_label (const Glib::ustring& label)
 Sets or unsets the "label" attribute of menu_item.
void set_submenu (const Glib::RefPtr< MenuModel >& submenu)
 Sets or unsets the "submenu" link of menu_item to submenu.
void set_section (const Glib::RefPtr< MenuModel >& section)
 Sets or unsets the "section" link of menu_item to section.
void set_action_and_target (const Glib::ustring& action)
void set_action_and_target (const Glib::ustring& action, const Glib::VariantBase& target_value)
 Sets or unsets the "action" and "target" attributes of menu_item.
void set_detailed_action (const Glib::ustring& detailed_action)
 Sets the "action" and possibly the "target" attribute of menu_item.
- Public Member Functions inherited from Glib::Object
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)
- Public Member Functions inherited from Glib::ObjectBase
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.
- Public Member Functions inherited from sigc::trackable
 trackable (const trackable &src)
trackableoperator= (const trackable &src)
void add_destroy_notify_callback (void *data, func_destroy_notify func) const
void remove_destroy_notify_callback (void *data) const
void notify_callbacks ()

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< MenuItemcreate (const Glib::ustring& label, const Glib::ustring& detailed_action)
static Glib::RefPtr< MenuItemcreate (const Glib::ustring& label, const Glib::RefPtr< MenuModel >& submenu)

Protected Member Functions

 MenuItem (const Glib::ustring& label=Glib::ustring(), const Glib::ustring& detailed_action=Glib::ustring())
 MenuItem (const Glib::ustring& label, const Glib::RefPtr< MenuModel >& submenu)
- Protected Member Functions inherited from Glib::Object
 Object ()
 Object (const Glib::ConstructParams& construct_params)
 Object (GObject* castitem)
virtual ~Object ()
- Protected Member Functions inherited from Glib::ObjectBase
 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)

Related Functions

(Note that these are not member functions.)

Glib::RefPtr< Gio::MenuItemwrap (GMenuItem* object, bool take_copy=false)
 A Glib::wrap() method for this object.

Additional Inherited Members

- Public Types inherited from Glib::Object
typedef void(* DestroyNotify )(gpointer data)

Detailed Description

TODO.

Since glibmm 2.32:

Constructor & Destructor Documentation

virtual Gio::MenuItem::~MenuItem ( )
virtual
Gio::MenuItem::MenuItem ( const Glib::ustring label = Glib::ustring(),
const Glib::ustring detailed_action = Glib::ustring() 
)
explicitprotected
Gio::MenuItem::MenuItem ( const Glib::ustring label,
const Glib::RefPtr< MenuModel >&  submenu 
)
explicitprotected

Member Function Documentation

static Glib::RefPtr<MenuItem> Gio::MenuItem::create ( const Glib::ustring label,
const Glib::ustring detailed_action 
)
static
static Glib::RefPtr<MenuItem> Gio::MenuItem::create ( const Glib::ustring label,
const Glib::RefPtr< MenuModel >&  submenu 
)
static
Glib::RefPtr<MenuModel> Gio::MenuItem::get_link ( const Glib::ustring link)

Queries the named link on menu_item.

Since glibmm 2.34:
Parameters:
linkThe link name to query.
Returns:
The link, or 0.
Glib::RefPtr<const MenuModel> Gio::MenuItem::get_link ( const Glib::ustring link) const

Queries the named link on menu_item.

Since glibmm 2.34:
Parameters:
linkThe link name to query.
Returns:
The link, or 0.
static GType Gio::MenuItem::get_type ( )
static

Get the GType for this class, for use with the underlying GObject type system.

GMenuItem* Gio::MenuItem::gobj ( )
inline

Provides access to the underlying C GObject.

Reimplemented from Glib::ObjectBase.

const GMenuItem* Gio::MenuItem::gobj ( ) const
inline

Provides access to the underlying C GObject.

Reimplemented from Glib::ObjectBase.

GMenuItem* Gio::MenuItem::gobj_copy ( )

Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.

void Gio::MenuItem::set_action_and_target ( const Glib::ustring action)
void Gio::MenuItem::set_action_and_target ( const Glib::ustring action,
const Glib::VariantBase target_value 
)

Sets or unsets the "action" and "target" attributes of menu_item.

If action is 0 then both the "action" and "target" attributes are unset (and target_value is ignored).

If action is non-0 then the "action" attribute is set. The "target" attribute is then set to the value of target_value if it is non-0 or unset otherwise.

Normal menu items (ie: not submenu, section or other custom item types) are expected to have the "action" attribute set to identify the action that they are associated with. The state type of the action help to determine the disposition of the menu item. See Action and ActionGroup for an overview of actions.

In general, clicking on the menu item will result in activation of the named action with the "target" attribute given as the parameter to the action invocation. If the "target" attribute is not set then the action is invoked with no parameter.

If the action has no state then the menu item is usually drawn as a plain menu item (ie: with no additional decoration).

If the action has a boolean state then the menu item is usually drawn as a toggle menu item (ie: with a checkmark or equivalent indication). The item should be marked as 'toggled' or 'checked' when the boolean state is true.

If the action has a string state then the menu item is usually drawn as a radio menu item (ie: with a radio bullet or equivalent indication). The item should be marked as 'selected' when the string state is equal to the value of the target property.

See g_menu_item_set_action_and_target() or g_menu_item_set_detailed_action() for two equivalent calls that are probably more convenient for most uses.

Since glibmm 2.32:
Parameters:
actionThe name of the action for this item.
target_valueA Variant to use as the action target.
void Gio::MenuItem::set_attribute_value ( const Glib::ustring attribute,
const Glib::VariantBase value 
)

Sets or unsets an attribute on menu_item.

The attribute to set or unset is specified by attribute. This can be one of the standard attribute names MENU_ATTRIBUTE_LABEL, MENU_ATTRIBUTE_ACTION, MENU_ATTRIBUTE_TARGET, or a custom attribute name. Attribute names are restricted to lowercase characters, numbers and '-'. Furthermore, the names must begin with a lowercase character, must not end with a '-', and must not contain consecutive dashes.

must consist only of lowercase ASCII characters, digits and '-'.

If value is non-0 then it is used as the new value for the attribute. If value is 0 then the attribute is unset. If the value Variant is floating, it is consumed.

See also g_menu_item_set_attribute() for a more convenient way to do the same.

Since glibmm 2.32:
Parameters:
attributeThe attribute to set.
valueA Variant to use as the value, or 0.
void Gio::MenuItem::set_detailed_action ( const Glib::ustring detailed_action)

Sets the "action" and possibly the "target" attribute of menu_item.

If detailed_action contains a double colon ("::") then it is used as a separator between an action name and a target string. In this case, this call is equivalent to calling g_menu_item_set_action_and_target() with the part before the "::" and with a string-type Variant containing the part following the "::".

If detailed_action doesn't contain "::" then the action is set to the given string (verbatim) and the target value is unset.

See g_menu_item_set_action_and_target() or g_menu_item_set_action_and_target_value() for more flexible (but slightly less convenient) alternatives.

See also g_menu_item_set_action_and_target_value() for a description of the semantics of the action and target attributes.

Since glibmm 2.32:
Parameters:
detailed_actionThe "detailed" action string.
void Gio::MenuItem::set_label ( const Glib::ustring label)

Sets or unsets the "label" attribute of menu_item.

If label is non-0 it is used as the label for the menu item. If it is 0 then the label attribute is unset.

Since glibmm 2.32:
Parameters:
labelThe label to set, or 0 to unset.
void Gio::MenuItem::set_link ( const Glib::ustring link,
const Glib::RefPtr< MenuModel >&  model 
)

Creates a link from menu_item to model if non-0, or unsets it.

Links are used to establish a relationship between a particular menu item and another menu. For example, MENU_LINK_SUBMENU is used to associate a submenu with a particular menu item, and MENU_LINK_SECTION is used to create a section. Other types of link can be used, but there is no guarantee that clients will be able to make sense of them. Link types are restricted to lowercase characters, numbers and '-'. Furthermore, the names must begin with a lowercase character, must not end with a '-', and must not contain consecutive dashes.

Since glibmm 2.32:
Parameters:
linkType of link to establish or unset.
modelThe MenuModel to link to (or 0 to unset).
void Gio::MenuItem::set_section ( const Glib::RefPtr< MenuModel >&  section)

Sets or unsets the "section" link of menu_item to section.

The effect of having one menu appear as a section of another is exactly as it sounds: the items from section become a direct part of the menu that menu_item is added to. See g_menu_item_new_section() for more information about what it means for a menu item to be a section.

Since glibmm 2.32:
Parameters:
sectionA MenuModel, or 0.
void Gio::MenuItem::set_submenu ( const Glib::RefPtr< MenuModel >&  submenu)

Sets or unsets the "submenu" link of menu_item to submenu.

If submenu is non-0, it is linked to. If it is 0 then the link is unset.

The effect of having one menu appear as a submenu of another is exactly as it sounds.

Since glibmm 2.32:
Parameters:
submenuA MenuModel, or 0.

Friends And Related Function Documentation

Glib::RefPtr< Gio::MenuItem > wrap ( GMenuItem *  object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters:
objectThe C instance.
take_copyFalse if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns:
A C++ instance that wraps this C instance.