|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StructObject | |
---|---|
org.bridj | BridJ core classes and C runtime (Pointer , BridJ , SizeT , Platform , LastError ...). |
org.bridj.cpp | BridJ C++ runtime. |
org.bridj.cpp.com | BridJ COM support (Windows-only, working but under-tested). |
org.bridj.cpp.com.shell | BridJ mappings for some common Windows COM Shell interfaces. |
org.bridj.cpp.mfc | BridJ Windows MFC runtime (not working properly yet). |
org.bridj.cpp.std | Bindings for some C++ STL class templates. |
org.bridj.jawt | BridJ JAWT utilities (to get the native peer handle of an AWT Component ). |
Uses of StructObject in org.bridj |
---|
Subclasses of StructObject in org.bridj | |
---|---|
static class |
TimeT.timeval
|
Methods in org.bridj with type parameters of type StructObject | ||
---|---|---|
static
|
PointerIO.getInstance(StructIO s)
|
Methods in org.bridj with parameters of type StructObject | ||
---|---|---|
int |
StructIO.compare(StructObject a,
StructObject b)
|
|
String |
StructIO.describe(StructObject struct)
|
|
boolean |
StructIO.equal(StructObject a,
StructObject b)
|
|
boolean |
StructIO.getBooleanField(StructObject struct,
int fieldIndex)
|
|
byte |
StructIO.getByteField(StructObject struct,
int fieldIndex)
|
|
char |
StructIO.getCharField(StructObject struct,
int fieldIndex)
|
|
long |
StructIO.getCLongField(StructObject struct,
int fieldIndex)
|
|
double |
StructIO.getDoubleField(StructObject struct,
int fieldIndex)
|
|
|
StructIO.getEnumField(StructObject struct,
int fieldIndex)
|
|
float |
StructIO.getFloatField(StructObject struct,
int fieldIndex)
|
|
int |
StructIO.getIntField(StructObject struct,
int fieldIndex)
|
|
long |
StructIO.getLongField(StructObject struct,
int fieldIndex)
|
|
|
StructIO.getNativeObjectField(StructObject struct,
int fieldIndex)
|
|
|
StructIO.getPointerField(StructObject struct,
int fieldIndex)
|
|
short |
StructIO.getShortField(StructObject struct,
int fieldIndex)
|
|
long |
StructIO.getSizeTField(StructObject struct,
int fieldIndex)
|
|
|
StructIO.getTypedPointerField(StructObject struct,
int fieldIndex)
|
|
void |
StructIO.readFieldsFromNative(StructObject struct)
Read struct fields implemented as Java fields from the corresponding native memory (Java fields are read from native memory). |
|
void |
StructIO.setBooleanField(StructObject struct,
int fieldIndex,
boolean value)
|
|
void |
StructIO.setByteField(StructObject struct,
int fieldIndex,
byte value)
|
|
void |
StructIO.setCharField(StructObject struct,
int fieldIndex,
char value)
|
|
void |
StructIO.setCLongField(StructObject struct,
int fieldIndex,
long value)
|
|
void |
StructIO.setDoubleField(StructObject struct,
int fieldIndex,
double value)
|
|
void |
StructIO.setEnumField(StructObject struct,
int fieldIndex,
ValuedEnum<?> value)
|
|
void |
StructIO.setFloatField(StructObject struct,
int fieldIndex,
float value)
|
|
void |
StructIO.setIntField(StructObject struct,
int fieldIndex,
int value)
|
|
void |
StructIO.setLongField(StructObject struct,
int fieldIndex,
long value)
|
|
|
StructIO.setNativeObjectField(StructObject struct,
int fieldIndex,
O value)
|
|
|
StructIO.setPointerField(StructObject struct,
int fieldIndex,
Pointer<T> value)
|
|
void |
StructIO.setShortField(StructObject struct,
int fieldIndex,
short value)
|
|
void |
StructIO.setSizeTField(StructObject struct,
int fieldIndex,
long value)
|
|
void |
StructIO.writeFieldsToNative(StructObject struct)
Write struct fields implemented as Java fields to the corresponding native memory (Java fields are written to native memory). |
Constructor parameters in org.bridj with type arguments of type StructObject | |
---|---|
StructObject(Pointer<? extends StructObject> peer)
|
Uses of StructObject in org.bridj.cpp |
---|
Subclasses of StructObject in org.bridj.cpp | |
---|---|
class |
CPPObject
Base class for C++ structs and classes. |
Uses of StructObject in org.bridj.cpp.com |
---|
Uses of StructObject in org.bridj.cpp.com.shell |
---|
Subclasses of StructObject in org.bridj.cpp.com.shell | |
---|---|
class |
IShellFolder
|
class |
IShellWindows
IShellWindows provides access to the collection of open Shell windows (see @see http://msdn.microsoft.com/en-us/library/cc836570(VS.85).aspx) |
class |
ITaskbarList
|
class |
ITaskbarList2
|
class |
ITaskbarList3
|
static class |
ITaskbarList3.THUMBBUTTON
|
Uses of StructObject in org.bridj.cpp.mfc |
---|
Subclasses of StructObject in org.bridj.cpp.mfc | |
---|---|
class |
CArchive
|
class |
CCmdUI
|
class |
CObject
|
class |
CPoint
|
class |
CRuntimeClass
|
class |
CString
|
class |
CStringT<BaseType,StringTraits>
|
class |
CWnd
|
class |
MFCObject
|
Uses of StructObject in org.bridj.cpp.std |
---|
Subclasses of StructObject in org.bridj.cpp.std | |
---|---|
class |
vector<T>
Binding for STL's std::vector class. |
Uses of StructObject in org.bridj.jawt |
---|
Subclasses of StructObject in org.bridj.jawt | |
---|---|
class |
JAWT
native declaration : jawt.h This file was autogenerated by JNAerator, a tool written by Olivier Chafik that uses a few opensource projects. |
class |
JAWT_DrawingSurface
native declaration : jawt.h This file was autogenerated by JNAerator, a tool written by Olivier Chafik that uses a few opensource projects. |
class |
JAWT_DrawingSurfaceInfo
native declaration : jawt.h This file was autogenerated by JNAerator, a tool written by Olivier Chafik that uses a few opensource projects. |
class |
JAWT_Rectangle
native declaration : jawt.h This file was autogenerated by JNAerator, a tool written by Olivier Chafik that uses a few opensource projects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |