25#ifndef NCReplacePoint_h
26#define NCReplacePoint_h
30#include <yui/YReplacePoint.h>
39 friend std::ostream & operator<<( std::ostream & str,
const NCReplacePoint & obj );
46 virtual const char * location()
const {
return "NCReplacePoint"; }
53 virtual int preferredWidth() {
return YReplacePoint::preferredWidth(); }
54 virtual int preferredHeight() {
return YReplacePoint::preferredHeight(); }
56 virtual void setSize(
int newWidth,
int newHeight );
Definition NCReplacePoint.h:37
virtual void setEnabled(bool do_bv)
Definition NCReplacePoint.cc:53