• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

ap_QtStockIcons.h

Go to the documentation of this file.
00001 /* -*- mode: C++; tab-width: 4; c-basic-offset: 4; -*- */
00002 
00003 /*
00004  * Copyright (C) 2013 Serhat Kiyak <serhatkiyak91@gmail.com>
00005  *
00006  * This program is free software; you can redistribute it and/or
00007  * modify it under the terms of the GNU General Public License
00008  * as published by the Free Software Foundation; either version 2
00009  * of the License, or (at your option) any later version.
00010  *
00011  * This program is distributed in the hope that it will be useful,
00012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  * GNU General Public License for more details.
00015  *
00016  * You should have received a copy of the GNU General Public License
00017  * along with this program; if not, write to the Free Software
00018  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00019  * 02110-1301 USA.
00020  */
00021 
00022 #ifndef AP_QTSTOCKICONS_H
00023 #define AP_QTSTOCKICONS_H
00024 
00025 #include <QPixmap>
00026 
00027 #include "xap_Types.h"
00028 
00029 #define ABIWORD_STOCK_PREFIX            "abiword"
00030 
00031 #define ABIWORD_FILE_NEW            "abiword-file-new"
00032 #define ABIWORD_FILE_OPEN           "abiword-file-open"
00033 #define ABIWORD_FILE_SAVE           "abiword-file-save"
00034 #define ABIWORD_FILE_SAVEAS         "abiword-file-saveas"
00035 #define ABIWORD_FILE_REVERT         "abiword-file-revert"       
00036 #define ABIWORD_FILE_PRINT          "abiword-file-print"
00037 #define ABIWORD_FILE_PRINT_PREVIEW      "abiword-file-print-preview"
00038 #define ABIWORD_FILE_PROPERTIES     "abiword-file-properties"
00039 #define ABIWORD_FILE_CLOSE          "abiword-file-close"
00040 #define ABIWORD_FILE_EXIT           "abiword-file-exit"     
00041 
00042 #define ABIWORD_SPELLCHECK          "abiword-spellcheck"
00043 
00044 #define ABIWORD_EDIT_CUT            "abiword-edit-cut"
00045 #define ABIWORD_EDIT_COPY           "abiword-edit-copy"
00046 #define ABIWORD_EDIT_PASTE          "abiword-edit-paste"
00047 #define ABIWORD_FMTPAINTER          "abiword-fmtpainter"
00048 #define ABIWORD_EDIT_UNDO           "abiword-edit-undo"
00049 #define ABIWORD_EDIT_REDO           "abiword-edit-redo"
00050 #define ABIWORD_EDIT_CLEAR          "abiword-edit-clear"        
00051 #define ABIWORD_EDIT_FIND           "abiword-edit-find"         
00052 #define ABIWORD_EDIT_REPLACE            "abiword-edit-replace"      
00053 #define ABIWORD_EDIT_GOTO           "abiword-edit-goto"         
00054 #define ABIWORD_TOOLS_OPTIONS           "abiword-tools-options"     
00055 
00056 #define ABIWORD_1COLUMN         "abiword-1column"
00057 #define ABIWORD_2COLUMN         "abiword-2column"
00058 #define ABIWORD_3COLUMN         "abiword-3column"
00059 
00060 #define ABIWORD_IMG             "abiword-img"
00061 #define ABIWORD_VIEW_SHOWPARA           "abiword-view-showpara"
00062 #define ABIWORD_HELP                "abiword-help"
00063 #define ABIWORD_HELP_ABOUT          "abiword-help-about"    
00064 #define ABIWORD_FMT_FONT            "abiword-fmt-font"
00065 #define ABIWORD_FMT_BOLD            "abiword-fmt-bold"
00066 #define ABIWORD_FMT_ITALIC          "abiword-fmt-italic"
00067 #define ABIWORD_FMT_UNDERLINE           "abiword-fmt-underline"
00068 
00069 #define ABIWORD_ALIGN_LEFT          "abiword-align-left"
00070 #define ABIWORD_ALIGN_CENTER            "abiword-align-center"
00071 #define ABIWORD_ALIGN_RIGHT         "abiword-align-right"
00072 #define ABIWORD_ALIGN_JUSTIFY           "abiword-align-justify"
00073 
00074 #define ABIWORD_LISTS_NUMBERS           "abiword-lists-numbers"
00075 #define ABIWORD_LISTS_BULLETS           "abiword-lists-bullets"
00076 
00077 #define ABIWORD_UNINDENT            "abiword-unindent"
00078 #define ABIWORD_INDENT              "abiword-indent"
00079 
00080 #define ABIWORD_COLOR_BACK          "abiword-color_back"
00081 #define ABIWORD_COLOR_FORE          "abiword-color_fore"
00082 
00083 #define ABIWORD_INSERT_TABLE            "abiword-insert-table"
00084 #define ABIWORD_ADD_ROW         "abiword-add-row"
00085 #define ABIWORD_ADD_COLUMN          "abiword-add-column"
00086 #define ABIWORD_DELETE_ROW          "abiword-delete-row"
00087 #define ABIWORD_DELETE_COLUMN           "abiword-delete-column"
00088 #define ABIWORD_MERGE_CELLS         "abiword-merge-cells"
00089 #define ABIWORD_SPLIT_CELLS         "abiword-split-cells"
00090 
00091 #define ABIWORD_FMT_HYPERLINK           "abiword-fmt-hyperlink"
00092 #define ABIWORD_FMT_BOOKMARK            "abiword-fmt-bookmark"
00093 #define ABIWORD_FMT_OVERLINE            "abiword-fmt-overline"
00094 #define ABIWORD_FMT_STRIKE          "abiword-fmt-strike"
00095 #define ABIWORD_FMT_SUPERSCRIPT     "abiword-fmt-superscript"
00096 #define ABIWORD_FMT_SUBSCRIPT           "abiword-fmt-subscript"
00097 
00098 #define ABIWORD_INSERT_SYMBOL           "abiword-insert-symbol"
00099 #define ABIWORD_SCRIPT_PLAY         "abiword-script-play"
00100 
00101 #define ABIWORD_PARA_0BEFORE            "abiword-para-0before"
00102 #define ABIWORD_PARA_12BEFORE           "abiword-para-12before"
00103 
00104 #define ABIWORD_SINGLE_SPACE            "abiword-single-space"
00105 #define ABIWORD_MIDDLE_SPACE            "abiword-middle-space"
00106 #define ABIWORD_DOUBLE_SPACE            "abiword-double-space"
00107 
00108 #define ABIWORD_FMT_DIR_OVERRIDE_LTR        "abiword-fmt-dir-override-ltr"
00109 #define ABIWORD_FMT_DIR_OVERRIDE_RTL        "abiword-fmt-dir-override-rtl"
00110 #define ABIWORD_FMT_DOM_DIRECTION       "abiword-fmt-dom-direction"
00111 
00112 #define ABIWORD_EDIT_HEADER         "abiword-edit-header"
00113 #define ABIWORD_EDIT_FOOTER         "abiword-edit-footer"
00114 #define ABIWORD_EDIT_REMOVEHEADER       "abiword-edit-removeheader"
00115 #define ABIWORD_EDIT_REMOVEFOOTER       "abiword-edit-removefooter"
00116 
00117 #define ABIWORD_FMT_CHOOSE          "abiword-fmt-choose"
00118 #define ABIWORD_VIEW_FULL_SCREEN        "abiword-view-full-screen"
00119 
00120 #define ABIWORD_REVISIONS_NEW           "abiword-revisions-new"
00121 #define ABIWORD_REVISIONS_SELECT        "abiword-revisions-select"
00122 #define ABIWORD_REVISIONS_SHOW_FINAL        "abiword-revisions-show-final"
00123 #define ABIWORD_REVISIONS_FIND_PREV     "abiword-revisions-find-prev"
00124 #define ABIWORD_REVISIONS_FIND_NEXT     "abiword-revisions-find-next"
00125 
00126 #define ABIWORD_SEMITEM_THIS            "abiword-semitem-this"
00127 #define ABIWORD_SEMITEM_NEXT            "abiword-semitem-next"
00128 #define ABIWORD_SEMITEM_PREV            "abiword-semitem-prev"
00129 #define ABIWORD_SEMITEM_EDIT            "abiword-semitem-edit"
00130 #define ABIWORD_SEMITEM_STYLESHEET_APPLY    "abiword-semitem-stylesheet-apply"
00131 
00132 QPixmap                 abi_pixmap_from_toolbar_id (const char *toolbar_id);
00133 
00134 #endif /* AP_QTSTOCKICONS_H */

Generated on Sun Feb 14 2021 for AbiWord by  doxygen 1.7.1