KandyView Class Reference
This is the main view class for Kandy. Main view. More...
#include <kandyview.h>
Inheritance diagram for KandyView:

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 Methods | |
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>
Definition at line 51 of file kandyview.h.
Constructor & Destructor Documentation
|
Default constructor.
Definition at line 60 of file kandyview.cpp. References QListView::addColumn(), QBoxLayout::addWidget(), QWidget::QWidget(), QBoxLayout::setMargin(), QTextEdit::setReadOnly(), and QBoxLayout::setSpacing(). |
|
Destructor.
Definition at line 146 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 157 of file kandyview.cpp. |
|
Print this view to any medium -- paper or not.
Definition at line 151 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: