Home
last modified time | relevance | path

Searched refs:isLaTeXRoot (Results 1 – 5 of 5) sorted by relevance

/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Ddocumentinfo.h192 virtual bool isLaTeXRoot() { in isLaTeXRoot() function
538 virtual bool isLaTeXRoot() override;
561 virtual bool isLaTeXRoot() override;
H A Ddocumentinfo.cpp1107 emit(isrootChanged(isLaTeXRoot())); in installParserOutput()
1125 bool BibInfo::isLaTeXRoot() in isLaTeXRoot() function in KileDocument::BibInfo
1173 bool ScriptInfo::isLaTeXRoot() in isLaTeXRoot() function in KileDocument::ScriptInfo
H A Dkileproject.cpp843 if (root->getInfo()->isLaTeXRoot()) { in rootItem()
850 if(current->getInfo() && current->getInfo()->isLaTeXRoot()) { in rootItem()
H A Dkiletool.cpp637 isRoot = (readEntry("checkForRoot") == "yes") ? docinfo->isLaTeXRoot() : true; in checkSource()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/widgets/
H A Dprojectview.cpp426 item->isrootChanged(textInfo->isLaTeXRoot()); in makeTheConnection()