FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void UIConnector::nextSlicePlease
(
)
slot
Definition at line
1218
of file
RawEventsViewer.cc
.
1219
{
1220
if
(playEventsRadio->isChecked ())
1221
GLWindow->eventStepping(
true
);
1222
else
1223
if
(playPixelsRadio->isChecked())
1224
GLWindow->setCurrentPixel((GLWindow->getCurrentPixel()+1)%1440);
1225
else
1226
GLWindow->nextSlice();
1227
}
UIConnector
Generated on Sun Sep 18 2016 20:51:04 for FACT++ by
1.8.11