Improving style of code
This MR
- Further improves the style of the code by properly marking member variables with
.m_
prefix. There will likely be more work to do here. - Getting rid of obsolete member functions that can be replaced through calling the inherited variables directly