Home
last modified time | relevance | path

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

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DAceEditorIdleCommands.java35 PREVIEW_LATEX = previewLatex(); in AceEditorIdleCommands()
46 private IdleCommand previewLatex() in previewLatex() method in AceEditorIdleCommands
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dtoolwidgets.h29 void previewLatex(const QPixmap &previewImage);
101 void previewLatex(const QPixmap &pixmap);
H A Dtoolwidgets.cpp56 void PreviewWidget::previewLatex(const QPixmap &previewImage) in previewLatex() function in PreviewWidget
325 void OutputViewWidget::previewLatex(const QPixmap &pixmap) in previewLatex() function in OutputViewWidget
327 previewWidget->previewLatex(pixmap); in previewLatex()
H A Dtexstudio.h571 void previewLatex(); in Q_DECLARE_METATYPE()
H A Dtexstudio.cpp1040 …newManagedAction(menu, "previewLatex", tr("Pre&view Selection/Parentheses"), SLOT(previewLatex()),… in setupMenus()
8126 void Texstudio::previewLatex() in previewLatex() function in Texstudio
8237 outputView->previewLatex(pixmap); in previewAvailable()