kandy Library API Documentation

KandyView Class Reference

This is the main view class for Kandy. Main view. More...

#include <kandyview.h>

Inheritance diagram for KandyView:

QWidget List of all members.

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

KandyView::KandyView CommandScheduler *   ,
QWidget   parent
 

Default constructor.

Definition at line 60 of file kandyview.cpp.

References QListView::addColumn(), QBoxLayout::addWidget(), QWidget::QWidget(), QBoxLayout::setMargin(), QTextEdit::setReadOnly(), and QBoxLayout::setSpacing().

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 QPainter  ,
int    height,
int    width
 

Print this view to any medium -- paper or not.

Definition at line 151 of file kandyview.cpp.

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:
KDE Logo
This file is part of the documentation for kandy Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:37:59 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003