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 );
62 #endif // NCReplacePoint_h
virtual void setEnabled(bool do_bv)
Pure virtual to make sure every widget implements it.