|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTSQDef
class TSQDef
.
====================================================================== Class TSQDef -- Position-independent part of a Quad-structure This part of a Quad-structure is used to store the contends of a world-file in a position-independand form. ##TSQDef (Eyecatcher) ======================================================================
Field Summary | |
---|---|
protected static java.lang.String |
IdStr
|
private int |
Mde
|
private int |
mIdS
|
private int |
mIdW
|
private int |
mOID
|
private int |
mVId
|
private TSChain |
Snd
|
private TSChain |
Uid
|
private TSView |
VId
|
Constructor Summary | |
---|---|
protected |
TSQDef()
. |
Method Summary | |
---|---|
protected int |
chg$View(int v)
. |
protected int |
chgMde(int v)
. |
protected TSChain |
chgSTab(TSChain cS,
int id)
. |
protected TSView |
chgView(TSView nVS)
. |
protected TSChain |
chgWTab(TSChain cW,
int id)
. |
protected TSView |
fndView(int id)
. |
protected int |
getOId()
. |
protected int |
getSId()
. |
protected TSSnd |
getSnd(boolean mde)
. |
protected TSUiD |
getUid(boolean mde)
. |
protected int |
getWId()
. |
protected java.lang.String |
reSortW(TSWrld cObj)
. |
protected java.lang.String |
toStr()
. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String IdStr
private TSChain Uid
private TSChain Snd
private TSView VId
private int mIdW
private int mIdS
private int mVId
private int mOID
private int Mde
Constructor Detail |
---|
protected TSQDef()
===================================================================== Constructor: (1) Create default-entry =====================================================================
Method Detail |
---|
protected final int chg$View(int v)
===================================================================== Method "chg$View" 'modify' or 'get' current 'maximum viewsphere-ID' ATTENTION: Do not modify value if argument is negative. However, the value may be cleared by setting it to '0' ##chg$View.TSQDef (Eyecatcher) =====================================================================
protected final int chgMde(int v)
===================================================================== Method "chgMde" Modify current accessmode of world-file (or return it only). ATTENTION: - Do not modify value if argument is negative. - The mode-definiton (must) already contains the 'write-flag', so that can directly be used to rewrite the file. ##chgMde.TSQDef (Eyecatcher) =====================================================================
protected final TSChain chgSTab(TSChain cS, int id)
===================================================================== Method "chgSTab" Insert/Return chain of sound-objects Modify 'maximum used UID' if requested ##chgSTab.TSQDef (Eyecatcher) =====================================================================
protected final TSView chgView(TSView nVS)
===================================================================== Method "chgView" Modify/Return current viewsphere-definition ATTENTION: Do not modify value if argument is 'null'. Therefore the viwsphere-reference cannot be cleared and 'mVId' is used as a flag, if a valid viewsphere-chain exists. ##chgView.TSQDef (Eyecatcher) =====================================================================
protected final TSChain chgWTab(TSChain cW, int id)
===================================================================== Method "chgWTab" Insert/Return chain of world-objects Modify 'maximum used UID' if requested ##chgWTab.TSQDef (Eyecatcher) =====================================================================
protected final TSView fndView(int id)
===================================================================== Method "fndView" Search viewsphere- chain if an entry with specified id exists. If it is NOT found or if an error occurred, 'null' is returned. ##fndView.TSQDef (Eyecatcher) =====================================================================
protected final int getOId()
===================================================================== Method "getOId" get next unique object-ID ##getOId.TSQDef (Eyecatcher) =====================================================================
protected final int getSId()
===================================================================== Method "getSId" get next unique ID of a sound-object ##getSId.TSQDef (Eyecatcher) =====================================================================
protected final int getWId()
===================================================================== Method "getWId" get next unique ID of a world-object ##getWId.TSQDef (Eyecatcher) =====================================================================
protected final TSSnd getSnd(boolean mde)
===================================================================== Method "getSnd" Iterator-Access to elements of the sound-chain ATTENTION: This is a Delegation/Wrapper-Method for 'TSChain.next()' ##getSnd.TSQDef (Eyecatcher) =====================================================================
protected final TSUiD getUid(boolean mde)
===================================================================== Method "getUid" Iterator-Access to elements of the world-chain ATTENTION: This is a Delegation/Wrapper-Method for 'TSChain.next()' ##getUid.TSQDef (Eyecatcher) =====================================================================
protected final java.lang.String reSortW(TSWrld cObj)
===================================================================== Method "reSortW" Call 'reSort'-method of current TSChain-Object (Uid) ##reSortW.TSQDef (Eyecatcher) =====================================================================
protected java.lang.String toStr()
===================================================================== Method "toStr" Build a string-representation of all values of this class ##toStr.TSQDef (Eyecatcher) =====================================================================
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |