Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
ContextMenu Class Referencefinal

Implements the Inkscape context menu. More...

#include <contextmenu.h>

Inheritance diagram for ContextMenu:

Public Member Functions

 ContextMenu (SPDesktop *desktop, SPObject *object, std::vector< SPItem * > const &items_under_cursor, bool hide_layers_and_objects_menu_item=false)
 

Private Member Functions

void unhide_or_unlock (SPDocument *document, bool unhide)
 

Private Attributes

Glib::RefPtr< Gio::SimpleActionGroup > action_group
 
std::vector< SPItem * > items_under_cursor
 

Detailed Description

Implements the Inkscape context menu.

Definition at line 32 of file contextmenu.h.

Constructor & Destructor Documentation

◆ ContextMenu()

Member Function Documentation

◆ unhide_or_unlock()

void ContextMenu::unhide_or_unlock ( SPDocument document,
bool  unhide 
)
private

Member Data Documentation

◆ action_group

Glib::RefPtr<Gio::SimpleActionGroup> ContextMenu::action_group
private

Definition at line 39 of file contextmenu.h.

Referenced by ContextMenu().

◆ items_under_cursor

std::vector<SPItem *> ContextMenu::items_under_cursor
private

Definition at line 40 of file contextmenu.h.

Referenced by ContextMenu(), and unhide_or_unlock().


The documentation for this class was generated from the following files: