Home | History | Annotate | Download | only in i18n

Lines Matching refs:trans

50  * @param trans the object to dispose of
53 ztrans_close(ZTrans *trans);
61 ztrans_clone(ZTrans *trans);
75 * param trans, the transition to use
79 ztrans_getTime(ZTrans* trans);
83 * param trans, the transition to use
87 ztrans_setTime(ZTrans* trans, UDate time);
91 * param trans, the transition to use
95 ztrans_getFrom(ZTrans* & trans);
100 * param trans, the transition to use
101 * param trans, the transition to use
105 ztrans_setFrom(ZTrans* trans, const void* from);
110 * param trans, the transition to use
114 ztrans_adoptFrom(ZTrans* trans, void* from);
118 * param trans, the transition to use
122 ztrans_getTo(ZTrans* trans);
127 * param trans, the transition to use
131 ztrans_setTo(ZTrans* trans, const void* to);
136 * param trans, the transition to use
140 ztrans_adoptTo(ZTrans* trans, void* to);
150 * param trans, the transition to use
154 ztrans_getStaticClassID(ZTrans* trans);
162 * param trans, the transition to use
168 ztrans_getDynamicClassID(ZTrans* trans);