m_auto_detect
void auto_detect_orientation(bool v) { m_auto_detect = v; }
bool auto_detect_orientation() const { return m_auto_detect; }
bool m_auto_detect;
if(m_auto_detect)