52 #ifndef __PCL_GroupBox_h
53 #define __PCL_GroupBox_h
57 #ifndef __PCL_BUILDING_PIXINSIGHT_APPLICATION
112 EnableTitleCheckBox( !disable );
156 EventHandlers() =
default;
157 EventHandlers(
const EventHandlers& ) =
default;
158 EventHandlers& operator =(
const EventHandlers& ) =
default;
163 friend class GroupBoxEventDispatcher;
Client-side interface to a PixInsight Control object.
Client-side interface to a PixInsight GroupBox control.
void SetTitle(const String &)
void OnCheck(check_event_handler, Control &)
GroupBox(const String &title=String(), Control &parent=Control::Null())
void(Control::*)(GroupBox &sender, bool checked) check_event_handler
void SetChecked(bool=true)
void EnableTitleCheckBox(bool=true)
bool HasTitleCheckBox() const
void DisableTitleCheckBox(bool disable=true)