36class NCReplacePoint :
public YReplacePoint,
public NCWidget
39 friend std::ostream & operator<<( std::ostream & str,
const NCReplacePoint & obj );
41 NCReplacePoint & operator=(
const NCReplacePoint & );
42 NCReplacePoint(
const NCReplacePoint & );
46 virtual const char * location()
const {
return "NCReplacePoint"; }
50 NCReplacePoint( YWidget * parent );
51 virtual ~NCReplacePoint();
53 virtual int preferredWidth() {
return YReplacePoint::preferredWidth(); }
54 virtual int preferredHeight() {
return YReplacePoint::preferredHeight(); }
56 virtual void setSize(
int newWidth,
int newHeight );