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