Home
last modified time | relevance | path

Searched refs:setContentFromJupyter (Results 1 – 20 of 20) sorted by relevance

/dports/math/cantor/cantor-21.12.3/src/
H A Dplaceholderentry.h24 void setContentFromJupyter(const QJsonObject & cell) override;
H A Dpagebreakentry.h28 void setContentFromJupyter(const QJsonObject & cell) override;
H A Dplaceholderentry.cpp47 void PlaceHolderEntry::setContentFromJupyter(const QJsonObject& cell) in setContentFromJupyter() function in PlaceHolderEntry
H A Dimageentry.h35 void setContentFromJupyter(const QJsonObject & cell) override;
H A Dlatexentry.h34 void setContentFromJupyter(const QJsonObject & cell) override;
H A Dtextentry.h46 void setContentFromJupyter(const QJsonObject& cell) override;
H A Dhorizontalruleentry.h31 void setContentFromJupyter(const QJsonObject & cell) override;
H A Dhierarchyentry.h62 void setContentFromJupyter(const QJsonObject& cell) override;
H A Dmarkdownentry.h39 void setContentFromJupyter(const QJsonObject& cell) override;
H A Dpagebreakentry.cpp67 void PageBreakEntry::setContentFromJupyter(const QJsonObject& cell) in setContentFromJupyter() function in PageBreakEntry
H A Dcommandentry.h54 void setContentFromJupyter(const QJsonObject&) override;
H A Dworksheetentry.h65 virtual void setContentFromJupyter(const QJsonObject&)=0;
H A Dworksheet.cpp1686 entry->setContentFromJupyter(cell); in loadJupyterNotebook()
1692 entry->setContentFromJupyter(cell); in loadJupyterNotebook()
1700 entry->setContentFromJupyter(cell); in loadJupyterNotebook()
1705 entry->setContentFromJupyter(cell); in loadJupyterNotebook()
1710 entry->setContentFromJupyter(cell); in loadJupyterNotebook()
1715 entry->setContentFromJupyter(cell); in loadJupyterNotebook()
1725 entry->setContentFromJupyter(cell); in loadJupyterNotebook()
H A Dhorizontalruleentry.cpp102 void HorizontalRuleEntry::setContentFromJupyter(const QJsonObject& cell) in setContentFromJupyter() function in HorizontalRuleEntry
H A Dimageentry.cpp111 void ImageEntry::setContentFromJupyter(const QJsonObject& cell) in setContentFromJupyter() function in ImageEntry
H A Dhierarchyentry.cpp151 void HierarchyEntry::setContentFromJupyter(const QJsonObject& cell) in setContentFromJupyter() function in HierarchyEntry
H A Dtextentry.cpp174 void TextEntry::setContentFromJupyter(const QJsonObject& cell) in setContentFromJupyter() function in TextEntry
H A Dlatexentry.cpp167 void LatexEntry::setContentFromJupyter(const QJsonObject& cell) in setContentFromJupyter() function in LatexEntry
H A Dmarkdownentry.cpp215 void MarkdownEntry::setContentFromJupyter(const QJsonObject& cell) in setContentFromJupyter() function in MarkdownEntry
H A Dcommandentry.cpp528 void CommandEntry::setContentFromJupyter(const QJsonObject& cell) in setContentFromJupyter() function in CommandEntry