74 return QFileInfo( mRamp.schemeName() ).baseName() + mRamp.variantName();
80 bool saveAsGradientRamp()
const;
86 QDialogButtonBox *buttonBox()
const;
88 bool eventFilter( QObject *obj, QEvent *event )
override;
96 void populateVariants();
98 void mTreeView_clicked(
const QModelIndex & );
99 void mListWidget_itemClicked( QListWidgetItem *item );
100 void mListWidget_itemSelectionChanged();
101 void tabBar_currentChanged(
int index );
102 void pbtnLicenseDetails_pressed();
103 void cboVariantName_currentIndexChanged(
int index );
111 void updatePreview(
bool clear =
false );
112 void clearCopyingInfo();
113 void updateCopyingInfo(
const QMap< QString, QString > ©ingMap );
129 TreeFilterProxyModel *mTreeFilter =
nullptr;
130 QVector<QgsCptCityColorRampItem *> mListRamps;