KandyView Class Reference
#include <kandyview.h>
Inherits TQWidget.
Public Slots | |
| void | addCommand () |
| void | executeCommand () |
| void | deleteCommand () |
| void | editCommand () |
Signals | |
| void | signalChangeStatusbar (const TQString &text) |
| void | signalChangeCaption (const TQString &text) |
| void | modifiedChanged (bool) |
Public Member Functions | |
| KandyView (CommandScheduler *, TQWidget *parent) | |
| virtual | ~KandyView () |
| void | importPhonebook () |
| void | print (TQPainter *, int height, int width) |
| bool | loadFile (const TQString &filename) |
| bool | saveFile (const TQString &filename) |
| void | setModified (bool modified=true) |
| bool | isModified () |
Protected Slots | |
| void | appendOutput (const char *line) |
| void | setResult (ATCommand *) |
Detailed Description
Constructor & Destructor Documentation
◆ KandyView()
| KandyView::KandyView | ( | CommandScheduler * | scheduler, |
| TQWidget * | parent | ||
| ) |
Default constructor.
Definition at line 60 of file kandyview.cpp.
◆ ~KandyView()
|
virtual |
Destructor.
Definition at line 146 of file kandyview.cpp.
Member Function Documentation
◆ importPhonebook()
| void KandyView::importPhonebook | ( | ) |
Import phonebook from mobile phone and save it to Kab.
This function returns before the job is actually done.
Definition at line 157 of file kandyview.cpp.
◆ print()
| void KandyView::print | ( | TQPainter * | , |
| int | height, | ||
| int | width | ||
| ) |
Print this view to any medium – paper or not.
Definition at line 151 of file kandyview.cpp.
◆ signalChangeCaption
|
signal |
Use this signal to change the content of the caption.
◆ signalChangeStatusbar
|
signal |
Use this signal to change the content of the statusbar.
The documentation for this class was generated from the following files:
