merge with master
[apps/osp/Internet.git] / inc / IntTypes.h
index 403cc14..9dd1923 100644 (file)
@@ -1,66 +1,66 @@
-//
-
-// Copyright (c) 2012 Samsung Electronics Co., Ltd.
-//
-// Licensed under the Flora License, Version 1.0 (the License);
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://floralicense.org/license/
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an AS IS BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-
-//!Internet
-/*@file: IntTypes.h
- *@brief: This is the header file for TableType
- */
-#ifndef _INT_TYPES_H
-#define _INT_TYPES_H
-
-#include <FGraphics.h>
-
-static const int NB_DB_PRIMARY_KEY = -1;
-static const int MAX_NB_DB_ID_LEN = 100;
-static const int MAX_NB_DB_TITLE_LEN = 100000;
-static const int MAX_NB_DB_CONTENT_LEN = 100000;
-
-static const int MAX_NOTE_TABLE_COLUMN = 10;
-static const int MAX_NOTEBOOK_TABLE_COLUMN = 8;
-
-static const int IDA_BUTTON_NO = 1000;
-static const int IDA_BUTTON_YES = 1001;
-
-static const unsigned int CUSTOM_COLOR_GREY = Tizen::Graphics::Color32<124,124,124>::Value;
-static const unsigned int CUSTOM_COLOR_TRANSPARENT = Tizen::Graphics::Color32<0,0,0>::Value;
-static const unsigned int CUSTOM_BACKGROUND_COLOR_LISTVIEW = Tizen::Graphics::Color32<236,240,242>::Value;
-static const unsigned int CUSTOM_BACKGROUND_COLOR_LISTVIEW_PRESSED_HIGHLIGHTED = Tizen::Graphics::Color32<42, 137, 194>::Value;
-static const unsigned int CUSTOM_COLOR_LISTVIEW_TEXT = Tizen::Graphics::Color32<249,249,249>::Value;
-static const unsigned int CUSTOM_COLOR_BROWN = Tizen::Graphics::Color32<32, 32, 32>::Value;
-static const unsigned int CUSTOM_COLOR_INFO_LABEL = Tizen::Graphics::Color32<68, 68, 68>::Value;
-static const unsigned int CUSTOM_BACKGROUND_COLOR_PREVIEW_PANEL = Tizen::Graphics::Color32<81,81,81>::Value;
-static const unsigned int CUSTOM_BACKGROUND_COLOR_PREVIEW_PANEL_INACTIVE = Tizen::Graphics::Color32<0,0,0,20>::Value;
-static const unsigned int CUSTOM_COLOR_PREVIEW_PANEL_PRESSED_RECTANGLE = Tizen::Graphics::Color32<7,180,211>::Value;
-static const unsigned int CUSTOM_COLOR_LISTVIEW_TEXT2 = Tizen::Graphics::Color32<70,70,70>::Value;
-static const unsigned int CUSTOM_COLOR_SETTINGS_TEXT = Tizen::Graphics::Color32<128, 128, 128>::Value;
-static const unsigned int CUSTOM_COLOR_SETTINGS_LISTITEM_BACKGROUND = Tizen::Graphics::Color32<248, 246, 239>::Value;
-static const unsigned int CUSTOM_COLOR_SETTINGS_LISTITEM_RADIO_BACKGROUND = Tizen::Graphics::Color32<220, 218, 211>::Value;
-static const unsigned int CUSTOM_COLOR_SETTINGS_GROUPTITLE = Tizen::Graphics::Color32<59, 115, 182>::Value;
-
-enum BrowserDbTableTypes
-{
-       DB_TYPE_INVALID = -1,
-       DB_TYPE_BOOKMARKURLS,
-       DB_TYPE_BOOKMARKFOLDERS,
-       DB_TYPE_HISTORYDATA,
-       DB_TYPE_FAVICON,
-       DB_TYPE_MAX
-};
-
-
-#endif // _INT_TYPES_H
-
+//\r
+\r
+// Copyright (c) 2012 Samsung Electronics Co., Ltd.\r
+//\r
+// Licensed under the Flora License, Version 1.0 (the License);\r
+// you may not use this file except in compliance with the License.\r
+// You may obtain a copy of the License at\r
+//\r
+//     http://floralicense.org/license/\r
+//\r
+// Unless required by applicable law or agreed to in writing, software\r
+// distributed under the License is distributed on an AS IS BASIS,\r
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+// See the License for the specific language governing permissions and\r
+// limitations under the License.\r
+//\r
+\r
+//!Internet\r
+/*@file: IntTypes.h\r
+ *@brief: This is the header file for TableType\r
+ */\r
+#ifndef _INT_TYPES_H\r
+#define _INT_TYPES_H\r
+\r
+#include <FGraphics.h>\r
+\r
+static const int NB_DB_PRIMARY_KEY = -1;\r
+static const int MAX_NB_DB_ID_LEN = 100;\r
+static const int MAX_NB_DB_TITLE_LEN = 100000;\r
+static const int MAX_NB_DB_CONTENT_LEN = 100000;\r
+\r
+static const int MAX_NOTE_TABLE_COLUMN = 15;\r
+static const int MAX_NOTEBOOK_TABLE_COLUMN = 8;\r
+\r
+static const int IDA_BUTTON_NO = 1000;\r
+static const int IDA_BUTTON_YES = 1001;\r
+\r
+static const unsigned int CUSTOM_COLOR_GREY = Tizen::Graphics::Color32<124,124,124>::Value;\r
+static const unsigned int CUSTOM_COLOR_TRANSPARENT = Tizen::Graphics::Color32<0,0,0>::Value;\r
+static const unsigned int CUSTOM_BACKGROUND_COLOR_LISTVIEW = Tizen::Graphics::Color32<236,240,242>::Value;\r
+static const unsigned int CUSTOM_BACKGROUND_COLOR_LISTVIEW_PRESSED_HIGHLIGHTED = Tizen::Graphics::Color32<42, 137, 194>::Value;\r
+static const unsigned int CUSTOM_COLOR_LISTVIEW_TEXT = Tizen::Graphics::Color32<249,249,249>::Value;\r
+static const unsigned int CUSTOM_COLOR_BROWN = Tizen::Graphics::Color32<32, 32, 32>::Value;\r
+static const unsigned int CUSTOM_COLOR_INFO_LABEL = Tizen::Graphics::Color32<68, 68, 68>::Value;\r
+static const unsigned int CUSTOM_BACKGROUND_COLOR_PREVIEW_PANEL = Tizen::Graphics::Color32<81,81,81>::Value;\r
+static const unsigned int CUSTOM_BACKGROUND_COLOR_PREVIEW_PANEL_INACTIVE = Tizen::Graphics::Color32<0,0,0,20>::Value;\r
+static const unsigned int CUSTOM_COLOR_PREVIEW_PANEL_PRESSED_RECTANGLE = Tizen::Graphics::Color32<7,180,211>::Value;\r
+static const unsigned int CUSTOM_COLOR_LISTVIEW_TEXT2 = Tizen::Graphics::Color32<70,70,70>::Value;\r
+static const unsigned int CUSTOM_COLOR_SETTINGS_TEXT = Tizen::Graphics::Color32<128, 128, 128>::Value;\r
+static const unsigned int CUSTOM_COLOR_SETTINGS_LISTITEM_BACKGROUND = Tizen::Graphics::Color32<248, 246, 239>::Value;\r
+static const unsigned int CUSTOM_COLOR_SETTINGS_LISTITEM_RADIO_BACKGROUND = Tizen::Graphics::Color32<220, 218, 211>::Value;\r
+static const unsigned int CUSTOM_COLOR_SETTINGS_GROUPTITLE = Tizen::Graphics::Color32<59, 115, 182>::Value;\r
+\r
+enum BrowserDbTableTypes\r
+{\r
+       DB_TYPE_INVALID = -1,\r
+       DB_TYPE_BOOKMARKURLS,\r
+       //DB_TYPE_BOOKMARKFOLDERS,\r
+       DB_TYPE_HISTORYDATA,\r
+       DB_TYPE_FAVICON,\r
+       DB_TYPE_MAX\r
+};\r
+\r
+\r
+#endif // _INT_TYPES_H\r
+\r