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