|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QFileDialog.Option>
com.trolltech.qt.gui.QFileDialog.Option
public static enum QFileDialog.Option
Press link for info on QFileDialog.Option
Enum Constant Summary | |
---|---|
DontConfirmOverwrite
Don't ask for confirmation if an existing file is selected. |
|
DontResolveSymlinks
Don't resolve symlinks in the file dialog. |
|
DontUseNativeDialog
Don't use the native file dialog. |
|
DontUseSheet
Don't make the native file dialog a sheet. |
|
ShowDirsOnly
Only show directories in the file dialog. |
Method Summary | |
---|---|
static QFileDialog.Options |
createQFlags(QFileDialog.Option... values)
|
static QFileDialog.Option |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QFileDialog.Option |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QFileDialog.Option[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
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 |
Enum Constant Detail |
---|
public static final QFileDialog.Option ShowDirsOnly
Only show directories in the file dialog. By default both files and directories are shown.
public static final QFileDialog.Option DontResolveSymlinks
Don't resolve symlinks in the file dialog. By default symlinks are resolved.
public static final QFileDialog.Option DontConfirmOverwrite
Don't ask for confirmation if an existing file is selected. By default confirmation is requested.
public static final QFileDialog.Option DontUseSheet
Don't make the native file dialog a sheet. By default on Mac OS X, the native file dialog is made a sheet if it has a parent that can take a sheet.
public static final QFileDialog.Option DontUseNativeDialog
Don't use the native file dialog. By default on Mac OS X and Windows, the native file dialog is used.
Method Detail |
---|
public static QFileDialog.Option[] values()
for (QFileDialog.Option c : QFileDialog.Option.values()) System.out.println(c);
public static QFileDialog.Option valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int value()
QtEnumerator
value
in interface QtEnumerator
public static QFileDialog.Options createQFlags(QFileDialog.Option... values)
public static QFileDialog.Option resolve(int value)
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |