|
|||||||||
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.WizardButton
public static final class QWizard.WizardButton
This enum specifies the buttons in a wizard. The following value is only useful when calling setButtonLayout()
:
setButton()
, setButtonText()
, setButtonLayout()
, and customButtonClicked()
.
Field Summary | |
---|---|
static QWizard.WizardButton |
BackButton
The Back button (Go Back on Mac OS X) |
static QWizard.WizardButton |
CancelButton
The Cancel button (see also NoCancelButton ) |
static QWizard.WizardButton |
CommitButton
The Commit button |
static QWizard.WizardButton |
CustomButton1
The first user-defined button (see also HaveCustomButton1 ) |
static QWizard.WizardButton |
CustomButton2
The second user-defined button (see also HaveCustomButton2 ) |
static QWizard.WizardButton |
CustomButton3
The third user-defined button (see also HaveCustomButton3 ) |
static QWizard.WizardButton |
FinishButton
The Finish button (Done on Mac OS X) |
static QWizard.WizardButton |
HelpButton
The Help button (see also HaveHelpButton ) |
static QWizard.WizardButton |
NextButton
The Next button (Continue on Mac OS X) |
static QWizard.WizardButton |
NoButton
|
static QWizard.WizardButton |
Stretch
A horizontal stretch in the button layout |
Method Summary | |
---|---|
static QWizard.WizardButton |
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.WizardButton |
valueOf(java.lang.String name)
|
static QWizard.WizardButton[] |
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.WizardButton BackButton
public static final QWizard.WizardButton NextButton
public static final QWizard.WizardButton CommitButton
public static final QWizard.WizardButton FinishButton
public static final QWizard.WizardButton CancelButton
NoCancelButton
)
public static final QWizard.WizardButton HelpButton
HaveHelpButton
)
public static final QWizard.WizardButton CustomButton1
HaveCustomButton1
)
public static final QWizard.WizardButton CustomButton2
HaveCustomButton2
)
public static final QWizard.WizardButton CustomButton3
HaveCustomButton3
)
public static final QWizard.WizardButton Stretch
public static final QWizard.WizardButton NoButton
Method Detail |
---|
public static QWizard.WizardButton[] values()
public static QWizard.WizardButton valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QWizard.WizardButton resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |