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;
This class provides an abstraction of an AT command.
This is the main view class for Kandy.
void signalChangeStatusbar(const TQString &text) Use this signal to change the content of the statusbar.
void signalChangeCaption(const TQString &text) Use this signal to change the content of the caption.
void print(TQPainter *, int height, int width) Print this view to any medium – paper or not.
void importPhonebook() Import phonebook from mobile phone and save it to Kab.
virtual ~KandyView() Destructor.
KandyView(CommandScheduler *, TQWidget *parent) Default constructor.
|