summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/tdefilereplaceview.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-06-20 22:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-06-20 22:42:20 +0900
commit281f1ab591a1321cfd700f5a8e54da3541498a52 (patch)
tree23a2ef6303d682baf33a361b89c7bed02d846bed /tdefilereplace/tdefilereplaceview.h
parentbfd50121e0bef4cf7b856cd646062c9b93e7fe40 (diff)
downloadtdeutils-281f1ab591a1321cfd700f5a8e54da3541498a52.tar.gz
tdeutils-281f1ab591a1321cfd700f5a8e54da3541498a52.zip
tdefilereplace: fixed up interaction between tdefilereplacepart and
tdefilereplaceview, which was causing some odd issues with GUI updates at some times. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefilereplace/tdefilereplaceview.h')
-rw-r--r--tdefilereplace/tdefilereplaceview.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/tdefilereplace/tdefilereplaceview.h b/tdefilereplace/tdefilereplaceview.h
index 9a4721f..b97b5af 100644
--- a/tdefilereplace/tdefilereplaceview.h
+++ b/tdefilereplace/tdefilereplaceview.h
@@ -73,7 +73,6 @@ class TDEFileReplaceView : public TDEFileReplaceViewWdg
void updateOptions(RCOptions* info) { m_option = info; }
void loadMap(KeyValueMap extMap){ loadMapIntoView(extMap); }
KeyValueMap getStringsViewMap()const { return m_option->m_mapStringsView;}
- void setCurrentStringsViewMap(){ setMap(); }
//void emitSearchingOnlyMode(bool b) { emit searchingOnlyMode(b); }
public slots:
@@ -95,6 +94,8 @@ class TDEFileReplaceView : public TDEFileReplaceViewWdg
void slotStringsEmpty();
void slotStringsEdit();
void slotStringsSave();
+ void slotStringsInvertCur();
+ void slotStringsInvertAll();
private:
void initGUI();
@@ -102,13 +103,13 @@ class TDEFileReplaceView : public TDEFileReplaceViewWdg
void raiseResultsView();
coord extractWordCoordinates(TQListViewItem* lvi);
void expand(TQListViewItem *lviCurrent, bool b);
- void setMap();
+ void updateStringMap();
void loadMapIntoView(KeyValueMap map);
void whatsThis();
- /*signals:
- void resetActions();
- void searchingOnlyMode(bool);*/
+ signals:
+ void updateGUI();
+ // void searchingOnlyMode(bool);
private:
TDEPopupMenu *m_menuResult;