|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of iObject in crystalspace.jbind.impl.csutil.object |
Classes in crystalspace.jbind.impl.csutil.object that implement iObject | |
class |
csObject
|
Methods in crystalspace.jbind.impl.csutil.object that return iObject | |
iObject |
csObject.getChild(java.lang.String Name)
|
iObject |
csObject.getObjectParent()
|
iObject |
csObjectIterator.findName(java.lang.String name)
|
iObject |
csObjectIterator.getParentObj()
|
iObject |
csObjectIterator.next()
|
Methods in crystalspace.jbind.impl.csutil.object with parameters of type iObject | |
void |
csObject.objAdd(iObject obj)
|
void |
csObject.objAddChildren(iObject Parent)
|
void |
csObject.objRemove(iObject obj)
|
void |
csObject.setObjectParent(iObject obj)
|
Uses of iObject in crystalspace.jbind.impl.engine.campos |
Methods in crystalspace.jbind.impl.engine.campos that return iObject | |
iObject |
csCameraPosition.queryObject()
|
Uses of iObject in crystalspace.jbind.impl.engine.collectn |
Methods in crystalspace.jbind.impl.engine.collectn that return iObject | |
iObject |
csCollection.queryObject()
|
iObject |
csCollection.findObject(java.lang.String name)
|
iObject |
csCollection.getObject(int i)
|
Methods in crystalspace.jbind.impl.engine.collectn with parameters of type iObject | |
void |
csCollection.addObject(iObject obj)
|
Uses of iObject in crystalspace.jbind.impl.engine.engine |
Methods in crystalspace.jbind.impl.engine.engine that return iObject | |
iObject |
csEngine.queryObject()
|
Uses of iObject in crystalspace.jbind.impl.engine.light |
Methods in crystalspace.jbind.impl.engine.light that return iObject | |
iObject |
csLight.queryObject()
|
Uses of iObject in crystalspace.jbind.impl.engine.material |
Methods in crystalspace.jbind.impl.engine.material that return iObject | |
iObject |
csMaterialWrapper.queryObject()
|
Uses of iObject in crystalspace.jbind.impl.engine.mesh |
Methods in crystalspace.jbind.impl.engine.mesh that return iObject | |
iObject |
csMeshWrapper.queryObject()
|
iObject |
csMeshFactoryWrapper.queryObject()
|
Uses of iObject in crystalspace.jbind.impl.engine.portal |
Methods in crystalspace.jbind.impl.engine.portal that return iObject | |
iObject |
csPortal.queryObject()
|
Uses of iObject in crystalspace.jbind.impl.engine.region |
Methods in crystalspace.jbind.impl.engine.region that return iObject | |
iObject |
csRegion.queryObject()
|
Methods in crystalspace.jbind.impl.engine.region with parameters of type iObject | |
void |
csRegion.add(iObject obj)
|
boolean |
csRegion.isInRegion(iObject obj)
|
Uses of iObject in crystalspace.jbind.impl.engine.sector |
Methods in crystalspace.jbind.impl.engine.sector that return iObject | |
iObject |
csSector.queryObject()
|
Uses of iObject in crystalspace.jbind.impl.engine.sharevar |
Methods in crystalspace.jbind.impl.engine.sharevar that return iObject | |
iObject |
csSharedVariable.queryObject()
|
Uses of iObject in crystalspace.jbind.impl.engine.texture |
Methods in crystalspace.jbind.impl.engine.texture that return iObject | |
iObject |
csTextureWrapper.queryObject()
|
Uses of iObject in crystalspace.jbind.impl.sound.wrapper |
Methods in crystalspace.jbind.impl.sound.wrapper that return iObject | |
iObject |
csSoundWrapper.queryObject()
|
Uses of iObject in crystalspace.jbind.interfaces.iengine.campos |
Methods in crystalspace.jbind.interfaces.iengine.campos that return iObject | |
iObject |
iCameraPosition.queryObject()
Get the iObject for this camera position. |
Uses of iObject in crystalspace.jbind.interfaces.iengine.collectn |
Methods in crystalspace.jbind.interfaces.iengine.collectn that return iObject | |
iObject |
iCollection.queryObject()
Query the iObject for this collection. |
iObject |
iCollection.findObject(java.lang.String name)
Find an object with the given name inside this collection. |
iObject |
iCollection.getObject(int i)
Get an object by index (function version). |
Methods in crystalspace.jbind.interfaces.iengine.collectn with parameters of type iObject | |
void |
iCollection.addObject(iObject obj)
Add an object to the collection. |
Uses of iObject in crystalspace.jbind.interfaces.iengine.engine |
Methods in crystalspace.jbind.interfaces.iengine.engine that return iObject | |
iObject |
iEngine.queryObject()
Get the iObject for the engine. |
Uses of iObject in crystalspace.jbind.interfaces.iengine.light |
Methods in crystalspace.jbind.interfaces.iengine.light that return iObject | |
iObject |
iLight.queryObject()
Get the iObject for this light. |
Uses of iObject in crystalspace.jbind.interfaces.iengine.material |
Methods in crystalspace.jbind.interfaces.iengine.material that return iObject | |
iObject |
iMaterialWrapper.queryObject()
Get the iObject for this material |
Uses of iObject in crystalspace.jbind.interfaces.iengine.mesh |
Methods in crystalspace.jbind.interfaces.iengine.mesh that return iObject | |
iObject |
iMeshWrapper.queryObject()
Get the iObject for this mesh object. |
iObject |
iMeshFactoryWrapper.queryObject()
Get the iObject for this mesh factory. |
Uses of iObject in crystalspace.jbind.interfaces.iengine.portal |
Methods in crystalspace.jbind.interfaces.iengine.portal that return iObject | |
iObject |
iPortal.queryObject()
Get the iObject for this portal. @ OBSOLETE!!! |
Uses of iObject in crystalspace.jbind.interfaces.iengine.region |
Methods in crystalspace.jbind.interfaces.iengine.region that return iObject | |
iObject |
iRegion.queryObject()
Get the iObject for this region. |
Methods in crystalspace.jbind.interfaces.iengine.region with parameters of type iObject | |
void |
iRegion.add(iObject obj)
Add an object to this region. |
boolean |
iRegion.isInRegion(iObject obj)
Check if some object is in this region. |
Uses of iObject in crystalspace.jbind.interfaces.iengine.sector |
Methods in crystalspace.jbind.interfaces.iengine.sector that return iObject | |
iObject |
iSector.queryObject()
Get the iObject for this sector. |
Uses of iObject in crystalspace.jbind.interfaces.iengine.sharevar |
Methods in crystalspace.jbind.interfaces.iengine.sharevar that return iObject | |
iObject |
iSharedVariable.queryObject()
Get the private object interface. |
Uses of iObject in crystalspace.jbind.interfaces.iengine.texture |
Methods in crystalspace.jbind.interfaces.iengine.texture that return iObject | |
iObject |
iTextureWrapper.queryObject()
Get the iObject for this texture. |
Uses of iObject in crystalspace.jbind.interfaces.isound.wrapper |
Methods in crystalspace.jbind.interfaces.isound.wrapper that return iObject | |
iObject |
iSoundWrapper.queryObject()
Return the iObject for this sound wrapper. |
Uses of iObject in crystalspace.jbind.interfaces.iutil.object |
Methods in crystalspace.jbind.interfaces.iutil.object that return iObject | |
iObject |
iObject.getChild(java.lang.String Name)
Return the first child object with the given name. |
iObject |
iObject.getObjectParent()
Returns the parent iObject. |
iObject |
iObjectIterator.findName(java.lang.String name)
traverses all csObjects and looks for an object with the given name returns object if found. |
iObject |
iObjectIterator.getParentObj()
Get the parent object. |
iObject |
iObjectIterator.next()
Move forward. |
Methods in crystalspace.jbind.interfaces.iutil.object with parameters of type iObject | |
void |
iObject.objAdd(iObject obj)
Attach a new iObject to the tree. |
void |
iObject.objAddChildren(iObject Parent)
Add all child objects of the given object. |
void |
iObject.objRemove(iObject obj)
Remove an iObject from the tree. |
void |
iObject.setObjectParent(iObject obj)
Set the parent iObject. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |