Home
last modified time | relevance | path

Searched refs:mglHighlight (Results 1 – 3 of 3) sorted by relevance

/dports/math/mathgl/mathgl-2.5/udav/
H A Dprop_dlg.cpp51 extern bool mglHighlight;
174 high->setChecked(mglHighlight); v->addWidget(high); in PropDialog()
238 mglHighlight = high->isChecked(); in applyChanges()
H A Dudav_wnd.cpp55 bool mglHighlight = true; variable
489 settings.setValue("/highlight", mglHighlight); in writeSettings()
528 mglHighlight = settings.value("/highlight", true).toBool(); in readSettings()
H A Dplot_pnl.cpp46 extern bool mglHighlight;
93 if(!mglHighlight) pos = -1; in setCurPos()