16#ifndef QGSLOADRASTERATTRIBUTETABLEDIALOG_H 
   17#define QGSLOADRASTERATTRIBUTETABLEDIALOG_H 
   22#include "ui_qgsloadrasterattributetabledialogbase.h" 
   61    void setOpenWhenDoneVisible( 
bool visible );
 
   66    bool openWhenDone( ) 
const;
 
   76    QString filePath( ) 
const;
 
   81    void accept() 
override;
 
   87    void notify( 
const QString &title, 
const QString &message, 
Qgis::MessageLevel level = Qgis::MessageLevel::Info );
 
MessageLevel
Level for messages This will be used both for message log and message bar in application.
 
The QgsLoadRasterAttributeTableDialog dialog let the user select a VAT.DBF file and associate the res...
 
A bar for displaying non-blocking messages to the user.
 
Represents a raster layer.