|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QtJambiInterface
The super interface of all interface types in Qt Jambi.
| Method Summary | |
|---|---|
void |
disableGarbageCollection()
Disables garbage collection for the object that implements the interface. |
long |
nativeId()
Function that returns a unique identifier for a Qt Jambi object. |
QNativePointer |
nativePointer()
Returns the native pointer (i.e., memory address) of the native c++ object this Java object wrapper. |
void |
reenableGarbageCollection()
Enables garbage collection for the object. |
void |
setJavaOwnership()
Specifies that the object is owned by Java and not the native c++ libraries. |
| Method Detail |
|---|
long nativeId()
void disableGarbageCollection()
void setJavaOwnership()
void reenableGarbageCollection()
QNativePointer nativePointer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||