aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/controller/GnuPGControllerDialog.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-22 11:51:04 +0000
committersaturneric <[email protected]>2024-11-22 11:51:04 +0000
commitd7575641e3aeb281a21df5720e7224c2b3e47997 (patch)
treebef0f7364f3760885c699a307aa3df8240ae753b /src/ui/dialog/controller/GnuPGControllerDialog.h
parentfeat: upgrade modules (diff)
downloadGpgFrontend-d7575641e3aeb281a21df5720e7224c2b3e47997.tar.gz
GpgFrontend-d7575641e3aeb281a21df5720e7224c2b3e47997.zip
feat: add more operations on key db items
Diffstat (limited to 'src/ui/dialog/controller/GnuPGControllerDialog.h')
-rw-r--r--src/ui/dialog/controller/GnuPGControllerDialog.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ui/dialog/controller/GnuPGControllerDialog.h b/src/ui/dialog/controller/GnuPGControllerDialog.h
index 4a81e917..8d53dca6 100644
--- a/src/ui/dialog/controller/GnuPGControllerDialog.h
+++ b/src/ui/dialog/controller/GnuPGControllerDialog.h
@@ -100,6 +100,30 @@ class GnuPGControllerDialog : public GeneralDialog {
*/
void slot_open_key_database();
+ /**
+ * @brief
+ *
+ */
+ void slot_move_up_key_database();
+
+ /**
+ * @brief
+ *
+ */
+ void slot_move_down_key_database();
+
+ /**
+ * @brief
+ *
+ */
+ void slot_move_to_top_key_database();
+
+ /**
+ * @brief
+ *
+ */
+ void slot_edit_key_database();
+
private:
std::shared_ptr<Ui_GnuPGControllerDialog> ui_; ///<
int restart_mode_{0}; ///<