|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.QSignalEmitter
com.trolltech.qt.QtJambiObject
com.trolltech.qt.core.QLibraryInfo
public final class QLibraryInfo
The QLibraryInfo
class provides information about the Qt library. Many pieces of information are established when Qt is configured. Installation paths, license information, and even a unique build key. This class provides an abstraction for accessing this information.
buildKey() | A string that identifies the Qt version and the configuration. This key is used to ensure that plugins link against the same version of Qt as the application. |
location() | The path to a certain Qt component (e.g., documentation, header files). |
licensee() , licensedProducts() | Licensing information. |
Nested Class Summary | |
---|---|
static class |
QLibraryInfo.LibraryLocation
This enum type is used to specify a specific location specifier. |
Nested classes/interfaces inherited from class com.trolltech.qt.QSignalEmitter |
---|
QSignalEmitter.Signal0, QSignalEmitter.Signal1, QSignalEmitter.Signal2, QSignalEmitter.Signal3, QSignalEmitter.Signal4, QSignalEmitter.Signal5, QSignalEmitter.Signal6, QSignalEmitter.Signal7, QSignalEmitter.Signal8, QSignalEmitter.Signal9 |
Method Summary | |
---|---|
static java.lang.String |
buildKey()
Returns a unique key identifying this build of Qt and its configurations. |
static QLibraryInfo |
fromNativePointer(QNativePointer nativePointer)
|
static java.lang.String |
licensedProducts()
Returns the products that the license for this build of Qt has access to. |
static java.lang.String |
licensee()
Returns the person to whom this build of Qt is licensed. |
static java.lang.String |
location(QLibraryInfo.LibraryLocation arg__1)
Returns the location specified by loc. |
Methods inherited from class com.trolltech.qt.QtJambiObject |
---|
dispose, disposed, equals, finalize, reassignNativeResources, tr, tr, tr |
Methods inherited from class com.trolltech.qt.QSignalEmitter |
---|
blockSignals, disconnect, disconnect, signalsBlocked, signalSender, thread |
Methods inherited from class java.lang.Object |
---|
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.trolltech.qt.QtJambiInterface |
---|
disableGarbageCollection, nativeId, nativePointer, reenableGarbageCollection, setJavaOwnership |
Method Detail |
---|
public static java.lang.String buildKey()
location()
.
public static java.lang.String licensedProducts()
licensee()
.
public static java.lang.String licensee()
licensedProducts()
.
public static java.lang.String location(QLibraryInfo.LibraryLocation arg__1)
public static QLibraryInfo fromNativePointer(QNativePointer nativePointer)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |