LibrePCB Developers Documentation
|
#include "../undocommand.h"
#include "cmdlistelementinsert.h"
#include "cmdlistelementremove.h"
#include "cmdlistelementsswap.h"
#include <librepcb/core/geometry/text.h>
#include <QtCore>
Go to the source code of this file.
Classes | |
class | CmdTextEdit |
The CmdTextEdit class. More... | |
Namespaces | |
namespace | librepcb |
namespace | librepcb::editor |
Typedefs | |
using | CmdTextInsert = CmdListElementInsert< Text, TextListNameProvider, Text::Event > |
using | CmdTextRemove = CmdListElementRemove< Text, TextListNameProvider, Text::Event > |
using | CmdTextsSwap = CmdListElementsSwap< Text, TextListNameProvider, Text::Event > |