28#include <dialogs/dialog_table_properties.h>
67 for(
int i = aCollector.
GetCount() - 1; i >= 0; --i )
70 aCollector.
Remove( aCollector[ i ] );
100 else if( parentTable != table )
102 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
BOARD_ITEM_CONTAINER * GetParent() const
int GetCount() const
Return the number of objects in the list.
void Remove(int aIndex)
Remove the item at aIndex (first position is 0).
A base class for most all the KiCad significant classes used in schematics and boards.
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.
void SetEnd(const VECTOR2I &aEnd)
Used when the right click button is pressed, or when the select tool is in effect.
static TOOL_ACTION selectionClear
Clear the current selection.
std::deque< EDA_ITEM * > & Items()
@ PCB_TABLECELL_T
class PCB_TABLECELL, PCB_TEXTBOX for use in tables