summaryrefslogtreecommitdiff
path: root/src/rekonq_defines.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-07-31 18:15:08 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:04 +0100
commitf53c040991f8b84fba1c6ce72087408f06df6a7c (patch)
tree8072afc4fde8236894504684d9ed46cef9042ca1 /src/rekonq_defines.h
parentdetach tab action restored :) (diff)
downloadrekonq-f53c040991f8b84fba1c6ce72087408f06df6a7c.tar.xz
Bookmark Manager restore
Diffstat (limited to 'src/rekonq_defines.h')
-rw-r--r--src/rekonq_defines.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/rekonq_defines.h b/src/rekonq_defines.h
index c0560a9c..c25d22d2 100644
--- a/src/rekonq_defines.h
+++ b/src/rekonq_defines.h
@@ -60,6 +60,40 @@
#endif //ASSERT_NOT_REACHED
+// --------------------------------------------------------------------------------------
+// ENUMS
+
+
+namespace Rekonq
+{
+
+ /**
+ * @short Open link options
+ * Different modes of opening new tab
+ */
+ enum OpenType
+ {
+ CurrentTab, ///< open url in current tab
+ NewTab, ///< open url according to users settings
+ NewFocusedTab, ///< open url in new tab and focus it
+ NewBackGroundTab, ///< open url in new background tab
+ NewWindow ///< open url in new window
+ };
+
+ /**
+ * @short data to be synced
+ * Different data we can sync
+ */
+ enum SyncData
+ {
+ Bookmarks,
+ History,
+ Passwords
+ };
+
+}
+
+
// ----------------------------------------------------------------------------------------------------
// INCLUDES