|
|
@ -277,7 +277,7 @@ public:
|
|
|
|
* \param complete : if true, the name must match the full name of the entity.
|
|
|
|
* \param complete : if true, the name must match the full name of the entity.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
CEntityCL *getEntityByName (const ucstring &name, bool caseSensitive, bool complete) const;
|
|
|
|
CEntityCL *getEntityByName (const ucstring &name, bool caseSensitive, bool complete) const;
|
|
|
|
CEntityCL *getEntityBySheetName (const ucstring &sheet) const;
|
|
|
|
CEntityCL *getEntityBySheetName (const std::string &sheet) const;
|
|
|
|
/// Get an entity by dataset index. Returns NULL if the entity is not found.
|
|
|
|
/// Get an entity by dataset index. Returns NULL if the entity is not found.
|
|
|
|
CEntityCL *getEntityByCompressedIndex(TDataSetIndex compressedIndex) const;
|
|
|
|
CEntityCL *getEntityByCompressedIndex(TDataSetIndex compressedIndex) const;
|
|
|
|
|
|
|
|
|
|
|
|