11class CircleScanMethod;
16class CircleScanMethodViewer;
92 void enableOglScene(
bool flag);
94 Ui::CircleScanMethodViewer* ui;
100 unsigned _displayLists;
102 unsigned _dispListArea;
Dialog containing multiple property pages.
Definition qt/PropertySheetDialog.h:15
Template to make the sustain system call a class method regularly.
Definition Sustain.h:184
Definition CircleScanMethodViewer.h:20
void animate(int index, double frac)
Called by the method instance to handle cursor events.
void handleButtonMoveToClick()
Handles button 'Move To'.
void handleTrackBarChange()
Handles the trackbar for animation.
void handleButtonShowStartClick()
Handles button 'Show Start'.
~CircleScanMethodViewer() override
Virtual overridden destructor.
void setup()
Sets up the viewer with the current configuration.
CircleScanMethodViewer(CircleScanMethod *target, QWidget *parent)
Constructor.
std::ostream cout
Stream attached to captured buffer.
Definition CircleScanMethodViewer.h:112
void handleButtonSetGatesClick()
Handles button 'Set Gates'.
void setActiveTab(int index)
Activates the tab designated by the index.
void compileScene(bool init)
Compiles the 3D scene for this method.
bool sustain(const timespec &)
Sustain called by scan method sustain.
void drawScene()
Compiles the 3D scene for this method.
void addPropertyPages(PropertySheetDialog *sheet)
Adds property pages for viewer.
Definition CircleScanMethod.h:11
Definition ApplicationPropertyPage.h:7
Definition CircleScanMethod.h:5