Searched refs:ContextMenu (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/
H A Dinterface.h100 * For the context menu implementation, the ContextMenu class stores the object
108 class ContextMenu : public Gtk::Menu class in inherits:Gtk::Menu
112 * The ContextMenu constructor contains all code to create and show the
116 * @param item SPItem pointer to the object selected at the time the ContextMenu is created.
118 ContextMenu(SPDesktop *desktop, SPItem *item);
119 ~ContextMenu(void);
122 SPItem *_item; // pointer to the object selected at the time the ContextMenu is created
123 SPObject *_object; // pointer to the object selected at the time the ContextMenu is created
124 SPDesktop *_desktop; //pointer to the desktop the user was currently working on at the time the ContextMenu is created
H A Dinterface.cpp459 * @see ContextMenu::AppendItemFromVerb for a c++ified alternative. Consider dropping sp_ui_menu_append_item_from_verb when c++ifying interface.cpp.
1470 ContextMenu::ContextMenu(SPDesktop *desktop, SPItem *item) : function in class:ContextMenu
1475 // g_message("ContextMenu");
1516 MIGroup.signal_activate().connect(sigc::bind(sigc::mem_fun(*this, &ContextMenu::EnterGroup),&MIGroup));
1523 MIParent.signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::LeaveGroup));
1529 miu->signal_activate().connect(sigc::mem_fun(*this, &ContextMenu::ActivateUngroupPopSelection));
1536 ContextMenu::~ContextMenu(void)
1540 Gtk::SeparatorMenuItem* ContextMenu
[all...]
/inkscape/src/ui/tools/
H A Dtool-base.cpp1084 ContextMenu* CM = new ContextMenu(desktop, item);

Completed in 25 milliseconds