34class NCLogView :
public YLogView,
public NCPadWidget
38 friend std::ostream & operator<<( std::ostream & str,
const NCLogView & obj );
40 NCLogView & operator=(
const NCLogView & );
41 NCLogView(
const NCLogView & );
48 virtual const char * location()
const {
return "NCLogView"; }
50 virtual void wRedraw();
51 virtual void wRecoded();
53 virtual NCPad * CreatePad();
54 virtual void DrawPad();
58 NCLogView( YWidget * parent,
59 const std::string & label,
64 virtual int preferredWidth();
65 virtual int preferredHeight();
67 virtual void setSize(
int newWidth,
int newHeight );
69 virtual void setLabel(
const std::string & nlabel );
70 virtual void displayLogText(
const std::string & ntext );
76 virtual bool setKeyboardFocus()
79 return YWidget::setKeyboardFocus();