| 
    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.   | |
| BASE_SCREEN * | m_screen | 
| EDA_ITEM* COMMIT::COMMIT_LINE::m_copy | 
Optional copy of the item.
Definition at line 151 of file commit.h.
Referenced by COMMIT::makeEntry(), BOARD_COMMIT::Push(), and COMMIT::Unstage().
| EDA_ITEM* COMMIT::COMMIT_LINE::m_item | 
Main item that is added/deleted/modified.
Definition at line 150 of file commit.h.
Referenced by COMMIT::makeEntry(), BOARD_COMMIT::Push(), and COMMIT::Unstage().
| BASE_SCREEN* COMMIT::COMMIT_LINE::m_screen | 
Definition at line 153 of file commit.h.
Referenced by COMMIT::makeEntry(), and COMMIT::Unstage().
| CHANGE_TYPE COMMIT::COMMIT_LINE::m_type | 
Modification type.
Definition at line 152 of file commit.h.
Referenced by COMMIT::GetStatus(), COMMIT::makeEntry(), and BOARD_COMMIT::Push().