mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
EDA_BASE_FRAME: add accessor to m_ident (useful in debug)
This commit is contained in:
parent
693fbf9073
commit
1c6f291bcd
@ -190,6 +190,7 @@ public:
|
||||
int GetAutoSaveInterval() const { return m_autoSaveInterval; }
|
||||
|
||||
bool IsType( FRAME_T aType ) const { return m_ident == aType; }
|
||||
FRAME_T GetFrameType() const { return m_ident; }
|
||||
|
||||
/**
|
||||
* Return a #SEARCH_STACK pertaining to entire program.
|
||||
|
Loading…
x
Reference in New Issue
Block a user