| 69 | inline const EButton GetLockedButton () const; |
| 70 | |
| 71 | bool GetEnabled () const { return m_enabled; } |
| 72 | |
| 73 | bool GetAutohide() const { return m_autohide; } |
| 74 | void SetAutohide(bool enable); |
nothing calls this directly
no outgoing calls
no test coverage detected