KandyView Class Reference
This is the main view class for Kandy. Main view. More...
#include <kandyview.h>
Public Slots | |
void | addCommand () |
void | executeCommand () |
void | deleteCommand () |
void | editCommand () |
Signals | |
void | signalChangeStatusbar (const QString &text) |
Use this signal to change the content of the statusbar. | |
void | signalChangeCaption (const QString &text) |
Use this signal to change the content of the caption. | |
void | modifiedChanged (bool) |
Public Member Functions | |
KandyView (CommandScheduler *, QWidget *parent) | |
Default constructor. | |
virtual | ~KandyView () |
Destructor. | |
void | importPhonebook () |
Import phonebook from mobile phone and save it to Kab. | |
void | print (QPainter *, int height, int width) |
Print this view to any medium -- paper or not. | |
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 *) |
Detailed Description
This is the main view class for Kandy. Main view.Most of the non-menu, non-toolbar, and non-statusbar (e.g., non frame) GUI code should go here.
This kandy uses an HTML component as an example.
- Author:
- Cornelius Schumacher <schumacher@kde.org>
- Version:
- 0.1
Definition at line 34 of file kandyview.h.
Constructor & Destructor Documentation
|
Default constructor.
Definition at line 34 of file kandyview.cpp. |
|
Destructor.
Definition at line 51 of file kandyview.cpp. |
Member Function Documentation
|
Import phonebook from mobile phone and save it to Kab. This function returns before the job is actually done. Definition at line 62 of file kandyview.cpp. |
|
Print this view to any medium -- paper or not.
Definition at line 56 of file kandyview.cpp. |
|
Use this signal to change the content of the statusbar.
|
|
Use this signal to change the content of the caption.
|
The documentation for this class was generated from the following files: