17 #ifndef QGSDETAILEDITEMDATA_H    18 #define QGSDETAILEDITEMDATA_H    33     void setTitle( 
const QString& theTitle );
    34     void setDetail( 
const QString& theDetail );
    35     void setCategory( 
const QString& theCategory );
    36     void setIcon( 
const QPixmap& theIcon );
    37     void setCheckable( 
const bool theFlag );
    38     void setChecked( 
const bool theFlag );
    39     void setEnabled( 
bool theFlag );
    46     void setRenderAsWidget( 
bool theFlag );
    52     bool isCheckable() 
const;
    53     bool isChecked() 
const;
    54     bool isEnabled() 
const;
    55     bool isRenderedAsWidget() 
const;
    66     bool mRenderAsWidgetFlag;
    72 #endif //QGSDETAILEDITEMDATA_H This class is the data only representation of a QgsDetailedItemWidget, designed to be used in custom ...
Q_DECLARE_METATYPE(QgsMimeDataUtils::UriList)