15 #include <kstatusbar.h> 20 namespace KTextEditor {
class ViewStatusMsgInterface; }
21 namespace KTextEditor {
class ViewCursorInterface; }
22 namespace KParts {
class Part; }
35 void addWidget ( TQWidget *widget,
int stretch = 0,
bool permanent = FALSE );
38 void cursorPositionChanged();
39 void activePartChanged(KParts::Part *part);
40 void setStatus(
const TQString &str);
41 void setCursorPosition(
int line,
int col);
46 KTextEditor::ViewCursorInterface * _cursorIface;
47 KTextEditor::ViewStatusMsgInterface * _viewmsgIface;
48 KParts::Part *_activePart;