Home
last modified time | relevance | path

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

/dports/graphics/yacreader/yacreader-9.8.2/YACReader/
H A Dviewer.h68 void informationSwitch();
H A Dviewer.cpp209 QTimer::singleShot(0, this, &Viewer::informationSwitch); in prepareForOpening()
804 void Viewer::informationSwitch() in informationSwitch() function in Viewer
H A Dmain_window_viewer.cpp490 connect(showInfoAction, SIGNAL(triggered()), viewer, SLOT(informationSwitch())); in createActions()