42 class CommandScheduler;
43 class CmdPropertiesDialog;
59 KandyView(CommandScheduler *,TQWidget *parent);
75 void print(TQPainter *, int height, int width);
77 bool loadFile( const TQString& filename);
78 bool saveFile( const TQString& filename);
80 void setModified( bool modified= true);
85 void executeCommand();
100 void modifiedChanged( bool);
103 void appendOutput( const char *line);
108 void slotSetTitle( const TQString& title);
109 void processLastLine();
114 CommandScheduler *mScheduler;
118 TQListView *mCommandList;
122 TQTextEdit *mResultView;
125 #endif // KANDYVIEW_H
|