|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.QLibraryInfo.LibraryLocation
public static final class QLibraryInfo.LibraryLocation
This enum type is used to specify a specific location specifier.
location()
.
Field Summary | |
---|---|
static QLibraryInfo.LibraryLocation |
BinariesPath
The location of installed Qt binaries (tools and applications). |
static QLibraryInfo.LibraryLocation |
DataPath
The location of general Qt data. |
static QLibraryInfo.LibraryLocation |
DemosPath
The location for demos upon install. |
static QLibraryInfo.LibraryLocation |
DocumentationPath
The location for documentation upon install. |
static QLibraryInfo.LibraryLocation |
ExamplesPath
The location for examples upon install. |
static QLibraryInfo.LibraryLocation |
HeadersPath
The location for all headers. |
static QLibraryInfo.LibraryLocation |
LibrariesPath
The location of installed librarires. |
static QLibraryInfo.LibraryLocation |
PluginsPath
The location of installed Qt plugins. |
static QLibraryInfo.LibraryLocation |
PrefixPath
The default prefix for all paths. |
static QLibraryInfo.LibraryLocation |
SettingsPath
The location for Qt settings. |
static QLibraryInfo.LibraryLocation |
TranslationsPath
The location of translation information for Qt strings. |
Method Summary | |
---|---|
static QLibraryInfo.LibraryLocation |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QLibraryInfo.LibraryLocation |
valueOf(java.lang.String name)
|
static QLibraryInfo.LibraryLocation[] |
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 QLibraryInfo.LibraryLocation PrefixPath
public static final QLibraryInfo.LibraryLocation DocumentationPath
public static final QLibraryInfo.LibraryLocation HeadersPath
public static final QLibraryInfo.LibraryLocation LibrariesPath
public static final QLibraryInfo.LibraryLocation BinariesPath
public static final QLibraryInfo.LibraryLocation PluginsPath
public static final QLibraryInfo.LibraryLocation DataPath
public static final QLibraryInfo.LibraryLocation TranslationsPath
public static final QLibraryInfo.LibraryLocation SettingsPath
public static final QLibraryInfo.LibraryLocation DemosPath
public static final QLibraryInfo.LibraryLocation ExamplesPath
Method Detail |
---|
public static QLibraryInfo.LibraryLocation[] values()
public static QLibraryInfo.LibraryLocation valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QLibraryInfo.LibraryLocation resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |