kitchensync Library API Documentation

KSync::ConfigureDialog Class Reference

The ConfigureDialog of the KitchenSync Framework It'll contain all widgets of the ActionPart The small ConfigurationDialog. More...

#include <configuredialog.h>

List of all members.

Signals

void ok ()

Public Member Functions

 ConfigureDialog (QWidget *parent=0, const char *name=0, bool modal=true)
virtual void show ()
void addWidget (QWidget *widget, const QString &name, QPixmap *pixmap)

Protected Slots

virtual void slotOk ()
virtual void slotCancel ()

Protected Member Functions

void apply (bool)


Detailed Description

The ConfigureDialog of the KitchenSync Framework It'll contain all widgets of the ActionPart The small ConfigurationDialog.

See also:
ManipulatorPart
Author:
Zecke
Version:
0.1

Definition at line 38 of file configuredialog.h.


Constructor & Destructor Documentation

ConfigureDialog::ConfigureDialog QWidget parent = 0,
const char *  name = 0,
bool  modal = true
 

simple c'tor

Parameters:
parent The parent
name The name
modal if the dialog is modal

Definition at line 32 of file configuredialog.cpp.


Member Function Documentation

void ConfigureDialog::addWidget QWidget widget,
const QString name,
QPixmap pixmap
 

add a widget to ConfigureDialog

Parameters:
widegt The widget to be added. It'll be reparented
name The string shown as name
pixmap the QPixmap shown

Definition at line 65 of file configuredialog.cpp.

void KSync::ConfigureDialog::ok  )  [signal]
 

Emitted whenever the Ok button is clicked.

void ConfigureDialog::apply bool   )  [protected]
 

Plugin sensitive.

Definition at line 81 of file configuredialog.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kitchensync Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Aug 23 18:20:13 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003