72 return QFileInfo( mRamp.schemeName() ).baseName() + mRamp.variantName();
78 bool saveAsGradientRamp()
const;
84 QDialogButtonBox *buttonBox()
const;
86 bool eventFilter( QObject *obj, QEvent *event )
override;
94 void populateVariants();
96 void mTreeView_clicked(
const QModelIndex & );
97 void mListWidget_itemClicked( QListWidgetItem *item );
98 void mListWidget_itemSelectionChanged();
99 void tabBar_currentChanged(
int index );
100 void pbtnLicenseDetails_pressed();
101 void cboVariantName_currentIndexChanged(
int index );
108 void updatePreview(
bool clear =
false );
109 void clearCopyingInfo();
110 void updateCopyingInfo(
const QMap<QString, QString> ©ingMap );
126 TreeFilterProxyModel *mTreeFilter =
nullptr;
127 QVector<QgsCptCityColorRampItem *> mListRamps;