FACT++  1.0
void FactGui::slot_CameraDoubleClick ( int  isw)
inlineprivatevirtual

Implements MainWindow.

Definition at line 3311 of file FactGui.h.

References PixelMapEntry::hw(), PixelMap::index(), and Dim::SendCommand().

3312  {
3313  fPixelIdx->setValue(isw);
3314 
3315  const PixelMapEntry &entry = fPixelMap.index(isw);
3316  Dim::SendCommand("FTM_CONTROL/TOGGLE_PIXEL", uint16_t(entry.hw()));
3317  }
bool SendCommand(const std::string &command)
Definition: Dim.h:26
PixelMap fPixelMap
Definition: FactGui.h:73
const PixelMapEntry & index(int idx) const
Definition: PixelMap.h:107
int hw() const
Definition: PixelMap.h:39

+ Here is the call graph for this function: