21 #ifndef COLLAPSIBLEWIDGET_H 22 #define COLLAPSIBLEWIDGET_H 39 void mousePressEvent(QMouseEvent* event);
40 void paintEvent(QPaintEvent *event);
42 void select(
bool,
bool);
50 void setContents(QWidget* c);
51 void setText(
const QString &);
62 QPushButton* collapse_button;
64 QHBoxLayout* title_bar_layout;
65 void set_button_icon(
bool open);
68 void deselect_others(QWidget*);
69 void visibleChanged();
72 void on_enabled_change(
bool b);
73 void on_visible_change();
76 void header_click(
bool s,
bool deselect);
79 #endif // COLLAPSIBLEWIDGET_H
Definition: checkboxex.h:26