Home | History | Annotate | Download | only in dae

Lines Matching refs:daeUInt

99 	virtual daeUInt getDocumentCount() = 0;
105 virtual daeDocument* getDocument(daeUInt index) = 0;
111 daeDocument* getDoc(daeUInt index);
126 virtual daeString getDocumentName(daeUInt index) = 0;
282 virtual daeUInt getTypeCount() = 0;
283 virtual daeString getTypeName(daeUInt index) = 0;
286 virtual daeUInt getElementCount(daeString name = NULL,
313 inline daeUInt getCollectionCount() {
316 inline daeDocument* getCollection(daeUInt index) {
322 inline daeString getCollectionName(daeUInt index) {