Class ViewerSettingsPanel

Inheritance Relationships

Base Type

  • public QWidget

Class Documentation

class ViewerSettingsPanel : public QWidget

Public Functions

ViewerSettingsPanel(QWidget *parent = 0)
~ViewerSettingsPanel()

Public Slots

void setNumberOfScans(unsigned scans)
void setCurrentScan(unsigned scan)
void setResolution(double resolution)
void setTreeDepth(int depth)

Signals

void treeDepthChanged(int depth)
void addNextScans(unsigned scans)
void gotoFirstScan()