52 #ifndef __PCL_ViewSelectionDialog_h
53 #define __PCL_ViewSelectionDialog_h
120 return m_allowPreviews;
126 bool m_allowPreviews =
true;
137 void OptionClick(
Button& sender,
bool checked );
138 void ButtonClick(
Button& sender,
bool checked );
139 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.
Eight-bit string (ISO/IEC-8859-1 or UTF-8 string)
Client-side interface to a PixInsight vertical sizer.
Client-side interface to a PixInsight ViewList object.
A simple dialog box to select an existing view.
bool PreviewsAllowed() const
ViewSelectionDialog(const IsoString &id=IsoString(), bool allowPreviews=true)
~ViewSelectionDialog() override
High-level interface to a PixInsight view object.