Home
last modified time | relevance | path

Searched refs:DFILLCOLOR (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.cpp358 scene->apply(editorScene::DFILLCOLOR); in slotButtonTriggered()
H A Deditorscene.cpp358 if(cf & DFILLCOLOR) in apply()