/* This file is part of SGI Format, a File Format plugin for Adobe Photoshop Copyright (C) 2003-2010 Toby Thain, toby@telegraphics.com.au This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #define MSWindows 0 #include "PIActions.h" #include "PITerminology.h" #include "ui_defs.h" #include "version.h" //------------------------------------------------------------------------------- // Dictionary (scripting) resource //------------------------------------------------------------------------------- resource 'aete' (AETE_ID, plugInName " scripting dictionary", purgeable) { 1, 0, english, roman, /* aete major/minor version, language & script codes */ { vendorName, /* vendor suite name */ "", /* optional description */ plugInSuiteID, /* suite ID */ 1, /* suite level, must be 1 */ 1, /* suite version, must be 1 */ { }, /* Events (Filter/Color Picker/Selection) */ { /* Classes (import/export/format) */ vendorName " " plugInName, // class name (plugin name), must be unique plugInClassID, // class ID, must be unique 4-char code or suite ID "SGI/Irix RGB file format", // optional description of plug-in { /* properties below. First property defines inheritance. */ "", // required keyInherits, // required classFormat, // parent class: Format, Import, or Export "", flagsSingleProperty, /* plugin-specific properties */ "RLE compression", // name of property KEY_RLE, // property ID typeBoolean, // property class (type) ID "", // optional description flagsSingleProperty, // property flags }, { }, /* elements. Not supported for plug-ins. */ /* class descriptions for other classes used as parameters or properties */ }, { }, /* ComparisonOps (not supported) */ { } /* Enumerations */ } };