Eneboo - Documentación para desarrolladores
Clases | Métodos públicos | Propiedades
Referencia de la Clase QDesignerWizard

#include <widgetfactory.h>

Diagrama de herencias de QDesignerWizard
QWizard QDialog QDialog QWidget QWidget QWidget QWidget QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject QPaintDevice QObject

Lista de todos los miembros.

Clases

struct  Page

Métodos públicos

 QDesignerWizard (QWidget *parent, const char *name)
int currentPageNum () const
void setCurrentPage (int i)
QString pageTitle () const
void setPageTitle (const QString &title)
QCString pageName () const
void setPageName (const QCString &name)
int pageNum (QWidget *page)
void addPage (QWidget *p, const QString &)
void removePage (QWidget *p)
void insertPage (QWidget *p, const QString &t, int index)
bool isPageRemoved (QWidget *p)
bool isModal () const
void setModal (bool b)
void reject ()

Propiedades

int currentPage
QString pageTitle
QCString pageName

Documentación del constructor y destructor

QDesignerWizard::QDesignerWizard ( QWidget parent,
const char *  name 
) [inline]

Documentación de las funciones miembro

void QDesignerWizard::addPage ( QWidget page,
const QString title 
) [virtual]

Adds page to the end of the page sequence, with the title, title.

Reimplementado de QWizard.

int QDesignerWizard::currentPageNum ( ) const
void QDesignerWizard::insertPage ( QWidget page,
const QString title,
int  index 
) [virtual]

Inserts page at position index into the page sequence, with title title. If index is -1, the page will be appended to the end of the wizard's page sequence.

Reimplementado de QWizard.

bool QDesignerWizard::isModal ( ) const [inline]

Reimplementado de QDialog.

bool QDesignerWizard::isPageRemoved ( QWidget p) [inline]
QCString QDesignerWizard::pageName ( ) const
int QDesignerWizard::pageNum ( QWidget page)
QString QDesignerWizard::pageTitle ( ) const
void QDesignerWizard::reject ( ) [inline, virtual]

Hides the modal dialog and sets the result code to Rejected.

Ver también:
accept() done()

Reimplementado de QDialog.

void QDesignerWizard::removePage ( QWidget page) [virtual]

Removes page from the page sequence but does not delete the page. If page is currently being displayed, QWizard will display the page that precedes it, or the first page if this was the first page.

Reimplementado de QWizard.

void QDesignerWizard::setCurrentPage ( int  i)
void QDesignerWizard::setModal ( bool  b) [inline]

Reimplementado de QDialog.

void QDesignerWizard::setPageName ( const QCString name)
void QDesignerWizard::setPageTitle ( const QString title)

Documentación de propiedades

int QDesignerWizard::currentPage [read, write]
QCString QDesignerWizard::pageName [read, write]
QString QDesignerWizard::pageTitle [read, write]

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'