17 #ifndef QGSDETAILEDITEMDATA_H 18 #define QGSDETAILEDITEMDATA_H 34 void setTitle(
const QString theTitle );
35 void setDetail(
const QString theDetail );
36 void setCategory(
const QString theCategory );
37 void setIcon(
const QPixmap theIcon );
38 void setCheckable(
const bool theFlag );
39 void setChecked(
const bool theFlag );
40 void setEnabled(
bool theFlag );
47 void setRenderAsWidget(
bool theFlag );
49 QString title()
const;
50 QString detail()
const;
51 QString category()
const;
53 bool isCheckable()
const;
54 bool isChecked()
const;
55 bool isEnabled()
const;
56 bool isRenderedAsWidget()
const;
67 bool mRenderAsWidgetFlag;
73 #endif //QGSDETAILEDITEMDATA_H This class is the data only representation of a QgsDetailedItemWidget, designed to be used in custom ...
Q_DECLARE_METATYPE(QgsExpression::Interval)