LibrePCB Developers Documentation
cmdstroketextedit.h File Reference
#include "../undocommand.h"
#include "cmdlistelementinsert.h"
#include "cmdlistelementremove.h"
#include "cmdlistelementsswap.h"
#include <librepcb/core/geometry/stroketext.h>
#include <QtCore>
+ Include dependency graph for cmdstroketextedit.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CmdStrokeTextEdit
 The CmdStrokeTextEdit class. More...
 

Namespaces

 librepcb
 
 librepcb::editor
 

Typedefs

using CmdStrokeTextInsert = CmdListElementInsert< StrokeText, StrokeTextListNameProvider, StrokeText::Event >
 
using CmdStrokeTextRemove = CmdListElementRemove< StrokeText, StrokeTextListNameProvider, StrokeText::Event >
 
using CmdStrokeTextsSwap = CmdListElementsSwap< StrokeText, StrokeTextListNameProvider, StrokeText::Event >