Home
last modified time | relevance | path

Searched refs:getRealAttribute (Results 1 – 21 of 21) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/util/
H A DU2AttributeUtils.cpp97 return adbi->getRealAttribute(attrId, os); in getAttribute()
135 U2RealAttribute attr = srcAttributeDbi->getRealAttribute(attrId, os); in copyObjectAttributes()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/dbi/
H A DU2AttributeDbi.h86 virtual U2RealAttribute getRealAttribute(const U2DataId &attributeId, U2OpStatus &os) = 0;
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/sqlite_dbi/
H A DSQLiteAttributeDbi.h46 virtual U2RealAttribute getRealAttribute(const U2DataId &attributeId, U2OpStatus &os);
H A DSQLiteAttributeDbi.cpp137 U2RealAttribute SQLiteAttributeDbi::getRealAttribute(const U2DataId &attributeId, U2OpStatus &os) { in getRealAttribute() function in U2::SQLiteAttributeDbi
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/mysql_dbi/
H A DMysqlAttributeDbi.h64 virtual U2RealAttribute getRealAttribute(const U2DataId &attributeId, U2OpStatus &os);
H A DMysqlAttributeDbi.cpp140 U2RealAttribute MysqlAttributeDbi::getRealAttribute(const U2DataId &attributeId, U2OpStatus &os) { in getRealAttribute() function in U2::MysqlAttributeDbi
/dports/finance/skrooge/skrooge-2.26.1/skgbankmodeler/
H A Dskgdocumentbank.h118 QString getRealAttribute(const QString& iString) const override;
H A Dskgdocumentbank.cpp3264 QString SKGDocumentBank::getRealAttribute(const QString& iString) const in getRealAttribute() function in SKGDocumentBank
3272 return SKGDocument::getRealAttribute(iString); in getRealAttribute()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/gobjects/
H A DDNASequenceObject.h101 double getRealAttribute(const QString &name) const;
H A DAssemblyObject.cpp109 U2RealAttribute attr = srcAttributeDbi->getRealAttribute(attrId, os); in copyReadsUnrelatedAttributes()
H A DDNASequenceObject.cpp354 double U2SequenceObject::getRealAttribute(const QString &name) const { in getRealAttribute() function in U2::U2SequenceObject
/dports/finance/skrooge/skrooge-2.26.1/tests/skgbasemodelertest/
H A Dskgtestmultidocument.cpp67 …SKGTEST(QStringLiteral("PARAM:getRealAttribute"), document2.getRealAttribute(QStringLiteral("t_ATT… in main()
68 …SKGTEST(QStringLiteral("PARAM:getRealAttribute"), document2.getRealAttribute(QStringLiteral("t_att… in main()
/dports/biology/ugene/ugene-40.1/src/plugins/api_tests/src/core/dbi/attribute/
H A DAttributeDbiUnitTests.cpp172 U2RealAttribute attr = getAttributeDbi()->getRealAttribute(attrId, os); in testAttributesMatch()
401 U2RealAttribute actual = attributeDbi->getRealAttribute(attr.id, os); in Test()
/dports/multimedia/assimp/assimp-5.1.3/include/assimp/
H A DXmlParser.h261 static inline bool getRealAttribute(XmlNode &xmlNode, const char *name, ai_real &val) { in getRealAttribute() function
/dports/biology/ugene/ugene-40.1/src/plugins/dbi_bam/src/
H A DSamtoolsBasedDbi.h134 virtual U2RealAttribute getRealAttribute(const U2DataId &attributeId, U2OpStatus &os);
H A DSamtoolsBasedDbi.cpp721 U2RealAttribute SamtoolsBasedAttributeDbi::getRealAttribute(const U2DataId & /*attributeId*/, U2OpS… in getRealAttribute() function in U2::BAM::SamtoolsBasedAttributeDbi
/dports/finance/skrooge/skrooge-2.26.1/skgbasemodeler/
H A Dskgdocument.h445 virtual QString getRealAttribute(const QString& iString) const;
H A Dskgobjectbase.cpp240 QString realAttribute = d->document->getRealAttribute(iName); in setAttribute()
H A Dskgdocument.cpp2866 QString SKGDocument::getRealAttribute(const QString& iString) const in getRealAttribute() function in SKGDocument
/dports/finance/skrooge/skrooge-2.26.1/skgbasegui/
H A Dskgobjectmodelbase.cpp898 if (att.toLower() == att || !getDocument()->getRealAttribute(att).isEmpty()) { in flags()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Collada/
H A DColladaParser.cpp334 XmlParser::getRealAttribute(currentNode, "meter", mUnitSize); in ReadAssetInfo()