26#include <dialogs/dialog_table_properties.h>
62 else if( parentTable != table )
64 parentTable =
nullptr;
static TOOL_ACTION addRowAbove
static TOOL_ACTION addColBefore
static TOOL_ACTION deleteRows
static TOOL_ACTION addRowBelow
static TOOL_ACTION deleteColumns
static TOOL_ACTION unmergeCells
static TOOL_ACTION mergeCells
static TOOL_ACTION addColAfter
static TOOL_ACTION editTable
A base class for most all the KiCad significant classes used in schematics and boards.
FILL_T GetFillMode() const
void SetFillColor(const COLOR4D &aColor)
const VECTOR2I & GetEnd() const
Return the ending point of the graphic.
void SetStart(const VECTOR2I &aStart)
const VECTOR2I & GetStart() const
Return the starting point of the graphic.
COLOR4D GetFillColor() const
void SetEnd(const VECTOR2I &aEnd)
void SetFillMode(FILL_T aFill)
static TOOL_ACTION clearSelection
Clears the current selection.
static const std::vector< KICAD_T > EditableItems
Schematic editor (Eeschema) main window.
std::deque< EDA_ITEM * > & Items()