krita
KisSelectionManager Class Reference
#include <kis_selection_manager.h>
Inherits QObject.
Detailed Description
The selection manager is responsible selections and the clipboard.Definition at line 36 of file kis_selection_manager.h.
Public Slots | |
| void | updateGUI () |
| void | imgSelectionChanged (KisImageSP img) |
| void | clipboardDataChanged () |
| void | cut () |
| void | copy () |
| KisLayerSP | paste () |
| void | pasteNew () |
| void | cutToNewLayer () |
| void | selectAll () |
| void | deselect () |
| void | clear () |
| void | fillForegroundColor () |
| void | fillBackgroundColor () |
| void | fillPattern () |
| void | reselect () |
| void | invert () |
| void | copySelectionToNewLayer () |
| void | feather () |
| void | border () |
| void | expand () |
| void | contract () |
| void | smooth () |
| void | similar () |
| void | transform () |
| void | load () |
| void | save () |
| void | toggleDisplaySelection () |
Public Member Functions | |
| KisSelectionManager (KisView *parent, KisDoc *doc) | |
| void | setup (KActionCollection *collection) |
| void | addSelectionAction (KAction *action) |
| bool | displaySelection () |
| void | grow (Q_INT32 xradius, Q_INT32 yradius) |
| void | shrink (Q_INT32 xradius, Q_INT32 yradius, bool edge_lock) |
| void | border (Q_INT32 xradius, Q_INT32 yradius) |
| void | erode () |
| void | dilate () |
Member Function Documentation
| bool KisSelectionManager::displaySelection | ( | ) |
This function return if the selection should be displayed.
Definition at line 764 of file kis_selection_manager.cc.
The documentation for this class was generated from the following files:

