Krita Source Code Documentation
Loading...
Searching...
No Matches
SvgTextTool Class Reference

#include <SvgTextTool.h>

+ Inheritance diagram for SvgTextTool:

Public Member Functions

void activate (const QSet< KoShape * > &shapes) override
 reimplemented from KoToolBase
 
void copy () const override
 reimplemented from superclass
 
void deactivate () override
 reimplemented from KoToolBase
 
QRectF decorationsRect () const override
 reimplemented from KoToolBase
 
void deleteSelection () override
 reimplemented from superclass
 
void deselect () override
 deselect the tool should clear the selection if it has one.
 
void focusInEvent (QFocusEvent *event) override
 
void focusOutEvent (QFocusEvent *event) override
 
bool hasSelection () override
 reimplemented from superclass
 
void inputMethodEvent (QInputMethodEvent *event) override
 
QVariant inputMethodQuery (Qt::InputMethodQuery query) const override
 
void keyPressEvent (QKeyEvent *event) override
 
void keyReleaseEvent (QKeyEvent *event) override
 
void mouseDoubleClickEvent (KoPointerEvent *event) override
 reimplemented from superclass
 
void mouseMoveEvent (KoPointerEvent *event) override
 reimplemented from KoToolBase
 
void mousePressEvent (KoPointerEvent *event) override
 reimplemented from KoToolBase
 
void mouseReleaseEvent (KoPointerEvent *event) override
 reimplemented from KoToolBase
 
void mouseTripleClickEvent (KoPointerEvent *event) override
 reimplemented from KoToolBase
 
void paint (QPainter &gc, const KoViewConverter &converter) override
 reimplemented from KoToolBase
 
bool paste () override
 reimplemented from superclass
 
KisPopupWidgetInterfacepopupWidget () override
 
void requestStrokeCancellation () override
 
void requestStrokeEnd () override
 
bool selectAll () override
 selectAll select all data the tool can select.
 
KoToolSelectionselection () override
 reimplemented from superclass
 
 SvgTextTool (KoCanvasBase *canvas)
 
 ~SvgTextTool () override
 
- Public Member Functions inherited from KoToolBase
QAction * action (const QString &name) const
 
KoCanvasBasecanvas () const
 Returns the canvas the tool is working on.
 
QCursor cursor () const
 return the last emitted cursor
 
virtual void customMoveEvent (KoPointerEvent *event)
 
virtual void customPressEvent (KoPointerEvent *event)
 
virtual void customReleaseEvent (KoPointerEvent *event)
 
virtual void cut ()
 
int decorationThickness () const
 decorationThickness The minimum thickness for tool decoration lines, this is derived from the screen magnification, thus the HiDPI settings. Note: to use this effectively, also set the pen to isCosmetic(true);
 
virtual void dragLeaveEvent (QDragLeaveEvent *event)
 
virtual void dragMoveEvent (QDragMoveEvent *event, const QPointF &point)
 
virtual void dropEvent (QDropEvent *event, const QPointF &point)
 
virtual void explicitUserStrokeEndRequest ()
 explicitUserStrokeEndRequest is called by the input manager when the user presses the Enter key or any equivalent key. This callback comes before requestStrokeEnd(), which comes from a different source.
 
KoToolFactoryBasefactory () const
 
bool isInTextMode () const
 
bool isOpacityPresetMode () const
 
 KoToolBase (KoCanvasBase *canvas)
 
bool maskSyntheticEvents () const
 
QList< QPointer< QWidget > > optionWidgets ()
 
virtual QMenu * popupActionsMenu ()
 
Q_INVOKABLE QString toolId () const
 
virtual bool wantsAutoScroll () const
 
 ~KoToolBase () override
 

Protected Member Functions

virtual QWidget * createOptionWidget () override
 reimplemented from KoToolBase
 
KoSelectionkoSelection () const
 
KoSvgTextShapeselectedShape () const
 
- Protected Member Functions inherited from KoToolBase
virtual QList< QPointer< QWidget > > createOptionWidgets ()
 
int grabSensitivity () const
 Convenience function to get the current grab sensitivity.
 
qreal handleDocRadius () const
 
QRectF handleGrabRect (const QPointF &position) const
 
QRectF handlePaintRect (const QPointF &position) const
 
int handleRadius () const
 Convenience function to get the current handle radius.
 
bool isActivated () const
 
 KoToolBase (KoToolBasePrivate &dd)
 
KoPointerEventlastDeliveredPointerEvent () const
 
void setAbstractResource (KoAbstractCanvasResourceInterfaceSP abstractResource)
 
void setConverter (KoDerivedResourceConverterSP converter)
 
void setIsOpacityPresetMode (bool value)
 
void setMaskSyntheticEvents (bool value)
 
void setTextMode (bool value)
 
QHash< int, KoAbstractCanvasResourceInterfaceSPtoolAbstractResources ()
 
QHash< int, KoDerivedResourceConverterSPtoolConverters ()
 
void useCursor (const QCursor &cursor)
 

Private Types

enum class  DragMode {
  None = 0 , Create , Select , InlineSizeHandle ,
  Move , TextPathHandle , InShapeOffset , TypeSetting
}
 
enum class  HighlightItem {
  None = 0 , InlineSizeStartHandle , InlineSizeEndHandle , MoveBorder ,
  TypeSettingHandle
}
 

Private Slots

QString generateDefs (const KoSvgTextProperties &properties=KoSvgTextProperties())
 generateDefs This generates a defs section with the appropriate css and css strings assigned.
 
void insertRichText (KoSvgTextShape *richText, bool replaceLastGlyph=false)
 insertRichText Insert a rich text shape, used by the glyph palette..
 
KoSvgTextProperties propertiesForNewText () const
 propertiesForNewText get the text properties that should be used for new text.
 
void showEditor ()
 
void showGlyphPalette ()
 showGlyphPalette Shows the glyph palette dialog.
 
void slotConvertType (int index)
 slotConvertType
 
void slotMoveTextSelection (int index)
 slotMoveTextSelection Move the start of the selection in typesetting mode by image 1 pix.
 
void slotShapeSelectionChanged ()
 selectionChanged called when the canvas selection is changed.
 
void slotTextTypeUpdated ()
 slotTextTypeUpdated Update the text type in the tool options.
 
void slotUpdateCursorDecoration (QRectF updateRect)
 updateCursor update the canvas decorations in a particular update rect for the text cursor.
 
void slotUpdateTextPasteBehaviour ()
 slotUpdateTextPasteBehaviour update the default text paste behaviour.
 
void slotUpdateTypeSettingMode ()
 slotUpdateTypeSettingMode Enable typesetting mode from the tool options.
 
void slotUpdateVisualCursor ()
 slotUpdateVisualCursor update the visual cursor mode on the text cursor.
 
void textUpdated (KoSvgTextShape *shape, const QString &svg, const QString &defs)
 
void updateGlyphPalette ()
 updateGlyphPalette update the glyph palette dialog from the current selection.
 
void updateTextPathHelper ()
 

Private Member Functions

void addMappedAction (KisSignalMapper *mapper, const QString &actionName, const int value, QActionGroup *group=nullptr)
 
qreal grabSensitivityInPt () const
 
bool nodeEditable ()
 nodeEditable
 
KoSvgText::WritingMode writingMode () const
 

Private Attributes

QCursor m_base_cursor
 
KisSignalAutoConnectionsStore m_canvasConnections
 
DragMode m_dragging {DragMode::None}
 
QPointer< SvgTextEditorm_editor
 
QPointer< GlyphPaletteDialogm_glyphPalette
 
HighlightItem m_highlightItem {HighlightItem::None}
 
QPainterPath m_hoveredShapeHighlightRect
 
QCursor m_ibeam_horizontal
 
QCursor m_ibeam_horizontal_done
 
QCursor m_ibeam_vertical
 
std::unique_ptr< KoInteractionStrategym_interactionStrategy
 
QPointF m_lastMousePos
 
QScopedPointer< SvgTextToolOptionsManagerm_optionManager
 
bool m_strategyAddingCommand {false}
 
QCursor m_text_in_shape
 
QCursor m_text_inline_horizontal
 
QCursor m_text_inline_vertical
 
QCursor m_text_on_path
 
SvgTextCursor m_textCursor
 
SvgTextOnPathDecorationHelper m_textOnPathHelper
 
QScopedPointer< KoSvgTextShapeOutlineHelperm_textOutlineHelper
 
QScopedPointer< KisSignalMapperm_textTypeSignalsMapper
 
QScopedPointer< KisSignalMapperm_typeSettingMovementMapper
 

Friends

class SvgChangeTextPathInfoStrategy
 
class SvgCreateTextStrategy
 

Additional Inherited Members

- Public Slots inherited from KoToolBase
virtual void canvasResourceChanged (int key, const QVariant &res)
 
virtual void documentResourceChanged (int key, const QVariant &res)
 
virtual void repaintDecorations ()
 
virtual void requestRedoDuringStroke ()
 
virtual void requestUndoDuringStroke ()
 
void setStatusText (const QString &statusText)
 
void updateOptionsWidgetIcons ()
 
- Signals inherited from KoToolBase
void activateTool (const QString &id)
 
void cursorChanged (const QCursor &cursor)
 
void selectionChanged (bool hasSelection)
 
void statusTextChanged (const QString &statusText)
 
void textModeChanged (bool inTextMode)
 
- Protected Attributes inherited from KoToolBase
KoToolBasePrivated_ptr
 

Detailed Description

Definition at line 35 of file SvgTextTool.h.

Member Enumeration Documentation

◆ DragMode

enum class SvgTextTool::DragMode
strongprivate
Enumerator
None 
Create 
Select 
InlineSizeHandle 
Move 
TextPathHandle 
InShapeOffset 
TypeSetting 

Definition at line 204 of file SvgTextTool.h.

◆ HighlightItem

enum class SvgTextTool::HighlightItem
strongprivate
Enumerator
None 
InlineSizeStartHandle 
InlineSizeEndHandle 
MoveBorder 
TypeSettingHandle 

Definition at line 214 of file SvgTextTool.h.

Constructor & Destructor Documentation

◆ SvgTextTool()

SvgTextTool::SvgTextTool ( KoCanvasBase * canvas)
explicit

Definition at line 101 of file SvgTextTool.cpp.

106{
107 // TODO: figure out whether we should use system config for this, Windows and GTK have values for it, but Qt and MacOS don't(?).
108 const int cursorFlashLimit = 5000;
109 const bool enableCursorWithSelection = QApplication::style()->styleHint(QStyle::SH_BlinkCursorWhenTextSelected);
110 m_textCursor.setCaretSetting(QApplication::style()->pixelMetric(QStyle::PM_TextCursorWidth)
111 , qApp->cursorFlashTime()
112 , cursorFlashLimit
113 , enableCursorWithSelection);
114 connect(&m_textCursor, SIGNAL(updateCursorDecoration(QRectF)), this, SLOT(slotUpdateCursorDecoration(QRectF)));
115
116 Q_FOREACH(const QString name, SvgTextShortCuts::possibleActions()) {
117 QAction *a = action(name);
119 dbgTools << "registered" << name << a->shortcut();
120 }
121 }
122
123 const QStringList extraActions = {
124 "svg_insert_special_character",
125 "svg_paste_rich_text",
126 "svg_paste_plain_text",
127 "svg_remove_transforms_from_range",
128 "svg_clear_formatting"
129 };
130 connect(&m_textCursor, SIGNAL(sigOpenGlyphPalette()), this, SLOT(showGlyphPalette()));
131 Q_FOREACH (const QString name, extraActions) {
132 QAction *a = action(name);
133 if (a) {
135 qWarning() << "could not register" << name << a->shortcut();
136 }
137 }
138 }
139
141 QActionGroup *textTypeActions = new QActionGroup(this);
142 addMappedAction(m_textTypeSignalsMapper.data(), "text_type_preformatted", KoSvgTextShape::PreformattedText, textTypeActions);
143 addMappedAction(m_textTypeSignalsMapper.data(), "text_type_inline_wrap", KoSvgTextShape::InlineWrap, textTypeActions);
144 addMappedAction(m_textTypeSignalsMapper.data(), "text_type_pre_positioned", KoSvgTextShape::PrePositionedText, textTypeActions);
145
147 QActionGroup *typeSettingActions = new QActionGroup(this);
148 addMappedAction(m_typeSettingMovementMapper.data(), "svg_type_setting_move_selection_start_down_1_px", Qt::Key_Down, typeSettingActions);
149 addMappedAction(m_typeSettingMovementMapper.data(), "svg_type_setting_move_selection_start_up_1_px", Qt::Key_Up, typeSettingActions);
150 addMappedAction(m_typeSettingMovementMapper.data(), "svg_type_setting_move_selection_start_left_1_px", Qt::Key_Left, typeSettingActions);
151 addMappedAction(m_typeSettingMovementMapper.data(), "svg_type_setting_move_selection_start_right_1_px", Qt::Key_Right, typeSettingActions);
152
153 m_textOutlineHelper->setDrawBoundingRect(false);
154 m_textOutlineHelper->setDrawTextWrappingArea(true);
155
156 connect(&m_textCursor, SIGNAL(selectionChanged()), this, SLOT(updateTextPathHelper()));
157
158 m_base_cursor = QCursor(QIcon(":/tool_text_basic.svg").pixmap(32), 7, 7);
159 m_text_inline_horizontal = QCursor(QIcon(":/tool_text_inline_horizontal.svg").pixmap(32), 7, 7);
160 m_text_inline_vertical = QCursor(QIcon(":/tool_text_inline_vertical.svg").pixmap(32), 7, 7);
161 m_text_on_path = QCursor(QIcon(":/tool_text_on_path.svg").pixmap(32), 7, 7);
162 m_text_in_shape = QCursor(QIcon(":/tool_text_in_shape.svg").pixmap(32), 7, 7);
163 m_ibeam_horizontal = QCursor(QIcon(":/tool_text_i_beam_horizontal.svg").pixmap(22), 11, 11);
164 m_ibeam_vertical = QCursor(QIcon(":/tool_text_i_beam_vertical.svg").pixmap(22), 11, 11);
165 m_ibeam_horizontal_done = QCursor(QIcon(":/tool_text_i_beam_horizontal_done.svg").pixmap(22), 5, 11);
166}
The KisSignalMapper class bundles signals from identifiable senders.
The KoSvgTextShapeOutlineHelper class helper class that draws the text outlines and contour mode butt...
@ PreformattedText
Text-on-Path falls under this or PrePositionedText depending on collapse of lines.
@ InlineWrap
Uses inline size to wrap and preserves spaces.
KoCanvasBase * canvas() const
Returns the canvas the tool is working on.
void selectionChanged(bool hasSelection)
QAction * action(const QString &name) const
static QStringList possibleActions()
The SvgTextToolOptionsManager class.
QScopedPointer< KisSignalMapper > m_textTypeSignalsMapper
QScopedPointer< SvgTextToolOptionsManager > m_optionManager
QCursor m_base_cursor
QCursor m_text_inline_horizontal
QCursor m_ibeam_horizontal
QCursor m_ibeam_horizontal_done
void showGlyphPalette()
showGlyphPalette Shows the glyph palette dialog.
QCursor m_text_inline_vertical
void updateTextPathHelper()
QCursor m_ibeam_vertical
QCursor m_text_in_shape
void slotUpdateCursorDecoration(QRectF updateRect)
updateCursor update the canvas decorations in a particular update rect for the text cursor.
QCursor m_text_on_path
QScopedPointer< KisSignalMapper > m_typeSettingMovementMapper
SvgTextCursor m_textCursor
QScopedPointer< KoSvgTextShapeOutlineHelper > m_textOutlineHelper
void addMappedAction(KisSignalMapper *mapper, const QString &actionName, const int value, QActionGroup *group=nullptr)
#define dbgTools
Definition kis_debug.h:48
const char * name(StandardAction id)
void setCaretSetting(int cursorWidth=1, int cursorFlash=1000, int cursorFlashLimit=5000, bool drawCursorInAdditionToSelection=false)
setCaretSetting Set the caret settings for the cursor. Qt has some standard functionality associated,...
bool registerPropertyAction(QAction *action, const QString &name)
Register an action.

References KoToolBase::action(), addMappedAction(), dbgTools, KoSvgTextShape::InlineWrap, m_base_cursor, m_ibeam_horizontal, m_ibeam_horizontal_done, m_ibeam_vertical, m_text_in_shape, m_text_inline_horizontal, m_text_inline_vertical, m_text_on_path, m_textCursor, m_textOutlineHelper, m_textTypeSignalsMapper, m_typeSettingMovementMapper, SvgTextShortCuts::possibleActions(), KoSvgTextShape::PreformattedText, KoSvgTextShape::PrePositionedText, SvgTextCursor::registerPropertyAction(), KoToolBase::selectionChanged(), SvgTextCursor::setCaretSetting(), showGlyphPalette(), slotUpdateCursorDecoration(), and updateTextPathHelper().

◆ ~SvgTextTool()

SvgTextTool::~SvgTextTool ( )
override

Definition at line 168 of file SvgTextTool.cpp.

169{
170 if(m_editor) {
171 m_editor->close();
172 }
173 if(m_glyphPalette) {
174 m_glyphPalette->close();
175 }
176}
QPointer< GlyphPaletteDialog > m_glyphPalette
QPointer< SvgTextEditor > m_editor

References m_editor, and m_glyphPalette.

Member Function Documentation

◆ activate()

void SvgTextTool::activate ( const QSet< KoShape * > & shapes)
overridevirtual

reimplemented from KoToolBase

Reimplemented from KoToolBase.

Definition at line 178 of file SvgTextTool.cpp.

179{
180 KoToolBase::activate(shapes);
181 m_canvasConnections.addConnection(canvas()->selectedShapesProxy(), SIGNAL(selectionChanged()), this, SLOT(slotShapeSelectionChanged()));
182
183 KisCanvas2 *canvas2 = qobject_cast<KisCanvas2 *>(this->canvas());
184 if (canvas2) {
185 canvas2->setCurrentShapeManagerOwnerShape(nullptr);
187 QDockWidget *docker = canvas2->viewManager()->mainWindow()->dockWidget("TextProperties");
188 if (docker && m_optionManager) {
189 m_optionManager->setTextPropertiesOpen(docker->isVisible());
190 }
191 }
192
193 connect(m_textTypeSignalsMapper.data(), SIGNAL(mapped(int)), this, SLOT(slotConvertType(int)));
194 connect(m_typeSettingMovementMapper.data(), SIGNAL(mapped(int)), this, SLOT(slotMoveTextSelection(int)));
195
198
200}
void setCurrentShapeManagerOwnerShape(KoShape *source) override
sets the group shape that is supposed to be "entered"
KisViewManager * viewManager() const
QDockWidget * dockWidget(const QString &id)
void addConnection(Sender sender, Signal signal, Receiver receiver, Method method, Qt::ConnectionType type=Qt::AutoConnection)
void setTextPropertiesInterface(KoSvgTextPropertiesInterface *interface)
setTextPropertiesInterface set the text properties interface. This should be done on tool activation....
KisMainWindow * mainWindow() const
KisTextPropertiesManager * textPropertyManager() const
virtual void repaintDecorations()
void useCursor(const QCursor &cursor)
virtual void activate(const QSet< KoShape * > &shapes)
KisSignalAutoConnectionsStore m_canvasConnections
void slotShapeSelectionChanged()
selectionChanged called when the canvas selection is changed.
void slotMoveTextSelection(int index)
slotMoveTextSelection Move the start of the selection in typesetting mode by image 1 pix.
void slotConvertType(int index)
slotConvertType
KoSvgTextPropertiesInterface * textPropertyInterface()

References KoToolBase::activate(), KisSignalAutoConnectionsStore::addConnection(), KoToolBase::canvas(), KisMainWindow::dockWidget(), m_base_cursor, m_canvasConnections, m_optionManager, m_textCursor, m_textTypeSignalsMapper, m_typeSettingMovementMapper, KisViewManager::mainWindow(), KoToolBase::repaintDecorations(), KoToolBase::selectionChanged(), KisCanvas2::setCurrentShapeManagerOwnerShape(), KisTextPropertiesManager::setTextPropertiesInterface(), slotConvertType(), slotMoveTextSelection(), slotShapeSelectionChanged(), SvgTextCursor::textPropertyInterface(), KisViewManager::textPropertyManager(), KoToolBase::useCursor(), and KisCanvas2::viewManager().

◆ addMappedAction()

void SvgTextTool::addMappedAction ( KisSignalMapper * mapper,
const QString & actionName,
const int value,
QActionGroup * group = nullptr )
private

Definition at line 1148 of file SvgTextTool.cpp.

1149{
1150 QAction *a = action(actionName);
1151 if (a) {
1152 connect(a, SIGNAL(triggered()), mapper, SLOT(map()));
1153 mapper->setMapping(a, value);
1154 m_textCursor.registerPropertyAction(a, actionName);
1155 if (group && !a->actionGroup()) {
1156 group->addAction(a);
1157 }
1158 }
1159}
float value(const T *src, size_t ch)
void setMapping(QObject *sender, int id)

References KoToolBase::action(), m_textCursor, SvgTextCursor::registerPropertyAction(), KisSignalMapper::setMapping(), and value().

◆ copy()

void SvgTextTool::copy ( ) const
overridevirtual

reimplemented from superclass

Reimplemented from KoToolBase.

Definition at line 475 of file SvgTextTool.cpp.

476{
478}
void copy() const
copy copies plain text into the clipboard between anchor and pos.

References SvgTextCursor::copy(), and m_textCursor.

◆ createOptionWidget()

QWidget * SvgTextTool::createOptionWidget ( )
overrideprotectedvirtual

reimplemented from KoToolBase

Reimplemented from KoToolBase.

Definition at line 240 of file SvgTextTool.cpp.

241{
242 KisQQuickWidget *optionWidget = new KisQQuickWidget();
243 optionWidget->setMinimumWidth(100);
244 optionWidget->setMinimumHeight(100);
245
246 optionWidget->setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding);
247 optionWidget->setSource(QUrl("qrc:/SvgTextToolOptions.qml"));
248
249 m_optionManager->optionsModel()->setConfigName(this->toolId());
250 m_optionManager->setShowDebug(debugEnabled());
251 if (optionWidget->errors().isEmpty()) {
252 optionWidget->rootObject()->setProperty("manager", QVariant::fromValue(m_optionManager.data()));
253 optionWidget->connectMinimumHeightToRootObject();
254 } else {
255 qWarning() << optionWidget->errors();
256 }
257
258
259 connect(m_optionManager.data(), SIGNAL(openTextEditor()), SLOT(showEditor()));
260 connect(m_optionManager.data(), SIGNAL(openGlyphPalette()), SLOT(showGlyphPalette()));
261
262 connect(m_optionManager.data(), SIGNAL(convertTextType(int)), SLOT(slotConvertType(int)));
263 connect(m_optionManager.data(), SIGNAL(typeSettingModeChanged()), SLOT(slotUpdateTypeSettingMode()));
264 connect(m_optionManager->optionsModel(), SIGNAL(useVisualBidiCursorChanged(bool)), this, SLOT(slotUpdateVisualCursor()));
265 connect(m_optionManager->optionsModel(), SIGNAL(pasteRichtTextByDefaultChanged(bool)), this, SLOT(slotUpdateTextPasteBehaviour()));
266 const KisCanvas2 *canvas2 = qobject_cast<const KisCanvas2 *>(this->canvas());
267 if (canvas2 && canvas2->viewManager()->mainWindow()) {
268 QDockWidget *docker = canvas2->viewManager()->mainWindow()->dockWidget("TextProperties");
269 m_optionManager->setShowTextPropertyButton((docker));
270 if (docker) {
271 optionWidget->setPalette(docker->palette());
272 m_optionManager->setTextPropertiesOpen(docker->isVisible());
274 docker->setVisible(!docker->isVisible());
275 });
276 // Once we have docker toggling actions, we should revisit this.
277 }
278 }
282
283
284 return optionWidget;
285}
static bool debugEnabled()
Linethickness.
The KisQQuickWidget class.
void connectMinimumHeightToRootObject()
connectMinimumHeightToRootObject By default we scale rootObject to widget, but in some situations we ...
Q_INVOKABLE QString toolId() const
void openTextPropertiesDocker(bool open)
void slotTextTypeUpdated()
slotTextTypeUpdated Update the text type in the tool options.
void slotUpdateVisualCursor()
slotUpdateVisualCursor update the visual cursor mode on the text cursor.
void slotUpdateTextPasteBehaviour()
slotUpdateTextPasteBehaviour update the default text paste behaviour.
void showEditor()
void slotUpdateTypeSettingMode()
slotUpdateTypeSettingMode Enable typesetting mode from the tool options.

References KoToolBase::canvas(), KisQQuickWidget::connectMinimumHeightToRootObject(), debugEnabled(), KisMainWindow::dockWidget(), m_optionManager, KisViewManager::mainWindow(), SvgTextToolOptionsManager::openTextPropertiesDocker(), showEditor(), showGlyphPalette(), slotConvertType(), slotTextTypeUpdated(), slotUpdateTextPasteBehaviour(), slotUpdateTypeSettingMode(), slotUpdateVisualCursor(), KoToolBase::toolId(), and KisCanvas2::viewManager().

◆ deactivate()

void SvgTextTool::deactivate ( )
overridevirtual

reimplemented from KoToolBase

Reimplemented from KoToolBase.

Definition at line 202 of file SvgTextTool.cpp.

203{
206 m_textCursor.setShape(nullptr);
207 const KisCanvas2 *canvas2 = qobject_cast<const KisCanvas2 *>(this->canvas());
208 if (canvas2) {
210 }
211 // Exiting text editing mode is handled by requestStrokeEnd
212 disconnect(m_textTypeSignalsMapper.data(), 0, this, 0);
213 disconnect(m_typeSettingMovementMapper.data(), 0, this, 0);
214
215 m_hoveredShapeHighlightRect = QPainterPath();
216
218}
virtual void deactivate()
QPainterPath m_hoveredShapeHighlightRect
void setShape(KoSvgTextShape *textShape)
setShape

References KoToolBase::canvas(), KisSignalAutoConnectionsStore::clear(), KoToolBase::deactivate(), m_canvasConnections, m_hoveredShapeHighlightRect, m_textCursor, m_textTypeSignalsMapper, m_typeSettingMovementMapper, KoToolBase::repaintDecorations(), SvgTextCursor::setShape(), KisTextPropertiesManager::setTextPropertiesInterface(), KisViewManager::textPropertyManager(), and KisCanvas2::viewManager().

◆ decorationsRect()

QRectF SvgTextTool::decorationsRect ( ) const
overridevirtual

reimplemented from KoToolBase

Reimplemented from KoToolBase.

Definition at line 654 of file SvgTextTool.cpp.

655{
656 QRectF rect;
657 KoSvgTextShape *const shape = selectedShape();
658 if (shape) {
659 rect |= shape->boundingRect();
660
661 const QPointF anchor = shape->absoluteTransformation().map(QPointF());
662 rect |= kisGrowRect(QRectF(anchor, anchor), handleRadius());
663
664 qreal pxlToPt = canvas()->viewConverter()->viewToDocumentX(1.0);
666
667 if (std::optional<InlineSizeInfo> info = InlineSizeInfo::fromShape(shape, length * pxlToPt)) {
668 rect |= kisGrowRect(info->boundingRect(), handleRadius() * 2);
669 }
670
671 if (canvas()->snapGuide()->isSnapping()) {
673 }
674 }
675
676 rect |= m_hoveredShapeHighlightRect.boundingRect();
677
678 rect |= m_textOutlineHelper->decorationRect();
679 rect |= m_textOnPathHelper.decorationRect(canvas()->viewConverter()->documentToView());
680
681 return rect;
682}
qreal length(const QPointF &vec)
Definition Ellipse.cc:82
constexpr double INLINE_SIZE_DASHES_PATTERN_A
constexpr int INLINE_SIZE_DASHES_PATTERN_LENGTH
Size of the hidden part of the inline-size handle dashes.
constexpr double INLINE_SIZE_DASHES_PATTERN_B
Size of the visible part of the inline-size handle dashes.
KoSnapGuide * snapGuide
virtual const KoViewConverter * viewConverter() const =0
QTransform absoluteTransformation() const
Definition KoShape.cpp:330
QRectF boundingRect()
returns the bounding rect of the guide
QRectF boundingRect() const override
Get the bounding box of the shape.
int handleRadius() const
Convenience function to get the current handle radius.
virtual qreal viewToDocumentX(qreal viewX) const
QRectF decorationRect(const QTransform documentToView) const
decorationRect
KoSvgTextShape * selectedShape() const
SvgTextOnPathDecorationHelper m_textOnPathHelper
T kisGrowRect(const T &rect, U offset)
Definition kis_global.h:186

References KoShape::absoluteTransformation(), KoSnapGuide::boundingRect(), KoSvgTextShape::boundingRect(), KoToolBase::canvas(), SvgTextOnPathDecorationHelper::decorationRect(), KoToolBase::handleRadius(), INLINE_SIZE_DASHES_PATTERN_A, INLINE_SIZE_DASHES_PATTERN_B, INLINE_SIZE_DASHES_PATTERN_LENGTH, kisGrowRect(), length(), m_hoveredShapeHighlightRect, m_textOnPathHelper, m_textOutlineHelper, selectedShape(), KoCanvasBase::snapGuide, KoCanvasBase::viewConverter(), and KoViewConverter::viewToDocumentX().

◆ deleteSelection()

void SvgTextTool::deleteSelection ( )
overridevirtual

reimplemented from superclass

Reimplemented from KoToolBase.

Definition at line 480 of file SvgTextTool.cpp.

481{
483}
void removeSelection()
removeSelection if there's a selection, creates a text-removal command.

References m_textCursor, and SvgTextCursor::removeSelection().

◆ deselect()

void SvgTextTool::deselect ( )
overridevirtual

deselect the tool should clear the selection if it has one.

Reimplemented from KoToolBase.

Definition at line 502 of file SvgTextTool.cpp.

503{
505}
void deselectText()
Deselect all text. This effectively makes anchor the same as pos.

References SvgTextCursor::deselectText(), and m_textCursor.

◆ focusInEvent()

void SvgTextTool::focusInEvent ( QFocusEvent * event)
overridevirtual

This passes on the focusInEven from the canvas widget, which can be used to activate animating decorations (like a cursor blink effect in the text tool).

Reimplemented from KoToolBase.

Definition at line 1098 of file SvgTextTool.cpp.

1099{
1101 event->accept();
1102}
void focusIn()
Turns on blinking cursor.

References SvgTextCursor::focusIn(), and m_textCursor.

◆ focusOutEvent()

void SvgTextTool::focusOutEvent ( QFocusEvent * event)
overridevirtual

This passes on the focusInEven from the canvas widget, which can be used to deactivate animating decorations (like a cursor blink effect in the text tool).

Reimplemented from KoToolBase.

Definition at line 1104 of file SvgTextTool.cpp.

1105{
1107 event->accept();
1108}
void focusOut()
Stops blinking cursor.

References SvgTextCursor::focusOut(), and m_textCursor.

◆ generateDefs

QString SvgTextTool::generateDefs ( const KoSvgTextProperties & properties = KoSvgTextProperties())
privateslot

generateDefs This generates a defs section with the appropriate css and css strings assigned.

Definition at line 386 of file SvgTextTool.cpp.

387{
388 QStringList propStrings;
389 QMap<QString, QString> paraProps = properties.convertParagraphProperties();
390 for (auto it = paraProps.constBegin(); it != paraProps.constEnd(); it++) {
391 propStrings.append(QString("%1: %2;").arg(it.key()).arg(it.value()));
392 }
393 paraProps = properties.convertToSvgTextAttributes();
394 for (auto it = paraProps.constBegin(); it != paraProps.constEnd(); it++) {
395 propStrings.append(QString("%1: %2;").arg(it.key()).arg(it.value()));
396 }
397
398 return QString("<defs>\n <style>\n text {\n %1\n }\n </style>\n</defs>").arg(propStrings.join("\n "));
399}
QMap< QString, QString > convertToSvgTextAttributes() const
QMap< QString, QString > convertParagraphProperties() const
convertParagraphProperties some properties only apply to the root shape, so we write those separately...

References KoSvgTextProperties::convertParagraphProperties(), and KoSvgTextProperties::convertToSvgTextAttributes().

◆ grabSensitivityInPt()

qreal SvgTextTool::grabSensitivityInPt ( ) const
private

Definition at line 1136 of file SvgTextTool.cpp.

1137{
1138 const int sensitivity = grabSensitivity();
1139 return canvas()->viewConverter()->viewToDocumentX(sensitivity);
1140}
int grabSensitivity() const
Convenience function to get the current grab sensitivity.

References KoToolBase::canvas(), KoToolBase::grabSensitivity(), KoCanvasBase::viewConverter(), and KoViewConverter::viewToDocumentX().

◆ hasSelection()

bool SvgTextTool::hasSelection ( )
overridevirtual

reimplemented from superclass

Reimplemented from KoToolBase.

Definition at line 490 of file SvgTextTool.cpp.

491{
492 return m_textCursor.hasSelection();
493}
bool hasSelection() override
return true if the tool currently has something selected that can be copied or deleted.

References SvgTextCursor::hasSelection(), and m_textCursor.

◆ inputMethodEvent()

void SvgTextTool::inputMethodEvent ( QInputMethodEvent * event)
overridevirtual

Text entry of complex text, like CJK, can be made more interactive if a tool implements this and the InputMethodQuery() methods. Reimplementing this only provides the user with a more responsive text experience, since the default implementation forwards the typed text as key pressed events.

Parameters
eventthe input method event.

Reimplemented from KoToolBase.

Definition at line 234 of file SvgTextTool.cpp.

235{
237 inputMethodEvent(event);
238}
void inputMethodEvent(QInputMethodEvent *event) override

References inputMethodEvent(), and m_textCursor.

◆ inputMethodQuery()

QVariant SvgTextTool::inputMethodQuery ( Qt::InputMethodQuery query) const
overridevirtual

This method is used to query a set of properties of the tool to be able to support complex input method operations as support for surrounding text and reconversions. Default implementation returns simple defaults, for tools that want to provide a more responsive text entry experience for CJK languages it would be good to reimplement.

Parameters
queryspecifies which property is queried.
converterthe view converter for the current canvas.

Reimplemented from KoToolBase.

Definition at line 225 of file SvgTextTool.cpp.

226{
227 if (canvas()) {
228 return m_textCursor.inputMethodQuery(query);
229 } else {
230 return KoToolBase::inputMethodQuery(query);
231 }
232}
virtual QVariant inputMethodQuery(Qt::InputMethodQuery query) const
QVariant inputMethodQuery(Qt::InputMethodQuery query) const
Process an input method query and return the requested result.

References KoToolBase::canvas(), KoToolBase::inputMethodQuery(), SvgTextCursor::inputMethodQuery(), and m_textCursor.

◆ insertRichText

void SvgTextTool::insertRichText ( KoSvgTextShape * richText,
bool replaceLastGlyph = false )
privateslot

insertRichText Insert a rich text shape, used by the glyph palette..

Parameters
richText– rich text shape.
replaceLastGlyph– whether to replace the last glyph or to fully insert.

Definition at line 377 of file SvgTextTool.cpp.

378{
379 if (replaceLastGlyph) {
382 }
383 m_textCursor.insertRichText(richText, true);
384}
The SvgTextCursor class.
void setPos(int pos, int anchor)
Set the pos and the anchor.
void moveCursor(MoveMode mode, bool moveAnchor=true)
Move the cursor, and, if you don't want a selection, move the anchor.
int getPos()
Get the current position.
void insertRichText(KoSvgTextShape *insert, bool inheritPropertiesIfPossible=false)
Insert rich text at getPos();.

References SvgTextCursor::getPos(), SvgTextCursor::insertRichText(), m_textCursor, SvgTextCursor::moveCursor(), SvgTextCursor::MoveNextChar, SvgTextCursor::MovePreviousChar, and SvgTextCursor::setPos().

◆ keyPressEvent()

void SvgTextTool::keyPressEvent ( QKeyEvent * event)
overridevirtual

Called when a key is pressed. Implementors should call event->ignore() if they do not actually use the event. Default implementation ignores this event.

Parameters
eventstate and reason of this key press

Reimplemented from KoToolBase.

Definition at line 1068 of file SvgTextTool.cpp.

1069{
1071 && (event->key() == Qt::Key_Control || event->key() == Qt::Key_Alt || event->key() == Qt::Key_Shift
1072 || event->key() == Qt::Key_Meta)) {
1073 m_interactionStrategy->handleMouseMove(m_lastMousePos, event->modifiers());
1074 event->accept();
1075 return;
1076 } else if (event->key() == Qt::Key_Escape) {
1078 } else if (selectedShape()) {
1080 }
1081
1082 event->ignore();
1083}
std::unique_ptr< KoInteractionStrategy > m_interactionStrategy
void requestStrokeEnd() override
QPointF m_lastMousePos
void keyPressEvent(QKeyEvent *event)
Handle the cursor-related key events.

References SvgTextCursor::keyPressEvent(), m_interactionStrategy, m_lastMousePos, m_textCursor, requestStrokeEnd(), and selectedShape().

◆ keyReleaseEvent()

void SvgTextTool::keyReleaseEvent ( QKeyEvent * event)
overridevirtual

Called when a key is released Implementors should call event->ignore() if they do not actually use the event. Default implementation ignores this event.

Parameters
eventstate and reason of this key release

Reimplemented from KoToolBase.

Definition at line 1085 of file SvgTextTool.cpp.

1086{
1087 m_textCursor.updateModifiers(event->modifiers());
1089 && (event->key() == Qt::Key_Control || event->key() == Qt::Key_Alt || event->key() == Qt::Key_Shift
1090 || event->key() == Qt::Key_Meta)) {
1091 m_interactionStrategy->handleMouseMove(m_lastMousePos, event->modifiers());
1092 event->accept();
1093 } else {
1094 event->ignore();
1095 }
1096}
void updateModifiers(const Qt::KeyboardModifiers modifiers)

References m_interactionStrategy, m_lastMousePos, m_textCursor, and SvgTextCursor::updateModifiers().

◆ koSelection()

KoSelection * SvgTextTool::koSelection ( ) const
protected

Definition at line 287 of file SvgTextTool.cpp.

288{
290 KIS_SAFE_ASSERT_RECOVER_RETURN_VALUE(canvas()->selectedShapesProxy(), 0);
291
292 return canvas()->selectedShapesProxy()->selection();
293}
virtual KoSelectedShapesProxy * selectedShapesProxy() const =0
selectedShapesProxy() is a special interface for keeping a persistent connections to selectionChanged...
virtual KoSelection * selection()=0
#define KIS_SAFE_ASSERT_RECOVER_RETURN_VALUE(cond, val)
Definition kis_assert.h:129

References KoToolBase::canvas(), KIS_SAFE_ASSERT_RECOVER_RETURN_VALUE, KoCanvasBase::selectedShapesProxy(), and KoSelectedShapesProxy::selection().

◆ mouseDoubleClickEvent()

void SvgTextTool::mouseDoubleClickEvent ( KoPointerEvent * event)
overridevirtual

reimplemented from superclass

Reimplemented from KoToolBase.

Definition at line 1110 of file SvgTextTool.cpp.

1111{
1112 if (canvas()->shapeManager()->shapeAt(event->point) != selectedShape()) {
1113 event->ignore(); // allow the event to be used by another
1114 return;
1115 } else {
1116 m_textCursor.setPosToPoint(event->point, true);
1119 }
1120 const QRectF updateRect = std::exchange(m_hoveredShapeHighlightRect, QPainterPath()).boundingRect();
1121 canvas()->updateCanvas(kisGrowRect(updateRect, 100));
1122 event->accept();
1123}
virtual void updateCanvas(const QRectF &rc)=0
QPointF point
The point in document coordinates.
void setPosToPoint(QPointF point, bool moveAnchor=true)
Set the pos from a point. This currently does a search inside the text shape.

References KoToolBase::canvas(), kisGrowRect(), m_hoveredShapeHighlightRect, m_textCursor, SvgTextCursor::moveCursor(), SvgTextCursor::MoveWordLeft, SvgTextCursor::MoveWordRight, KoPointerEvent::point, selectedShape(), SvgTextCursor::setPosToPoint(), and KoCanvasBase::updateCanvas().

◆ mouseMoveEvent()

void SvgTextTool::mouseMoveEvent ( KoPointerEvent * event)
overridevirtual

reimplemented from KoToolBase

Implements KoToolBase.

Definition at line 917 of file SvgTextTool.cpp.

918{
919 m_lastMousePos = event->point;
920 m_hoveredShapeHighlightRect = QPainterPath();
922
924 m_interactionStrategy->handleMouseMove(event->point, event->modifiers());
927 if (c && c->draggingInlineSize() && !c->hasWrappingShape()) {
928 if (this->writingMode() == KoSvgText::HorizontalTB) {
930 } else {
932 }
933 } else {
935 }
936 } else if (m_dragging == DragMode::Select && this->selectedShape()) {
938 // Todo: replace with something a little less hacky.
939 if (selectedShape->writingMode() == KoSvgText::HorizontalTB) {
941 } else {
943 }
944 } else if (m_dragging != DragMode::InShapeOffset) {
945 useCursor(Qt::ArrowCursor);
946 }
947 event->accept();
948 } else {
950
952 QCursor cursor = m_base_cursor;
953 if (selectedShape) {
955 const qreal sensitivity = grabSensitivityInPt();
956
959 if (handle != SvgTextCursor::NoHandle) {
962 }
963
965 if (std::optional<InlineSizeInfo> info = InlineSizeInfo::fromShape(selectedShape)) {
966 const QPolygonF zone = info->endLineGrabRect(sensitivity);
967 const QPolygonF startZone = info->startLineGrabRect(sensitivity);
968 if (zone.containsPoint(event->point, Qt::OddEvenFill)) {
970 cursor = lineToCursor(info->baselineLine(), canvas());
971 } else if (startZone.containsPoint(event->point, Qt::OddEvenFill)){
973 cursor = lineToCursor(info->baselineLine(), canvas());
974 }
975 }
976 }
977
979 const QPolygonF textOutline = selectedShape->absoluteTransformation().map(selectedShape->outlineRect());
980 const QPolygonF moveBorderRegion = selectedShape->absoluteTransformation().map(kisGrowRect(selectedShape->outlineRect(),
981 sensitivity * 2));
982 if (moveBorderRegion.containsPoint(event->point, Qt::OddEvenFill) && !textOutline.containsPoint(event->point, Qt::OddEvenFill)) {
984 cursor = Qt::SizeAllCursor;
985 }
986 }
987 }
988
989 QString shapeType;
990 bool isHorizontal = true;
991 const KoSvgTextShape *hoveredShape = dynamic_cast<KoSvgTextShape *>(canvas()->shapeManager()->shapeAt(event->point));
992 const KoPathShape *hoveredFlowShape = dynamic_cast<KoPathShape *>(canvas()->shapeManager()->shapeAt(event->point));
993 QPainterPath hoverPath = KisToolUtils::shapeHoverInfoCrossLayer(canvas(), event->point, shapeType, &isHorizontal);
994
995 bool textAreasHovered = false;
996 if (m_textOnPathHelper.hitTest(event->point, canvas()->viewConverter()->viewToDocument()) ) {
997 cursor = Qt::ArrowCursor;
998 } else if(std::optional<QPointF> offsetVector = SvgChangeTextPaddingMarginStrategy::hitTest(selectedShape, event->point, grabSensitivityInPt())) {
999 cursor = lineToCursor(QLineF(QPointF(0, 0), offsetVector.value()).normalVector(), canvas());
1000 textAreasHovered = true;
1001 } else if (selectedShape && selectedShape == hoveredShape && m_highlightItem == HighlightItem::None) {
1004 } else {
1006 }
1007 } else if (hoveredShape && m_highlightItem == HighlightItem::None) {
1008 if (!hoveredShape->textWrappingAreas().isEmpty()) {
1009 Q_FOREACH(QPainterPath path, hoveredShape->textWrappingAreas()) {
1010 m_hoveredShapeHighlightRect.addPath(hoveredShape->absoluteTransformation().map(path));
1011 }
1012 } else {
1013 m_hoveredShapeHighlightRect.addRect(hoveredShape->boundingRect());
1014 }
1015 if (hoveredShape->writingMode() == KoSvgText::HorizontalTB) {
1017 } else {
1019 }
1020 } else if (hoveredFlowShape) {
1021 m_hoveredShapeHighlightRect.addPath(hoveredFlowShape->absoluteTransformation().map(hoveredFlowShape->outline()));
1022 if (hoveredFlowShape->segmentAtPoint(event->point, handleGrabRect(event->point)).isValid()) {
1024 } else {
1026 }
1027 } else if (!hoverPath.isEmpty() && shapeType == KoSvgTextShape_SHAPEID && m_highlightItem == HighlightItem::None) {
1028 m_hoveredShapeHighlightRect = hoverPath;
1029 if (isHorizontal) {
1031 } else {
1033 }
1034 }
1035 m_textOutlineHelper->setTextAreasHovered(textAreasHovered);
1037 event->ignore();
1038 }
1039
1041}
#define KoSvgTextShape_SHAPEID
static Qt::CursorShape lineToCursor(const QLineF line, const KoCanvasBase *const canvas)
virtual KoShapeManager * shapeManager() const =0
bool isValid() const
Returns if segment is valid, e.g. has two valid points.
The position of a path point within a path shape.
Definition KoPathShape.h:63
KoPathSegment segmentAtPoint(const QPointF &point, const QRectF &grabRoi) const
QPainterPath outline() const override
reimplemented
Qt::KeyboardModifiers modifiers() const
KoShape * shapeAt(const QPointF &position, KoFlake::ShapeSelection selection=KoFlake::ShapeOnTop, bool omitHiddenShapes=true)
QList< QPainterPath > textWrappingAreas() const
textWrappingAreas The text wrapping areas are computed from shapesInside() and shapesSubtract(),...
KoSvgText::WritingMode writingMode() const
writingMode There's a number of places we need to check the writing mode to provide proper controls.
QRectF outlineRect() const override
QCursor cursor() const
return the last emitted cursor
QRectF handleGrabRect(const QPointF &position) const
static std::optional< QPointF > hitTest(KoSvgTextShape *shape, const QPointF &mousePos, const qreal grabSensitivityInPts)
hitTest Tests whether the current mouse position is over a text wrapping area, and if so,...
bool hitTest(QPointF mouseInPts, const QTransform viewToDocument)
hitTest
DragMode m_dragging
qreal grabSensitivityInPt() const
HighlightItem m_highlightItem
KoSvgText::WritingMode writingMode() const
QPainterPath shapeHoverInfoCrossLayer(KoCanvasBase *canvas, const QPointF &point, QString &shapeType, bool *isHorizontal, bool skipCurrentShapes)
shapeHoverInfoCrossLayer get hover info of shapes on all layers.
@ HorizontalTB
Definition KoSvgText.h:38
void setTypeSettingHandleHovered(TypeSettingModeHandle hovered=TypeSettingModeHandle::NoHandle)
Set a given typesetting handle as hovered, so it will be drawn as such.
TypeSettingModeHandle
Handles used by type setting mode.
QCursor cursorTypeForTypeSetting() const
Return appropriate typeSetting cursor;.
TypeSettingModeHandle typeSettingHandleAtPos(const QRectF regionOfInterest)
Get typeSettingMode handle for text;.

References KoShape::absoluteTransformation(), KoSvgTextShape::boundingRect(), KoToolBase::canvas(), Create, KoToolBase::cursor(), SvgTextCursor::cursorTypeForTypeSetting(), SvgCreateTextStrategy::draggingInlineSize(), grabSensitivityInPt(), KoToolBase::handleGrabRect(), SvgCreateTextStrategy::hasWrappingShape(), SvgChangeTextPaddingMarginStrategy::hitTest(), SvgTextOnPathDecorationHelper::hitTest(), KoSvgText::HorizontalTB, InlineSizeEndHandle, InlineSizeStartHandle, InShapeOffset, KoPathSegment::isValid(), kisGrowRect(), KoSvgTextShape_SHAPEID, lineToCursor(), m_base_cursor, m_dragging, m_highlightItem, m_hoveredShapeHighlightRect, m_ibeam_horizontal, m_ibeam_horizontal_done, m_ibeam_vertical, m_interactionStrategy, m_lastMousePos, m_text_in_shape, m_text_inline_horizontal, m_text_inline_vertical, m_text_on_path, m_textCursor, m_textOnPathHelper, m_textOutlineHelper, KoPointerEvent::modifiers(), MoveBorder, SvgTextCursor::NoHandle, None, KoPathShape::outline(), KoSvgTextShape::outlineRect(), KoPointerEvent::point, KoToolBase::repaintDecorations(), KoPathShape::segmentAtPoint(), Select, selectedShape(), SvgTextCursor::setTypeSettingHandleHovered(), KoShapeManager::shapeAt(), KisToolUtils::shapeHoverInfoCrossLayer(), KoCanvasBase::shapeManager(), KoSvgTextShape::textWrappingAreas(), TypeSettingHandle, SvgTextCursor::typeSettingHandleAtPos(), SvgTextCursor::updateModifiers(), KoToolBase::useCursor(), KoSvgTextShape::writingMode(), and writingMode().

◆ mousePressEvent()

void SvgTextTool::mousePressEvent ( KoPointerEvent * event)
overridevirtual

reimplemented from KoToolBase

Implements KoToolBase.

Definition at line 781 of file SvgTextTool.cpp.

782{
783 // When using touch drawing, we only ever receive move events after the
784 // finger has pressed down. We have to issue an artificial move here so that
785 // the tool's state is updated properly to handle the press.
786 if (event->isTouchEvent()) {
787 mouseMoveEvent(event);
788 }
789
790 if (!nodeEditable()) {
791 event->accept();
792 return;
793 }
794
795 KisHandlePalette handlePalette;
796 KisCanvas2* kisCanvas = dynamic_cast<KisCanvas2*>(canvas());
797 if (kisCanvas) {
798 handlePalette = kisCanvas->displayColorConverter()->handlePaletteForDisplayColorSpace();
799 }
800
802
803 if (selectedShape) {
804 if (m_textOutlineHelper->contourModeButtonHovered(event->point)) {
805 m_textOutlineHelper->toggleTextContourMode(selectedShape);
806 event->accept();
807 KoToolManager::instance()->switchToolRequested("InteractionTool");
808 return;
809 }
810
813 if (handle != SvgTextCursor::NoHandle) {
818 }
819 event->accept();
820 return;
821 }
825 m_textOutlineHelper->setDrawTextWrappingArea(false);
826 event->accept();
827 return;
828 } else if (m_textOnPathHelper.hitTest(event->point, canvas()->viewConverter()->viewToDocument())) {
832 event->accept();
833 return;
837 event->accept();
838 return;
842 event->accept();
843 return;
847 event->accept();
848 return;
849 }
850 }
851
852 KoSvgTextShape *hoveredShape = dynamic_cast<KoSvgTextShape *>(canvas()->shapeManager()->shapeAt(event->point));
853 KoPathShape *hoveredFlowShape = dynamic_cast<KoPathShape *>(canvas()->shapeManager()->shapeAt(event->point));
854 QString shapeType;
855 QPainterPath hoverPath = KisToolUtils::shapeHoverInfoCrossLayer(canvas(), event->point, shapeType);
856 bool crossLayerPossible = !hoverPath.isEmpty() && shapeType == KoSvgTextShape_SHAPEID;
857
858 if (!selectedShape && !hoveredShape && !hoveredFlowShape && !crossLayerPossible) {
859 QPointF point = canvas()->snapGuide()->snap(event->point, event->modifiers());
860 m_interactionStrategy.reset(new SvgCreateTextStrategy(this, point));
862 event->accept();
863 } else if (hoveredShape) {
864 if (hoveredShape != selectedShape) {
866 canvas()->shapeManager()->selection()->select(hoveredShape);
867 m_hoveredShapeHighlightRect = QPainterPath();
868 }
869 m_interactionStrategy.reset(new SvgSelectTextStrategy(this, &m_textCursor, event->point, event->modifiers()));
871 event->accept();
872 } else if (hoveredFlowShape) {
873 QPointF point = canvas()->snapGuide()->snap(event->point, event->modifiers());
874 m_interactionStrategy.reset(new SvgCreateTextStrategy(this, point, hoveredFlowShape));
876 event->accept();
877 } else if (crossLayerPossible) {
879 m_interactionStrategy.reset(new SvgSelectTextStrategy(this, &m_textCursor, event->point, event->modifiers()));
881 m_hoveredShapeHighlightRect = QPainterPath();
882 } else {
884 }
885 event->accept();
886 } else { // if there's a selected shape but no hovered shape...
888 event->accept();
889 }
890
892}
KisDisplayColorConverter displayColorConverter
KisHandlePalette handlePaletteForDisplayColorSpace() const
handlePaletteForDisplayColorSpace
bool isTouchEvent() const
void deselectAll()
clear the selections list
void select(KoShape *shape)
KoSelection * selection
QPointF snap(const QPointF &mousePosition, Qt::KeyboardModifiers modifiers)
snaps the mouse position, returns if mouse was snapped
void switchToolRequested(const QString &id)
static KoToolManager * instance()
Return the toolmanager singleton.
void mouseMoveEvent(KoPointerEvent *event) override
reimplemented from KoToolBase
bool nodeEditable()
nodeEditable
friend class SvgChangeTextPathInfoStrategy
Definition SvgTextTool.h:40
friend class SvgCreateTextStrategy
Definition SvgTextTool.h:39
The SvgTextTypeSettingStrategy class This class encompasses the typesetting mode.
bool selectShapeCrossLayer(KoCanvasBase *canvas, const QPointF &point, const QString &shapeType, bool skipCurrentShapes)
selectShapeCrossLayer Tries to select a shape under the cursor regardless of which layer it is on,...
bool setDominantBaselineFromHandle(const TypeSettingModeHandle handle)
setDominantBaselineFromHandle Set the dominant baseline from a given handle.
void setDrawTypeSettingHandle(bool draw)

References KoToolBase::canvas(), Create, KoSelection::deselectAll(), KisCanvas2::displayColorConverter, SvgTextCursor::getPos(), grabSensitivityInPt(), KoToolBase::handleGrabRect(), KisDisplayColorConverter::handlePaletteForDisplayColorSpace(), SvgChangeTextPaddingMarginStrategy::hitTest(), SvgTextOnPathDecorationHelper::hitTest(), InlineSizeEndHandle, InlineSizeHandle, InlineSizeStartHandle, InShapeOffset, KoToolManager::instance(), KoPointerEvent::isTouchEvent(), KoSvgTextShape_SHAPEID, m_dragging, m_highlightItem, m_hoveredShapeHighlightRect, m_interactionStrategy, m_textCursor, m_textOnPathHelper, m_textOutlineHelper, KoPointerEvent::modifiers(), mouseMoveEvent(), Move, MoveBorder, nodeEditable(), SvgTextCursor::NoHandle, KoPointerEvent::point, KoToolBase::repaintDecorations(), KoSelection::select(), Select, selectedShape(), KoShapeManager::selection, KisToolUtils::selectShapeCrossLayer(), SvgTextCursor::setDominantBaselineFromHandle(), SvgTextCursor::setDrawTypeSettingHandle(), SvgTextOnPathDecorationHelper::setStrategyActive(), KoShapeManager::shapeAt(), KisToolUtils::shapeHoverInfoCrossLayer(), KoCanvasBase::shapeManager(), KoSnapGuide::snap(), KoCanvasBase::snapGuide, SvgChangeTextPathInfoStrategy, SvgCreateTextStrategy, KoToolManager::switchToolRequested(), TextPathHandle, TypeSetting, TypeSettingHandle, and SvgTextCursor::typeSettingHandleAtPos().

◆ mouseReleaseEvent()

void SvgTextTool::mouseReleaseEvent ( KoPointerEvent * event)
overridevirtual

reimplemented from KoToolBase

Implements KoToolBase.

Definition at line 1043 of file SvgTextTool.cpp.

1044{
1046 m_interactionStrategy->finishInteraction(event->modifiers());
1047 KUndo2Command *const command = m_interactionStrategy->createCommand();
1048 if (command) {
1050 canvas()->addCommand(command);
1052 }
1053 m_interactionStrategy = nullptr;
1056 }
1058 m_textOutlineHelper->setDrawTextWrappingArea(true);
1061 event->accept();
1062 } else {
1064 }
1065 event->accept();
1066}
virtual void addCommand(KUndo2Command *command)=0
bool m_strategyAddingCommand

References KoCanvasBase::addCommand(), KoToolBase::canvas(), m_base_cursor, m_dragging, m_interactionStrategy, m_strategyAddingCommand, m_textCursor, m_textOnPathHelper, m_textOutlineHelper, KoPointerEvent::modifiers(), None, Select, SvgTextCursor::setDrawTypeSettingHandle(), SvgTextOnPathDecorationHelper::setStrategyActive(), and KoToolBase::useCursor().

◆ mouseTripleClickEvent()

void SvgTextTool::mouseTripleClickEvent ( KoPointerEvent * event)
overridevirtual

reimplemented from KoToolBase

Reimplemented from KoToolBase.

Definition at line 1125 of file SvgTextTool.cpp.

1126{
1127 if (canvas()->shapeManager()->shapeAt(event->point) == selectedShape()) {
1128 // TODO: Consider whether we want to use sentence based selection instead:
1129 // QTextBoundaryFinder allows us to find sentences if necessary.
1132 event->accept();
1133 }
1134}

References KoToolBase::canvas(), m_textCursor, SvgTextCursor::moveCursor(), SvgTextCursor::ParagraphEnd, SvgTextCursor::ParagraphStart, KoPointerEvent::point, and selectedShape().

◆ nodeEditable()

bool SvgTextTool::nodeEditable ( )
private

nodeEditable

See also
nodeEditable in KisTool.
Returns
whether the current Node is editable. If not, it'll display an oncanvas message.

Definition at line 640 of file SvgTextTool.cpp.

641{
643 if (!node->isEditable(true)) {
644 KisCanvas2 * kiscanvas = static_cast<KisCanvas2*>(canvas());
645 if (kiscanvas) {
646 QString message = KisToolUtils::nodeEditableMessage(node);
647 kiscanvas->viewManager()->showFloatingMessage(message, KisIconUtils::loadIcon("object-locked"));
648 }
649 return false;
650 }
651 return true;
652}
void showFloatingMessage(const QString &message, const QIcon &icon, int timeout=4500, KisFloatingMessage::Priority priority=KisFloatingMessage::Medium, int alignment=Qt::AlignCenter|Qt::TextWordWrap)
shows a floating message in the top right corner of the canvas
QPointer< KoCanvasResourceProvider > resourceManager
QIcon loadIcon(const QString &name)
QString nodeEditableMessage(KisNodeSP node, bool blockedNoIndirectPainting)
nodeEditableMessage
bool isEditable(bool checkVisibility=true) const

References KoToolBase::canvas(), KoCanvasResource::CurrentKritaNode, KisBaseNode::isEditable(), KisIconUtils::loadIcon(), KisToolUtils::nodeEditableMessage(), KoCanvasBase::resourceManager, KisViewManager::showFloatingMessage(), and KisCanvas2::viewManager().

◆ paint()

void SvgTextTool::paint ( QPainter & gc,
const KoViewConverter & converter )
overridevirtual

reimplemented from KoToolBase

Implements KoToolBase.

Definition at line 684 of file SvgTextTool.cpp.

685{
686 if (!isActivated()) return;
687
690
692 m_interactionStrategy->paint(gc, converter, canvas()->displayRendererInterface());
693 }
694
695 KoSvgTextShape *shape = selectedShape();
696 if (shape) {
697 KisHandlePainterHelper handlePainter =
699
701 handlePainter.setHandleStyle(KisHandleStyle::primarySelection(handlePalette));
702 QPainterPath path;
703 path.addRect(shape->outlineRect());
704 handlePainter.drawPath(path);
705 }
706
707 qreal pxlToPt = canvas()->viewConverter()->viewToDocumentX(1.0);
709 if (std::optional<InlineSizeInfo> info = InlineSizeInfo::fromShape(shape, length * pxlToPt)) {
710 handlePainter.setHandleStyle(KisHandleStyle::secondarySelection(handlePalette));
711 handlePainter.drawConnectionLine(info->baselineLineLocal());
712
716 }
718 handlePainter.drawHandleLine(info->startLineLocal());
719 handlePainter.drawHandleLine(info->startLineDashes(), INLINE_SIZE_HANDLE_THICKNESS, dashPattern, INLINE_SIZE_DASHES_PATTERN_A);
720
721 handlePainter.setHandleStyle(KisHandleStyle::secondarySelection(handlePalette));
725 }
726 handlePainter.drawHandleLine(info->endLineLocal());
727 handlePainter.drawHandleLine(info->endLineDashes(), INLINE_SIZE_HANDLE_THICKNESS, dashPattern, INLINE_SIZE_DASHES_PATTERN_A);
728 }
729
731 handlePainter.setHandleStyle(KisHandleStyle::highlightedPrimaryHandles(handlePalette));
732 } else {
733 handlePainter.setHandleStyle(KisHandleStyle::primarySelection(handlePalette));
734 }
735 handlePainter.drawHandleCircle(QPointF(), KoToolBase::handleRadius() * 0.75);
736 }
737
738 m_textOutlineHelper->setDecorationThickness(decorationThickness());
739 m_textOutlineHelper->setHandleRadius(handleRadius());
740 m_textOutlineHelper->paint(&gc, converter);
743 m_textOnPathHelper.paint(&gc, converter, handlePalette);
744 gc.setTransform(converter.documentToView(), true);
745 {
747 if (!m_hoveredShapeHighlightRect.isEmpty()) {
749 QPainterPath path;
750 path.addPath(m_hoveredShapeHighlightRect);
751 handlePainter.drawPath(path);
752 }
753 }
754 if (shape) {
755 m_textCursor.paintDecorations(gc, systemPalette.color(QPalette::Highlight), decorationThickness(), handleRadius(), handlePalette);
756 }
758 gc.save();
759 canvas()->snapGuide()->paint(gc, converter, canvas()->displayRendererInterface());
760 gc.restore();
761 }
762
763 // Paint debug outline
764 if (debugEnabled() && shape) {
765 gc.save();
766 using Element = KoSvgTextShape::DebugElement;
767 KoSvgTextShape::DebugElements el{};
768 if (m_optionManager->showCharacterDebug()) {
769 el |= Element::CharBbox;
770 }
771 if (m_optionManager->showLineDebug()) {
772 el |= Element::LineBox;
773 }
774
775 gc.setTransform(shape->absoluteTransformation(), true);
776 shape->paintDebug(gc, el);
777 gc.restore();
778 }
779}
constexpr double INLINE_SIZE_HANDLE_THICKNESS
Total amount of trailing dashes on inline-size handles.
The KisHandlePainterHelper class is a special helper for painting handles around objects....
void drawPath(const QPainterPath &path)
void drawConnectionLine(const QLineF &line)
void setHandleStyle(const KisHandleStyle &style)
void drawHandleLine(const QLineF &line, qreal width=1.0, QVector< qreal > dashPattern={}, qreal dashOffset=0.0)
void drawHandleCircle(const QPointF &center, qreal radius)
static KisHandleStyle & partiallyHighlightedPrimaryHandles(KisHandlePalette palette=KisHandlePalette())
static KisHandleStyle & highlightedPrimaryHandlesWithSolidOutline(KisHandlePalette palette=KisHandlePalette())
static KisHandleStyle & secondarySelection(KisHandlePalette palette=KisHandlePalette())
static KisHandleStyle & primarySelection(KisHandlePalette palette=KisHandlePalette())
static KisHandleStyle & highlightedPrimaryHandles(KisHandlePalette palette=KisHandlePalette())
virtual KoColorDisplayRendererInterface * displayRendererInterface() const
displayRendererInterface The display renderer interface has a number of color conversion functions wh...
virtual KisHandlePalette handlePaletteForDisplayColorSpace() const =0
handlePaletteForDisplayColorSpace
virtual QPalette systemPaletteForDisplayColorSpace() const =0
systemPaletteForDisplayColorSpace
static KisHandlePainterHelper createHandlePainterHelperView(QPainter *painter, KoShape *shape, const KoViewConverter &converter, qreal handleRadius=0.0, int decorationThickness=1)
Definition KoShape.cpp:977
void paint(QPainter &painter, const KoViewConverter &converter, const KoColorDisplayRendererInterface *displayRenderer)
paints the guide
void paintDebug(QPainter &painter, DebugElements elements) const
bool isActivated() const
int decorationThickness() const
decorationThickness The minimum thickness for tool decoration lines, this is derived from the screen ...
virtual QPointF documentToView(const QPointF &documentPoint) const
void paint(QPainter *painter, const KoViewConverter &converter, KisHandlePalette handlePalette)
paint Paint the handles for the text path.
void paintDecorations(QPainter &gc, QColor selectionColor, int decorationThickness=1, qreal handleRadius=5.0, KisHandlePalette handlePalette=KisHandlePalette())
Paint all decorations and blinkingcursors.

References KoShape::absoluteTransformation(), KoToolBase::canvas(), Create, KoShape::createHandlePainterHelperView(), debugEnabled(), KoToolBase::decorationThickness(), KoCanvasBase::displayRendererInterface(), KoViewConverter::documentToView(), KisHandlePainterHelper::drawConnectionLine(), KisHandlePainterHelper::drawHandleCircle(), KisHandlePainterHelper::drawHandleLine(), KisHandlePainterHelper::drawPath(), KoColorDisplayRendererInterface::handlePaletteForDisplayColorSpace(), KoToolBase::handleRadius(), KisHandleStyle::highlightedPrimaryHandles(), KisHandleStyle::highlightedPrimaryHandlesWithSolidOutline(), INLINE_SIZE_DASHES_PATTERN_A, INLINE_SIZE_DASHES_PATTERN_B, INLINE_SIZE_DASHES_PATTERN_LENGTH, INLINE_SIZE_HANDLE_THICKNESS, InlineSizeEndHandle, InlineSizeHandle, InlineSizeStartHandle, InShapeOffset, KoToolBase::isActivated(), length(), m_dragging, m_highlightItem, m_hoveredShapeHighlightRect, m_interactionStrategy, m_optionManager, m_textCursor, m_textOnPathHelper, m_textOutlineHelper, Move, MoveBorder, KoSvgTextShape::outlineRect(), KoSnapGuide::paint(), SvgTextOnPathDecorationHelper::paint(), KoSvgTextShape::paintDebug(), SvgTextCursor::paintDecorations(), KisHandleStyle::partiallyHighlightedPrimaryHandles(), KisHandleStyle::primarySelection(), KisHandleStyle::secondarySelection(), selectedShape(), SvgTextOnPathDecorationHelper::setDecorationThickness(), SvgTextOnPathDecorationHelper::setHandleRadius(), KisHandlePainterHelper::setHandleStyle(), KoCanvasBase::snapGuide, KoColorDisplayRendererInterface::systemPaletteForDisplayColorSpace(), TypeSetting, KoCanvasBase::viewConverter(), and KoViewConverter::viewToDocumentX().

◆ paste()

bool SvgTextTool::paste ( )
overridevirtual

reimplemented from superclass

Reimplemented from KoToolBase.

Definition at line 485 of file SvgTextTool.cpp.

486{
487 return m_textCursor.paste();
488}
bool paste()
paste pastes plain text in the clipboard at pos. Uses pasteRichTextByDefault to determine whether to ...

References m_textCursor, and SvgTextCursor::paste().

◆ popupWidget()

KisPopupWidgetInterface * SvgTextTool::popupWidget ( )
overridevirtual
Returns
a widget with useful controls to be popped up on top of the canvas. Will not be called if popupActionsMenu() does not return null.

Reimplemented from KoToolBase.

Definition at line 220 of file SvgTextTool.cpp.

221{
222 return nullptr;
223}

◆ propertiesForNewText

KoSvgTextProperties SvgTextTool::propertiesForNewText ( ) const
privateslot

propertiesForNewText get the text properties that should be used for new text.

Definition at line 401 of file SvgTextTool.cpp.

402{
403 const bool useCurrent = m_optionManager->optionsModel()->useCurrentTextProperties();
404 const QString presetName = m_optionManager->optionsModel()->cssStylePresetName();
405
407 if (useCurrent || presetName.isEmpty()) {
409 props = textData.commonProperties;
410 } else {
412 QVector<KoResourceSP> res = model->resourcesForName(presetName);
413 if (res.first()) {
414 KoCssStylePresetSP style = res.first().staticCast<KoCssStylePreset>();
415 qreal dpi = 72;
416 KisCanvas2 *canvas2 = qobject_cast<KisCanvas2 *>(this->canvas());
417 if (canvas2) {
418 dpi = canvas2->image()->xRes() * 72.0;
419 }
420 if (style) {
421 props = style->properties(dpi, true);
422 }
423 }
424 }
425
426 QColor fontColor = (canvas()->resourceManager()->isUsingOtherColor()
427 ? canvas()->resourceManager()->backgroundColor()
428 : canvas()->resourceManager()->foregroundColor()).toQColor();
430 bg->setColor(fontColor);
432 props.setProperty(KoSvgTextProperties::FillId, QVariant::fromValue(bgProp));
433 return props;
434}
The KisAllresourcesModel class provides access to the cache database for a particular resource type....
QVector< KoResourceSP > resourcesForName(const QString &name) const
KisImageWSP image() const
double xRes() const
static KisAllResourcesModel * resourceModel(const QString &resourceType)
A simple solid color shape background.
The KoCssStylePreset class.
@ FillId
KoSvgText::BackgroundProperty.
void setProperty(PropertyId id, const QVariant &value)
@ SvgTextPropertyData
KoSvgTextPropertyDataStruct.
const QString CssStyles
The KoSvgTextPropertyData struct.
KoSvgTextProperties commonProperties
The properties common between all the selected text.
BackgroundProperty is a special wrapper around KoShapeBackground for managing it in KoSvgTextProperti...
Definition KoSvgText.h:714

References KoToolBase::canvas(), KoSvgTextPropertyData::commonProperties, ResourceType::CssStyles, KoSvgTextProperties::FillId, KisCanvas2::image(), m_optionManager, KoCanvasBase::resourceManager, KisResourceModelProvider::resourceModel(), KisAllResourcesModel::resourcesForName(), KoSvgTextProperties::setProperty(), KoCanvasResource::SvgTextPropertyData, and KisImage::xRes().

◆ requestStrokeCancellation()

void SvgTextTool::requestStrokeCancellation ( )
overridevirtual

Called when the user requests cancellation of the current stroke. If your tool supports cancelling, override this method and implement the desired effects there.

Doing nothing, since these signals come on undo/redo actions in the mainland undo stack, which we manipulate while editing text

Reimplemented from KoToolBase.

Definition at line 526 of file SvgTextTool.cpp.

527{
533}

◆ requestStrokeEnd()

void SvgTextTool::requestStrokeEnd ( )
overridevirtual

Called when the image decided that the stroke should better be ended. If your tool supports long strokes, override this method and implement the desired effects there.

Reimplemented from KoToolBase.

Definition at line 512 of file SvgTextTool.cpp.

513{
514 if (!isActivated()) return;
518 m_interactionStrategy->cancelInteraction();
519 m_interactionStrategy = nullptr;
520 useCursor(Qt::ArrowCursor);
522 }
523 }
524}

References KoToolBase::isActivated(), SvgTextCursor::isAddingCommand, m_dragging, m_interactionStrategy, m_strategyAddingCommand, m_textCursor, m_textOnPathHelper, None, SvgTextOnPathDecorationHelper::setStrategyActive(), and KoToolBase::useCursor().

◆ selectAll()

bool SvgTextTool::selectAll ( )
overridevirtual

selectAll select all data the tool can select.

Returns
true if something happened, false if nothing happened.

Reimplemented from KoToolBase.

Definition at line 495 of file SvgTextTool.cpp.

References m_textCursor, SvgTextCursor::moveCursor(), SvgTextCursor::ParagraphEnd, and SvgTextCursor::ParagraphStart.

◆ selectedShape()

KoSvgTextShape * SvgTextTool::selectedShape ( ) const
protected

Definition at line 295 of file SvgTextTool.cpp.

296{
298 KIS_SAFE_ASSERT_RECOVER_RETURN_VALUE(canvas()->selectedShapesProxy(), 0);
299
301 if (shapes.isEmpty()) return 0;
302
303 KoSvgTextShape *textShape = dynamic_cast<KoSvgTextShape*>(shapes.first());
304
305 return textShape;
306}
const QList< KoShape * > selectedEditableShapes() const
KoSelection * koSelection() const

References KoToolBase::canvas(), KIS_SAFE_ASSERT_RECOVER_RETURN_VALUE, koSelection(), and KoSelection::selectedEditableShapes().

◆ selection()

KoToolSelection * SvgTextTool::selection ( )
overridevirtual

reimplemented from superclass

Reimplemented from KoToolBase.

Definition at line 507 of file SvgTextTool.cpp.

508{
509 return &m_textCursor;
510}

References m_textCursor.

◆ showEditor

void SvgTextTool::showEditor ( )
privateslot

Definition at line 308 of file SvgTextTool.cpp.

309{
310 KoSvgTextShape *shape = selectedShape();
311 if (!shape) return;
312
313 if (!m_editor) {
314 m_editor = new SvgTextEditor(QApplication::activeWindow());
315 m_editor->setWindowTitle(i18nc("@title:window", "Krita - Edit Text"));
316 m_editor->setWindowModality(Qt::ApplicationModal);
317 m_editor->setAttribute( Qt::WA_QuitOnClose, false );
318
319 connect(m_editor, SIGNAL(textUpdated(KoSvgTextShape*,QString,QString)), SLOT(textUpdated(KoSvgTextShape*,QString,QString)));
320
321 m_editor->activateWindow(); // raise on creation only
322 }
323 if (!m_editor->isVisible()) {
324 m_editor->setInitialShape(shape);
325#ifdef Q_OS_ANDROID
326 // for window manager
327 m_editor->setWindowFlags(Qt::Dialog);
328 m_editor->menuBar()->setNativeMenuBar(false);
329#endif
330 m_editor->show();
331 }
332}
void textUpdated(KoSvgTextShape *shape, const QString &svg, const QString &defs)

References m_editor, selectedShape(), and textUpdated().

◆ showGlyphPalette

void SvgTextTool::showGlyphPalette ( )
privateslot

showGlyphPalette Shows the glyph palette dialog.

Definition at line 340 of file SvgTextTool.cpp.

341{
342 if (!m_glyphPalette) {
343 m_glyphPalette = new GlyphPaletteDialog(QApplication::activeWindow());
344 m_glyphPalette->setAttribute( Qt::WA_QuitOnClose, false );
345
346 connect(&m_textCursor, SIGNAL(selectionChanged()), this, SLOT(updateGlyphPalette()));
347 connect(m_glyphPalette, SIGNAL(signalInsertRichText(KoSvgTextShape*, bool)), this, SLOT(insertRichText(KoSvgTextShape*, bool)));
348
349 m_glyphPalette->activateWindow();
350 }
351 if (!m_glyphPalette->isVisible()) {
352 m_glyphPalette->show();
354 }
355}
The GlyphPaletteDialog class.
void updateGlyphPalette()
updateGlyphPalette update the glyph palette dialog from the current selection.
void insertRichText(KoSvgTextShape *richText, bool replaceLastGlyph=false)
insertRichText Insert a rich text shape, used by the glyph palette..

References insertRichText(), m_glyphPalette, m_textCursor, KoToolBase::selectionChanged(), and updateGlyphPalette().

◆ slotConvertType

void SvgTextTool::slotConvertType ( int index)
privateslot

slotConvertType

Parameters
index

Definition at line 542 of file SvgTextTool.cpp.

542 {
543 KoSvgTextShape *shape = selectedShape();
544 if (shape) {
545 if (index == shape->textType()) return;
547 KUndo2Command *parentCommand = new KUndo2Command();
550 KoSvgConvertTextTypeCommand *cmd = new KoSvgConvertTextTypeCommand(shape, type, m_textCursor.getPos(), parentCommand);
551 parentCommand->setText(cmd->text());
555 canvas()->addCommand(parentCommand);
557 }
558}
void setText(const KUndo2MagicString &text)
The SvgConvertTextTypeCommand class This command allows textshapes to be converted between preformatt...
static void removeContourShapesFromFlow(KoSvgTextShape *textShape, KUndo2Command *parent, bool textInShape, bool textPaths)
removeContourShapesFromFlow Create a command to remove all contour shapes of a certain type from the ...
@ TextInShape
Uses shape-inside to wrap and preserves spaces.
TextType textType() const
textType This enum gives an indication of what kind of text this shape is. The different text types a...

References KoCanvasBase::addCommand(), KoToolBase::canvas(), KisCommandUtils::FlipFlopCommand::FINALIZING, SvgTextCursor::getPos(), KisCommandUtils::FlipFlopCommand::INITIALIZING, KoSvgTextShape::InlineWrap, m_textCursor, KoSvgTextRemoveShapeCommand::removeContourShapesFromFlow(), selectedShape(), KoCanvasBase::selectedShapesProxy(), KUndo2Command::setText(), slotTextTypeUpdated(), KoSvgTextShape::TextInShape, and KoSvgTextShape::textType().

◆ slotMoveTextSelection

void SvgTextTool::slotMoveTextSelection ( int index)
privateslot

slotMoveTextSelection Move the start of the selection in typesetting mode by image 1 pix.

Parameters
index– Qt key for a direction.

Definition at line 605 of file SvgTextTool.cpp.

606{
607 KoSvgTextShape *shape = selectedShape();
608 if (!shape) return;
609 QPointF offset;
610 // test type setting mode.
611 if (index == Qt::Key_Down) {
612 offset = QPointF(0, 1);
613 } else if (index == Qt::Key_Up) {
614 offset = QPointF(0, -1);
615 } else if (index == Qt::Key_Right) {
616 offset = QPointF(-1, 0);
617 } else if (index == Qt::Key_Left) {
618 offset = QPointF(1, 0);
619 } else {
620 return;
621 }
622 const KisCanvas2 *canvas2 = qobject_cast<const KisCanvas2 *>(this->canvas());
623 if (canvas2) {
624 offset = canvas2->coordinatesConverter()->imageToDocumentTransform().map(offset);
625 }
626 KUndo2Command *parentCommand = new KUndo2Command();
630 parentCommand->setText(cmd->text());
631 canvas()->addCommand(parentCommand);
632}
KisCoordinatesConverter * coordinatesConverter
int getAnchor()
Get the current selection anchor. This is the same as position, unless there's a selection.

References KoCanvasBase::addCommand(), KoToolBase::canvas(), KisCanvas2::coordinatesConverter, KisCommandUtils::FlipFlopCommand::FINALIZING, SvgTextCursor::getAnchor(), SvgTextCursor::getPos(), KisCoordinatesConverter::imageToDocumentTransform(), KisCommandUtils::FlipFlopCommand::INITIALIZING, m_textCursor, SvgTextChangeTransformsOnRange::OffsetAll, selectedShape(), KoCanvasBase::selectedShapesProxy(), and KUndo2Command::setText().

◆ slotShapeSelectionChanged

void SvgTextTool::slotShapeSelectionChanged ( )
privateslot

selectionChanged called when the canvas selection is changed.

Definition at line 436 of file SvgTextTool.cpp.

437{
439 if (shapes.size() == 1) {
440 KoSvgTextShape *textShape = selectedShape();
441 if (!textShape) {
443 return;
444 }
445 } else if (shapes.size() > 1) {
446 KoSvgTextShape *foundTextShape = nullptr;
447
448 Q_FOREACH (KoShape *shape, shapes) {
449 KoSvgTextShape *textShape = dynamic_cast<KoSvgTextShape*>(shape);
450 if (textShape) {
451 foundTextShape = textShape;
452 break;
453 }
454 }
455
457 if (foundTextShape) {
458 koSelection()->select(foundTextShape);
459 }
460 return;
461 }
462 KoSvgTextShape *const shape = selectedShape();
463 if (shape != m_textCursor.shape()) {
464 m_textCursor.setShape(shape);
466 if (shape) {
467 setTextMode(true);
468 } else {
469 setTextMode(false);
470 }
471 }
473}
void setTextMode(bool value)
void setShape(KoSvgTextShape *shape)
setShape Set the shape for which to draw the text path.
KoSvgTextShape * shape

References KoSelection::deselectAll(), koSelection(), m_textCursor, m_textOnPathHelper, KoSelection::select(), KoSelection::selectedEditableShapes(), selectedShape(), SvgTextOnPathDecorationHelper::setShape(), SvgTextCursor::setShape(), KoToolBase::setTextMode(), SvgTextCursor::shape, and slotTextTypeUpdated().

◆ slotTextTypeUpdated

void SvgTextTool::slotTextTypeUpdated ( )
privateslot

slotTextTypeUpdated Update the text type in the tool options.

Definition at line 570 of file SvgTextTool.cpp.

571{
572 KoSvgTextShape *shape = selectedShape();
573 QActionGroup *typeConvertGroup = action("text_type_preformatted")->actionGroup();
574 if (typeConvertGroup) {
575 typeConvertGroup->setExclusive(true);
576 Q_FOREACH (QAction *a, typeConvertGroup->actions()) {
577 a->setCheckable(true);
578 }
579 }
580 if (m_optionManager) {
581 if (shape) {
582 m_optionManager->convertToTextType(int(shape->textType()));
583 if (typeConvertGroup) {
584 typeConvertGroup->setEnabled(true);
585 }
586 action("text_type_preformatted")->setChecked(shape->textType() == KoSvgTextShape::PreformattedText);
587 action("text_type_pre_positioned")->setChecked(shape->textType() == KoSvgTextShape::PrePositionedText);
588 action("text_type_inline_wrap")->setChecked(shape->textType() == KoSvgTextShape::InlineWrap);
589
590 } else {
591 m_optionManager->convertToTextType(-1);
592 if (typeConvertGroup) {
593 typeConvertGroup->setEnabled(false);
594 }
595 }
596 const bool enableTypeSetting = (m_optionManager->typeSettingMode() && shape && (shape->textType() == KoSvgTextShape::PreformattedText ||shape->textType() == KoSvgTextShape::PrePositionedText));
597 QActionGroup *svgTypeSettingGroup = action("svg_type_setting_move_selection_start_down_1_px")->actionGroup();
598 if (svgTypeSettingGroup) {
599 svgTypeSettingGroup->setEnabled(enableTypeSetting);
600 }
602 }
603}
void updateTypeSettingDecorFromShape()
Update the type setting decorations.

References KoToolBase::action(), KoSvgTextShape::InlineWrap, m_optionManager, m_textCursor, KoSvgTextShape::PreformattedText, KoSvgTextShape::PrePositionedText, selectedShape(), KoSvgTextShape::textType(), and SvgTextCursor::updateTypeSettingDecorFromShape().

◆ slotUpdateCursorDecoration

void SvgTextTool::slotUpdateCursorDecoration ( QRectF updateRect)
privateslot

updateCursor update the canvas decorations in a particular update rect for the text cursor.

Parameters
updateRectthe rect to update in.

Definition at line 535 of file SvgTextTool.cpp.

536{
537 if (canvas()) {
538 canvas()->updateCanvas(updateRect);
539 }
540}

References KoToolBase::canvas(), and KoCanvasBase::updateCanvas().

◆ slotUpdateTextPasteBehaviour

void SvgTextTool::slotUpdateTextPasteBehaviour ( )
privateslot

slotUpdateTextPasteBehaviour update the default text paste behaviour.

Definition at line 565 of file SvgTextTool.cpp.

566{
567 m_textCursor.setPasteRichTextByDefault(m_optionManager->optionsModel()->pasteRichtTextByDefault());
568}
void setPasteRichTextByDefault(const bool pasteRichText=true)
setPasteRichText

References m_optionManager, m_textCursor, and SvgTextCursor::setPasteRichTextByDefault().

◆ slotUpdateTypeSettingMode

void SvgTextTool::slotUpdateTypeSettingMode ( )
privateslot

slotUpdateTypeSettingMode Enable typesetting mode from the tool options.

Definition at line 634 of file SvgTextTool.cpp.

635{
638}
void setTypeSettingModeActive(bool activate)
Set type setting mode active.

References m_optionManager, m_textCursor, SvgTextCursor::setTypeSettingModeActive(), and slotTextTypeUpdated().

◆ slotUpdateVisualCursor

void SvgTextTool::slotUpdateVisualCursor ( )
privateslot

slotUpdateVisualCursor update the visual cursor mode on the text cursor.

Definition at line 560 of file SvgTextTool.cpp.

561{
562 m_textCursor.setVisualMode(m_optionManager->optionsModel()->useVisualBidiCursor());
563}
void setVisualMode(const bool visualMode=true)
setVisualMode set whether the navigation mode is visual or logical. This right now primarily affects ...

References m_optionManager, m_textCursor, and SvgTextCursor::setVisualMode().

◆ textUpdated

void SvgTextTool::textUpdated ( KoSvgTextShape * shape,
const QString & svg,
const QString & defs )
privateslot

Definition at line 334 of file SvgTextTool.cpp.

335{
336 SvgTextChangeCommand *cmd = new SvgTextChangeCommand(shape, svg, defs);
337 canvas()->addCommand(cmd);
338}

References KoCanvasBase::addCommand(), and KoToolBase::canvas().

◆ updateGlyphPalette

void SvgTextTool::updateGlyphPalette ( )
privateslot

updateGlyphPalette update the glyph palette dialog from the current selection.

Definition at line 357 of file SvgTextTool.cpp.

358{
359 if (m_glyphPalette && m_glyphPalette->isVisible()) {
360 QString grapheme = QString();
361 if (m_textCursor.shape()) {
362 int pos = m_textCursor.getPos();
363 int pos2 = pos > 0? m_textCursor.shape()->posLeft(pos, false): m_textCursor.shape()->posRight(pos, false);
364 int start = m_textCursor.shape()->indexForPos(qMin(pos, pos2));
365 int end = m_textCursor.shape()->indexForPos(qMax(pos, pos2));
366 grapheme = m_textCursor.shape()->plainText().mid(start, end-start);
367 }
368 m_glyphPalette->setGlyphModelFromProperties(m_textCursor.currentTextProperties(), grapheme);
369 }
370}
int posLeft(int pos, bool visual=false)
int indexForPos(int pos) const
indexForPos get the string index for a given cursor position.
int posRight(int pos, bool visual=false)
QPair< KoSvgTextProperties, KoSvgTextProperties > currentTextProperties() const
currentTextProperties

References SvgTextCursor::currentTextProperties(), SvgTextCursor::getPos(), KoSvgTextShape::indexForPos(), m_glyphPalette, m_textCursor, KoSvgTextShape::plainText, KoSvgTextShape::posLeft(), KoSvgTextShape::posRight(), and SvgTextCursor::shape.

◆ updateTextPathHelper

void SvgTextTool::updateTextPathHelper ( )
privateslot

Definition at line 372 of file SvgTextTool.cpp.

373{
375}
void setPos(int pos)
setPos the the position of the cursor, where the text path is sought. A single text shape can have mu...

References SvgTextCursor::getPos(), m_textCursor, m_textOnPathHelper, and SvgTextOnPathDecorationHelper::setPos().

◆ writingMode()

KoSvgText::WritingMode SvgTextTool::writingMode ( ) const
private

Definition at line 1142 of file SvgTextTool.cpp.

1143{
1146}
@ WritingModeId
KoSvgText::WritingMode.
QVariant propertyOrDefault(PropertyId id) const
KoSvgTextProperties propertiesForNewText() const
propertiesForNewText get the text properties that should be used for new text.

References propertiesForNewText(), KoSvgTextProperties::propertyOrDefault(), and KoSvgTextProperties::WritingModeId.

Friends And Related Symbol Documentation

◆ SvgChangeTextPathInfoStrategy

friend class SvgChangeTextPathInfoStrategy
friend

Definition at line 40 of file SvgTextTool.h.

◆ SvgCreateTextStrategy

friend class SvgCreateTextStrategy
friend

Definition at line 39 of file SvgTextTool.h.

Member Data Documentation

◆ m_base_cursor

QCursor SvgTextTool::m_base_cursor
private

Definition at line 242 of file SvgTextTool.h.

◆ m_canvasConnections

KisSignalAutoConnectionsStore SvgTextTool::m_canvasConnections
private

Definition at line 238 of file SvgTextTool.h.

◆ m_dragging

DragMode SvgTextTool::m_dragging {DragMode::None}
private

Definition at line 226 of file SvgTextTool.h.

◆ m_editor

QPointer<SvgTextEditor> SvgTextTool::m_editor
private

Definition at line 223 of file SvgTextTool.h.

◆ m_glyphPalette

QPointer<GlyphPaletteDialog> SvgTextTool::m_glyphPalette
private

Definition at line 224 of file SvgTextTool.h.

◆ m_highlightItem

HighlightItem SvgTextTool::m_highlightItem {HighlightItem::None}
private

Definition at line 228 of file SvgTextTool.h.

◆ m_hoveredShapeHighlightRect

QPainterPath SvgTextTool::m_hoveredShapeHighlightRect
private

Definition at line 240 of file SvgTextTool.h.

◆ m_ibeam_horizontal

QCursor SvgTextTool::m_ibeam_horizontal
private

Definition at line 248 of file SvgTextTool.h.

◆ m_ibeam_horizontal_done

QCursor SvgTextTool::m_ibeam_horizontal_done
private

Definition at line 249 of file SvgTextTool.h.

◆ m_ibeam_vertical

QCursor SvgTextTool::m_ibeam_vertical
private

Definition at line 247 of file SvgTextTool.h.

◆ m_interactionStrategy

std::unique_ptr<KoInteractionStrategy> SvgTextTool::m_interactionStrategy
private

Definition at line 227 of file SvgTextTool.h.

◆ m_lastMousePos

QPointF SvgTextTool::m_lastMousePos
private

Definition at line 225 of file SvgTextTool.h.

◆ m_optionManager

QScopedPointer<SvgTextToolOptionsManager> SvgTextTool::m_optionManager
private

Definition at line 222 of file SvgTextTool.h.

◆ m_strategyAddingCommand

bool SvgTextTool::m_strategyAddingCommand {false}
private

Definition at line 229 of file SvgTextTool.h.

229{false};

◆ m_text_in_shape

QCursor SvgTextTool::m_text_in_shape
private

Definition at line 246 of file SvgTextTool.h.

◆ m_text_inline_horizontal

QCursor SvgTextTool::m_text_inline_horizontal
private

Definition at line 243 of file SvgTextTool.h.

◆ m_text_inline_vertical

QCursor SvgTextTool::m_text_inline_vertical
private

Definition at line 244 of file SvgTextTool.h.

◆ m_text_on_path

QCursor SvgTextTool::m_text_on_path
private

Definition at line 245 of file SvgTextTool.h.

◆ m_textCursor

SvgTextCursor SvgTextTool::m_textCursor
private

Definition at line 235 of file SvgTextTool.h.

◆ m_textOnPathHelper

SvgTextOnPathDecorationHelper SvgTextTool::m_textOnPathHelper
private

Definition at line 236 of file SvgTextTool.h.

◆ m_textOutlineHelper

QScopedPointer<KoSvgTextShapeOutlineHelper> SvgTextTool::m_textOutlineHelper
private

Definition at line 237 of file SvgTextTool.h.

◆ m_textTypeSignalsMapper

QScopedPointer<KisSignalMapper> SvgTextTool::m_textTypeSignalsMapper
private

Definition at line 231 of file SvgTextTool.h.

◆ m_typeSettingMovementMapper

QScopedPointer<KisSignalMapper> SvgTextTool::m_typeSettingMovementMapper
private

Definition at line 232 of file SvgTextTool.h.


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