| 11 | virtual NODESIZE Draw( const PVIEWINFO View, int x, int y ); |
| 12 | |
| 13 | inline void SetTotal( ULONG total ) { m_ulTotal = total; } |
| 14 | inline ULONG GetTotal( void ) { return m_ulTotal; } |
| 15 | |
| 16 | inline void SetClass( CNodeClass* pNode ) { m_pNode = pNode; } |