Home
last modified time | relevance | path

Searched refs:skgraph2 (Results 1 – 4 of 4) sorted by relevance

/dports/games/eboard/eboard-1.1.3/
H A Dproto_fics.cc244 if (global.IcsSeekGraph && global.skgraph2) in finalize()
245 global.skgraph2->clear(); in finalize()
400 global.skgraph2->clear(); in parser3()
1386 if ((global.IcsSeekGraph)&&(global.skgraph2)) in parseStyle12()
1387 global.skgraph2->clear(); in parseStyle12()
1619 global.skgraph2->clear(); in refreshSeeks()
1880 if (global.skgraph2==NULL) { in ensureSeekGraph()
1881 global.skgraph2=new SeekGraph2(); in ensureSeekGraph()
1882 global.skgraph2->show(); in ensureSeekGraph()
1944 global.skgraph2->add(ad); in seekAdd()
[all …]
H A Ddlg_prefs.cc736 if (changed && global.IcsSeekGraph==0 && global.skgraph2 != NULL) { in Apply()
737 global.skgraph2->clear(); in Apply()
740 if (schg && global.skgraph2!=NULL) { in Apply()
741 global.skgraph2->updateFont(); in Apply()
742 global.skgraph2->repaint(); in Apply()
H A Dglobal.h296 SeekGraph2 *skgraph2; variable
H A Dglobal.cc123 skgraph2=0; in Global()