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; }
|
int GetAutoSaveInterval() const { return m_autoSaveInterval; }
|
||||||
|
|
||||||
bool IsType( FRAME_T aType ) const { return m_ident == aType; }
|
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.
|
* Return a #SEARCH_STACK pertaining to entire program.
|
||||||
|
|
Loading…
Reference in New Issue