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