| 
    QGIS API Documentation
    3.6.0-Noosa (5873452)
    
   | 
 
Encapsulates the context in which a QgsDataItem is shown within the application GUI. More...
#include <qgsdataitemguiprovider.h>
Public Member Functions | |
| QgsDataItemGuiContext ()=default | |
| Constructor for QgsDataItemGuiContext.  More... | |
| QgsMessageBar * | messageBar () const | 
| Returns the associated message bar.  More... | |
| void | setMessageBar (QgsMessageBar *bar) | 
| Sets the associated message bar.  More... | |
Encapsulates the context in which a QgsDataItem is shown within the application GUI.
Definition at line 35 of file qgsdataitemguiprovider.h.
      
  | 
  default | 
Constructor for QgsDataItemGuiContext.
| QgsMessageBar * QgsDataItemGuiContext::messageBar | ( | ) | const | 
Returns the associated message bar.
This bar can be used to provide non-blocking feedback to users.
Definition at line 22 of file qgsdataitemguiprovider.cpp.
| void QgsDataItemGuiContext::setMessageBar | ( | QgsMessageBar * | bar | ) | 
Sets the associated message bar.
This bar can be used to provide non-blocking feedback to users.
Definition at line 27 of file qgsdataitemguiprovider.cpp.
 1.8.13