KiCad PCB EDA Suite
|
#include <commit.h>
Public Attributes | |
EDA_ITEM * | m_item |
Main item that is added/deleted/modified. | |
EDA_ITEM * | m_copy |
Optional copy of the item. | |
CHANGE_TYPE | m_type |
Modification type. | |
KIID | m_parent = NilUuid() |
Parent item (primarily for undo of deleted items) | |
BASE_SCREEN * | m_screen |
EDA_ITEM* COMMIT::COMMIT_LINE::m_copy |
Optional copy of the item.
Definition at line 158 of file commit.h.
Referenced by COMMIT::makeEntry(), BOARD_COMMIT::Push(), and BOARD_COMMIT::Revert().
EDA_ITEM* COMMIT::COMMIT_LINE::m_item |
Main item that is added/deleted/modified.
Definition at line 157 of file commit.h.
Referenced by COMMIT::makeEntry(), BOARD_COMMIT::Push(), and BOARD_COMMIT::Revert().
Parent item (primarily for undo of deleted items)
Definition at line 160 of file commit.h.
Referenced by BOARD_COMMIT::Revert().
BASE_SCREEN* COMMIT::COMMIT_LINE::m_screen |
Definition at line 161 of file commit.h.
Referenced by COMMIT::makeEntry().
CHANGE_TYPE COMMIT::COMMIT_LINE::m_type |
Modification type.
Definition at line 159 of file commit.h.
Referenced by COMMIT::GetStatus(), COMMIT::makeEntry(), BOARD_COMMIT::Push(), and BOARD_COMMIT::Revert().