00001 /* 00002 * File Name: plugin_inc.h 00003 */ 00004 00005 /* 00006 * This file is part of uds-plugin-common. 00007 * 00008 * uds-plugin-common is free software: you can redistribute it and/or modify 00009 * it under the terms of the GNU General Public License as published by 00010 * the Free Software Foundation, either version 2 of the License, or 00011 * (at your option) any later version. 00012 * 00013 * uds-plugin-common is distributed in the hope that it will be useful, 00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00016 * GNU General Public License for more details. 00017 * 00018 * You should have received a copy of the GNU General Public License 00019 * along with this program. If not, see <http://www.gnu.org/licenses/>. 00020 */ 00021 00022 /** 00023 * Copyright (C) 2008 iRex Technologies B.V. 00024 * All rights reserved. 00025 */ 00026 00027 #ifndef PLUGIN_INC_H_ 00028 #define PLUGIN_INC_H_ 00029 00030 #include "plugin_clone.h" 00031 #include "plugin_config.h" 00032 #include "plugin_event.h" 00033 #include "plugin_library.h" 00034 #include "plugin_document.h" 00035 #include "plugin_doc_attributes.h" 00036 #include "plugin_doc_navigator.h" 00037 #include "plugin_doc_hyperlink.h" 00038 #include "plugin_doc_dictionary.h" 00039 #include "plugin_doc_marker.h" 00040 #include "plugin_doc_search.h" 00041 #include "plugin_view.h" 00042 #include "plugin_view_settings.h" 00043 #include "plugin_font.h" 00044 #include "plugin_render.h" 00045 #include "plugin_render_settings.h" 00046 #include "plugin_zoom.h" 00047 #include "plugin_rotation.h" 00048 #include "plugin_render_result.h" 00049 #include "plugin_search_criteria.h" 00050 #include "plugin_collection.h" 00051 #include "plugin_export.h" 00052 #include "plugin_unknown.h" 00053 #include "plugin_error.h" 00054 00055 #endif 00056