17 #ifndef QGSMESSAGEBAR_H    18 #define QGSMESSAGEBAR_H   145     void pushCritical( 
const QString& title, 
const QString& message );
   166     void updateItemCount();
   169     void updateCountdown();
   170     void resetCountdown();
 
A bar for displaying non-blocking messages to the user. 
 
void pushMessage(const QString &text, MessageLevel level=INFO, int duration=5)
convenience method for pushing a message to the bar 
 
QgsMessageBarItem * currentItem()