4 #ifndef pqHighlightablePushButton_h 5 #define pqHighlightablePushButton_h 9 #include <QScopedPointer> 18 typedef QPushButton Superclass;
30 void highlight(
bool clear =
false);
31 void clear() { this->highlight(
true); }
36 const QScopedPointer<pqInternals> Internals;