| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
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 40 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 27 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 32 of file qgsdataitemguiprovider.cpp.