30  mHistoryWidget = widget;
 
 
   35  return mHistoryWidget;
 
 
void setHistoryWidget(QgsHistoryWidget *widget)
Sets the parent history widget.
 
void setMessageBar(QgsMessageBar *bar)
Sets the message bar associated with the widget.
 
QgsMessageBar * messageBar() const
Returns the message bar associated with the widget.
 
QgsHistoryWidget * historyWidget() const
Returns the parent history widget.
 
A widget showing entries from a QgsHistoryProviderRegistry.
 
A bar for displaying non-blocking messages to the user.