Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
actions-layer.cpp File Reference

Actions for Layers. More...

Go to the source code of this file.

Functions

void layer_new (InkscapeWindow *win)
 
void layer_new_above (InkscapeWindow *win)
 
void layer_duplicate (InkscapeWindow *win)
 
void layer_delete (InkscapeWindow *win)
 
void layer_rename (InkscapeWindow *win)
 
void layer_hide_all (InkscapeWindow *win)
 
void layer_unhide_all (InkscapeWindow *win)
 
void layer_hide_toggle (InkscapeWindow *win)
 
void layer_hide_toggle_others (InkscapeWindow *win)
 
void layer_lock_all (InkscapeWindow *win)
 
void layer_unlock_all (InkscapeWindow *win)
 
void layer_lock_toggle (InkscapeWindow *win)
 
void layer_lock_toggle_others (InkscapeWindow *win)
 
void layer_previous (InkscapeWindow *win)
 
void layer_next (InkscapeWindow *win)
 
void selection_move_to_layer_above (InkscapeWindow *win)
 
void selection_move_to_layer_below (InkscapeWindow *win)
 
void selection_move_to_layer (InkscapeWindow *win)
 
void layer_top (InkscapeWindow *win)
 
void layer_raise (InkscapeWindow *win)
 
void layer_lower (InkscapeWindow *win)
 
void layer_bottom (InkscapeWindow *win)
 
void layer_to_group (InkscapeWindow *win)
 
void layer_from_group (InkscapeWindow *win)
 
void group_enter (InkscapeWindow *win)
 
void group_exit (InkscapeWindow *win)
 
void add_actions_layer (InkscapeWindow *win)
 

Variables

const Glib::ustring SECTION_LAYER = NC_("Action Section", "Layer")
 
const Glib::ustring SECTION_SELECT = NC_("Action Section", "Select")
 
std::vector< std::vector< Glib::ustring > > raw_data_layer
 

Detailed Description

Actions for Layers.

These all require a window. To do: remove this requirement.

Authors: Sushant A A susha.nosp@m.nt.c.nosp@m.o19@g.nosp@m.mail.nosp@m..com

Copyright (C) 2021 Authors

Released under GNU GPL v2+, read the file 'COPYING' for more information.

Definition in file actions-layer.cpp.

Function Documentation

◆ add_actions_layer()

◆ group_enter()

◆ group_exit()

◆ layer_bottom()

◆ layer_delete()

◆ layer_duplicate()

◆ layer_from_group()

◆ layer_hide_all()

◆ layer_hide_toggle()

◆ layer_hide_toggle_others()

◆ layer_lock_all()

◆ layer_lock_toggle()

◆ layer_lock_toggle_others()

◆ layer_lower()

◆ layer_new()

◆ layer_new_above()

◆ layer_next()

◆ layer_previous()

◆ layer_raise()

◆ layer_rename()

◆ layer_to_group()

◆ layer_top()

◆ layer_unhide_all()

◆ layer_unlock_all()

◆ selection_move_to_layer()

◆ selection_move_to_layer_above()

void selection_move_to_layer_above ( InkscapeWindow win)

◆ selection_move_to_layer_below()

void selection_move_to_layer_below ( InkscapeWindow win)

Variable Documentation

◆ raw_data_layer

std::vector<std::vector<Glib::ustring> > raw_data_layer

Definition at line 480 of file actions-layer.cpp.

Referenced by add_actions_layer().

◆ SECTION_LAYER

const Glib::ustring SECTION_LAYER = NC_("Action Section", "Layer")

Definition at line 477 of file actions-layer.cpp.

◆ SECTION_SELECT

const Glib::ustring SECTION_SELECT = NC_("Action Section", "Select")

Definition at line 478 of file actions-layer.cpp.