LibrePCB Developers Documentation
|
#include "../undocommand.h"
#include "cmdlistelementinsert.h"
#include "cmdlistelementremove.h"
#include "cmdlistelementsswap.h"
#include <librepcb/core/geometry/stroketext.h>
#include <QtCore>
Go to the source code of this file.
Classes | |
class | CmdStrokeTextEdit |
The CmdStrokeTextEdit class. More... | |
Namespaces | |
namespace | librepcb |
namespace | librepcb::editor |
Typedefs | |
using | CmdStrokeTextInsert = CmdListElementInsert< StrokeText, StrokeTextListNameProvider, StrokeText::Event > |
using | CmdStrokeTextRemove = CmdListElementRemove< StrokeText, StrokeTextListNameProvider, StrokeText::Event > |
using | CmdStrokeTextsSwap = CmdListElementsSwap< StrokeText, StrokeTextListNameProvider, StrokeText::Event > |