#ifndef _IFPART_H_
#define _IFPART_H_

/**
 * This abstract class serves as an interface for the presentation of parts.
 * @short Part Interface
 * @author Jan Wuerthner
 * @version 0.95
 * @see KbPart
 * @see QtPart
 */
class IfPart
{
 public:
  IfPart();
  virtual void erase();
};

#endif

Documentation generated by wuerthne@clouseau on Sat Feb 20 16:41:13 MST 1999