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

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 >