The KoSelectedShapesProxy class is a special interface of KoCanvasBase to have a stable connection to shape selection signals in an environment when the active shape manager can switch (e.g. when shape layers are switched in Krita)
More...
#include <KoSelectedShapesProxy.h>
The KoSelectedShapesProxy class is a special interface of KoCanvasBase to have a stable connection to shape selection signals in an environment when the active shape manager can switch (e.g. when shape layers are switched in Krita)
Definition at line 22 of file KoSelectedShapesProxy.h.
◆ KoSelectedShapesProxy()
| KoSelectedShapesProxy::KoSelectedShapesProxy |
( |
QObject * | parent = 0 | ) |
|
|
explicit |
◆ currentLayerChanged
◆ isRequestingToBeEdited()
| bool KoSelectedShapesProxy::isRequestingToBeEdited |
( |
| ) |
|
The shape wants to edited. This is used when a shape is passed between two different tools. This notifies the new tool that it needs to enter some extra edit mode.
Definition at line 14 of file KoSelectedShapesProxy.cpp.
15{
17}
bool m_isRequestingEditing
References m_isRequestingEditing.
◆ selection()
| virtual KoSelection * KoSelectedShapesProxy::selection |
( |
| ) |
|
|
pure virtual |
◆ selectionChanged
| void KoSelectedShapesProxy::selectionChanged |
( |
| ) |
|
|
signal |
◆ selectionContentChanged
| void KoSelectedShapesProxy::selectionContentChanged |
( |
| ) |
|
|
signal |
◆ setRequestingToBeEdited()
| void KoSelectedShapesProxy::setRequestingToBeEdited |
( |
bool | value | ) |
|
◆ m_isRequestingEditing
| bool KoSelectedShapesProxy::m_isRequestingEditing = false |
|
private |
The documentation for this class was generated from the following files: