Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dstyle_manager.cpp283 helixObjects.isOn = strandObjects.isOn = true; in SetRenderingStyle()
284 helixObjects.style = strandObjects.style = eWithArrows; in SetRenderingStyle()
296 helixObjects.isOn = strandObjects.isOn = false; in SetRenderingStyle()
297 helixObjects.style = strandObjects.style = eWithArrows; in SetRenderingStyle()
309 helixObjects.isOn = strandObjects.isOn = false; in SetRenderingStyle()
310 helixObjects.style = strandObjects.style = eWithArrows; in SetRenderingStyle()
322 helixObjects.isOn = strandObjects.isOn = false; in SetRenderingStyle()
323 helixObjects.style = strandObjects.style = eWithArrows; in SetRenderingStyle()
335 helixObjects.isOn = strandObjects.isOn = false; in SetRenderingStyle()
336 helixObjects.style = strandObjects.style = eWithArrows; in SetRenderingStyle()
[all …]
H A Dstyle_manager.hpp162 helixObjects, strandObjects; member in StyleSettings
H A Dstyle_dialog.cpp349 GetGeneralStyle(&(settings->strandObjects), in GetValues()
502 SetGeneralStyle(settings.strandObjects, in SetControls()