kandy
KandyView Class Reference
#include <kandyview.h>
Detailed Description
This is the main view class for Kandy.Main view.
Definition at line 51 of file kandyview.h.
Public Slots | |
| void | addCommand () |
| void | executeCommand () |
| void | deleteCommand () |
| void | editCommand () |
Signals | |
| void | signalChangeStatusbar (const QString &text) |
| void | signalChangeCaption (const QString &text) |
| void | modifiedChanged (bool) |
Public Member Functions | |
| KandyView (CommandScheduler *, QWidget *parent) | |
| virtual | ~KandyView () |
| void | importPhonebook () |
| void | print (QPainter *, int height, int width) |
| bool | loadFile (const QString &filename) |
| bool | saveFile (const QString &filename) |
| void | setModified (bool modified=true) |
| bool | isModified () |
Protected Slots | |
| void | appendOutput (const char *line) |
| void | setResult (ATCommand *) |
Constructor & Destructor Documentation
| KandyView::KandyView | ( | CommandScheduler * | , | |
| QWidget * | parent | |||
| ) |
| KandyView::~KandyView | ( | ) | [virtual] |
Member Function Documentation
| 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.
| void KandyView::print | ( | QPainter * | , | |
| int | height, | |||
| int | width | |||
| ) |
| void KandyView::signalChangeStatusbar | ( | const QString & | text | ) | [signal] |
Use this signal to change the content of the statusbar.
| void KandyView::signalChangeCaption | ( | const QString & | text | ) | [signal] |
Use this signal to change the content of the caption.
The documentation for this class was generated from the following files:

