org.kde.koala

Class KWizard

public class KWizard extends QWizard

General-purpose multi-page dialog. KWizard is a class for a multi-page dialog. The user can navigate trough the pages with "Next" and "Back" buttons and is optionally offered "Finish", "Cancel" and "Help" buttons. A wizard comes in handy for tutorials or configuration dialogs with sequential steps. KWizard is just a wrapper for Qt's QWizard class. See the QWizard documentation for a detailed description of available functions. The only added functionality is a KDE conformant translation mechanism for the built-in buttons.

Version: 0.3

Author: Harri Porten

UNKNOWN: General-purpose multi-page dialog.

Constructor Summary
protected KWizard(Class dummy)
KWizard(QWidget parent, String name, boolean modal, int f)
Constructor
KWizard(QWidget parent, String name, boolean modal)
KWizard(QWidget parent, String name)
KWizard(QWidget parent)
KWizard()
Method Summary
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()

Constructor Detail

KWizard

protected KWizard(Class dummy)

KWizard

public KWizard(QWidget parent, String name, boolean modal, int f)
Constructor

UNKNOWN: Constructor

KWizard

public KWizard(QWidget parent, String name, boolean modal)

KWizard

public KWizard(QWidget parent, String name)

KWizard

public KWizard(QWidget parent)

KWizard

public KWizard()

Method Detail

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()