KandyView Class Reference
This is the main view class for Kandy. Main view. More...
#include <kandyview.h>
Inherits QWidget.
Public Slots
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 *)
Detailed Description
This is the main view class for Kandy. Main view.
- Author:
- Cornelius Schumacher <schumacher@kde.org>
Constructor & Destructor Documentation
|
Default constructor.
|
|
Destructor.
|
Member Function Documentation
|
Import phonebook from mobile phone and save it to Kab. This function returns before the job is actually done. |
|
Print this view to any medium -- paper or not.
|
|
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:
- kandyview.h
- kandyview.cpp