1 #ifndef ESCHER_SCROLL_VIEW_H     2 #define ESCHER_SCROLL_VIEW_H    52 #if ESCHER_VIEW_LOGGING    53   virtual const char * className() 
const override;
    54   virtual void logAttributes(std::ostream &os) 
const override;
    59   int numberOfSubviews() 
const override;
    60   View * subviewAtIndex(
int index) 
override;
    64   bool hasVerticalIndicator() 
const;
    65   bool hasHorizontalIndicator() 
const;
    71   bool m_showsIndicators;
    72   bool m_colorsBackground;