Link to: source code | other
interface directory
Copyright Turtle Creek Software 1996-2006. All Rights Reserved.
This class manages scrollers for record viewers in the
Goldenseal small business accounting software,
project management software, construction
accounting software
and construction software.
class CViewerScroller : public CTCS_Scroller
{
public:
enum { class_ID = 'VSCR' };
CViewerScroller (const SPaneInfo *inPaneInfo, const SViewInfo &inViewInfo,
SInt16 inHorizBarLeftIndent, SInt16 inHorizBarRightIndent,
SInt16 inVertBarTopIndent, SInt16 inVertBarBottomIndent,
LView *inScrollingView);
CViewerScroller (LStream *inStream);
virtual ~CViewerScroller() {}
virtual void SetIsShowingRegister(const Boolean inValue);
protected :
Boolean mShowingRegister;
}; |