|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QWizard.WizardPixmap
public static final class QWizard.WizardPixmap
This enum specifies the pixmaps that can be associated with a page.
setPixmap()
, QWizardPage::setPixmap()
, and Elements of a Wizard Page
.
Field Summary | |
---|---|
static QWizard.WizardPixmap |
BackgroundPixmap
The pixmap that occupies the background of a MacStyle wizard |
static QWizard.WizardPixmap |
BannerPixmap
The pixmap that occupies the background of a ModernStyle page header |
static QWizard.WizardPixmap |
LogoPixmap
The small pixmap on the right side of a ClassicStyle or ModernStyle page header |
static QWizard.WizardPixmap |
NPixmaps
|
static QWizard.WizardPixmap |
WatermarkPixmap
The tall pixmap on the left side of a ClassicStyle or ModernStyle page |
Method Summary | |
---|---|
static QWizard.WizardPixmap |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QWizard.WizardPixmap |
valueOf(java.lang.String name)
|
static QWizard.WizardPixmap[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QWizard.WizardPixmap WatermarkPixmap
ClassicStyle
or ModernStyle
page
public static final QWizard.WizardPixmap LogoPixmap
ClassicStyle
or ModernStyle
page header
public static final QWizard.WizardPixmap BannerPixmap
ModernStyle
page header
public static final QWizard.WizardPixmap BackgroundPixmap
MacStyle
wizard
public static final QWizard.WizardPixmap NPixmaps
Method Detail |
---|
public static QWizard.WizardPixmap[] values()
public static QWizard.WizardPixmap valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QWizard.WizardPixmap resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |