|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QLibraryInfo.LibraryLocation>
com.trolltech.qt.core.QLibraryInfo.LibraryLocation
public static enum QLibraryInfo.LibraryLocation
This enum type is used to specify a specific location specifier.
Constant | Value | Description |
---|---|---|
PrefixPath | 0 | The default prefix for all paths. |
DocumentationPath | 1 | The location for documentation upon install. |
HeadersPath | 2 | The location for all headers. |
LibrariesPath | 3 | The location of installed librarires. |
BinariesPath | 4 | The location of installed Qt binaries (tools and applications). |
PluginsPath | 5 | The location of installed Qt plugins. |
DataPath | 6 | The location of general Qt data. |
TranslationsPath | 7 | The location of translation information for Qt strings. |
SettingsPath | 8 | The location for Qt settings. |
ExamplesPath | 10 | The location for examples upon install. |
DemosPath | 9 | The location for demos upon install. |
Enum Constant Summary | |
---|---|
BinariesPath
The location of installed Qt binaries (tools and applications). |
|
DataPath
The location of general Qt data. |
|
DemosPath
The location for demos upon install. |
|
DocumentationPath
The location for documentation upon install. |
|
ExamplesPath
The location for examples upon install. |
|
HeadersPath
The location for all headers. |
|
LibrariesPath
The location of installed librarires. |
|
PluginsPath
The location of installed Qt plugins. |
|
PrefixPath
The default prefix for all paths. |
|
SettingsPath
The location for Qt settings. |
|
TranslationsPath
The location of translation information for Qt strings. |
Method Summary | |
---|---|
static QLibraryInfo.LibraryLocation |
resolve(int value)
|
int |
value()
|
static QLibraryInfo.LibraryLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QLibraryInfo.LibraryLocation[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final QLibraryInfo.LibraryLocation PrefixPath
The default prefix for all paths.
public static final QLibraryInfo.LibraryLocation DocumentationPath
The location for documentation upon install.
public static final QLibraryInfo.LibraryLocation HeadersPath
The location for all headers.
public static final QLibraryInfo.LibraryLocation LibrariesPath
The location of installed librarires.
public static final QLibraryInfo.LibraryLocation BinariesPath
The location of installed Qt binaries (tools and applications).
public static final QLibraryInfo.LibraryLocation PluginsPath
The location of installed Qt plugins.
public static final QLibraryInfo.LibraryLocation DataPath
The location of general Qt data.
public static final QLibraryInfo.LibraryLocation TranslationsPath
The location of translation information for Qt strings.
public static final QLibraryInfo.LibraryLocation SettingsPath
The location for Qt settings.
public static final QLibraryInfo.LibraryLocation DemosPath
The location for demos upon install.
public static final QLibraryInfo.LibraryLocation ExamplesPath
The location for examples upon install.
Method Detail |
---|
public static final QLibraryInfo.LibraryLocation[] values()
for(QLibraryInfo.LibraryLocation c : QLibraryInfo.LibraryLocation.values()) System.out.println(c);
public static QLibraryInfo.LibraryLocation 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 namepublic int value()
value
in interface QtEnumerator
public static QLibraryInfo.LibraryLocation resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |