1 #ifndef INCLUDE_ROLLUPWIDGET_H 2 #define INCLUDE_ROLLUPWIDGET_H 12 void setTitleColor(
const QColor& c);
13 void setHighlighted(
bool highlighted);
16 void widgetRolled(QWidget* widget,
bool rollDown);
27 ContextMenuStreamSettings
38 QByteArray saveState(
int version = 0)
const;
39 bool restoreState(
const QByteArray& state,
int version = 0);
41 void paintEvent(QPaintEvent*);
42 int paintRollup(QWidget* rollup,
int pos, QPainter* p,
bool last,
const QColor& frame);
44 void resizeEvent(QResizeEvent* size);
45 void mousePressEvent(QMouseEvent* event);
47 bool event(QEvent* event);
48 bool eventFilter(QObject*
object, QEvent* event);
51 void setStreamIndicator(
const QString& indicator);
54 #endif // INCLUDE_ROLLUPWIDGET_H