Link to: source code | tables
directory
Copyright Turtle Creek Software 1996-2006. All Rights Reserved.
This class manages table column captions for the Goldenseal accounting software,
small business management software, construction
project management software and
construction
accounting software.
class CTableColumnCaption : public CTCS_Caption
{
public:
enum { class_ID = 'TCLC' };
CTableColumnCaption(LStream *inStream);
CTableColumnCaption(const SPaneInfo &paneInfo,
const CTCS_TextInfo &textInfo,
const CTextString &text);
virtual ~CTableColumnCaption() {}
void SetTable(CTCS_Table *aTable);
protected:
CTCS_Table *mTableRef; // TCS 1/24/01
virtual void DrawSelf();
virtual void PrintPanelSelf(const PanelSpec &inPanel);
}; |