kandy
KandyView Class Reference
This is the main view class for Kandy. More...
#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
This is the main view class for Kandy.
Main view
Definition at line 51 of file kandyview.h.
Constructor & Destructor Documentation
KandyView::KandyView | ( | CommandScheduler * | scheduler, | |
TQWidget * | parent | |||
) |
Default constructor.
Definition at line 60 of file kandyview.cpp.
KandyView::~KandyView | ( | ) | [virtual] |
Destructor.
Definition at line 146 of file kandyview.cpp.
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 | ( | TQPainter * | , | |
int | height, | |||
int | width | |||
) |
Print this view to any medium -- paper or not.
Definition at line 151 of file kandyview.cpp.
void KandyView::signalChangeCaption | ( | const TQString & | text | ) | [signal] |
Use this signal to change the content of the caption.
void KandyView::signalChangeStatusbar | ( | const TQString & | text | ) | [signal] |
Use this signal to change the content of the statusbar.
The documentation for this class was generated from the following files: