52 #ifndef __PCL_MultiViewSelectionDialog_h
53 #define __PCL_MultiViewSelectionDialog_h
103 return m_selectedViews;
113 return m_allowPreviews;
119 bool m_allowPreviews =
true;
134 void OptionClick(
Button& sender,
bool checked );
135 void ButtonClick(
Button& sender,
bool checked );
136 void ControlShow(
Control& sender );
Client-side interface to a PixInsight CheckBox control.
Client-side interface to a PixInsight Control object.
Client-side interface to a PixInsight modal dialog.
Client-side interface to a PixInsight horizontal sizer.
A simple dialog box to select a set of existing views.
~MultiViewSelectionDialog() override
MultiViewSelectionDialog(bool allowPreviews=true)
bool PreviewsAllowed() const
const Array< View > & Views() const
Client-side interface to a PixInsight TreeBox control.
Client-side interface to a PixInsight vertical sizer.