Home
last modified time | relevance | path

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

/dports/comms/qsstv/qsstv/editor/
H A Deditorscene.h52 …enum doChange {DNOCHANGE = 0, DFILLCOLOR = 1, DLINECOLOR=2, DGRADIENT=4,DTEXT = 8,DFONT=16,DPEN=32… enumerator
H A Deditorview.cpp362 scene->apply(editorScene::DLINECOLOR); in slotButtonTriggered()
H A Deditorscene.cpp362 if(cf & DLINECOLOR) in apply()