diff --git a/OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp b/OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp index d722569935d..fab0c93b01e 100644 --- a/OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp +++ b/OMNotebook/NotebookParser/notebookgrammarTokenTypes.hpp @@ -1,192 +1,192 @@ -#ifndef INC_notebookgrammarTokenTypes_hpp_ -#define INC_notebookgrammarTokenTypes_hpp_ - -/* $ANTLR 2.7.7 (2006-11-01): "lexer.g" -> "notebookgrammarTokenTypes.hpp"$ */ - -#ifndef CUSTOM_API -# define CUSTOM_API -#endif - -#ifdef __cplusplus -struct CUSTOM_API notebookgrammarTokenTypes { -#endif - enum { - EOF_ = 1, - MODULENAME = 4, - LIST = 5, - LIST_SMALL = 6, - NOTEBOOK = 7, - CELL = 8, - TEXTDATA = 9, - CELLGROUPDATA = 10, - RULE = 11, - RULE_SMALL = 12, - RULEDELAYED = 13, - GRAYLEVEL = 14, - RGBCOLOR = 15, - FILENAME = 16, - STYLEBOX = 17, - STYLEDATA = 18, - BOXDATA = 19, - BUTTONBOX = 20, - FORMBOX = 21, - ROWBOX = 22, - GRIDBOX = 23, - TAGBOX = 24, - COUNTERBOX = 25, - ADJUSTMENTBOX = 26, - SUPERSCRBOX = 27, - SUBSCRBOX = 28, - SUBSUPERSCRIPTBOX = 29, - UNDERSCRIPTBOX = 30, - OVERSCRIPTBOX = 31, - UNDEROVERSCRIPTBOX = 32, - FRACTIONBOX = 33, - SQRTBOX = 34, - RADICALBOX = 35, - INTERPRETATIONBOX = 36, - ANNOTATION = 37, - EQUAL = 38, - DIAGRAM = 39, - ICON = 40, - POLYGON = 41, - ELLIPSE = 42, - LINE = 43, - DIREXTEDINFINITY = 44, - NOT_MATH_STARTMODELEDITOR = 45, - NOT_MATH_OLEDATE = 46, - FONTSLANT = 47, - FONTSIZE = 48, - FONTCOLOR = 49, - FONTWEIGHT = 50, - FONTFAMILY = 51, - FONTVARIATIONS = 52, - TEXTALIGNMENT = 53, - TEXTJUSTIFICATION = 54, - INITIALIZATIONCELL = 55, - FORMATTYPE_TOKEN = 56, - PAGEWIDTH = 57, - PAGEHEADERS = 58, - PAGEHEADERLINES = 59, - PAGEFOOTERS = 60, - PAGEFOOTERLINES = 61, - PAGEBREAKBELOW = 62, - PAGEBREAKWITHIN = 63, - BOXMARGINS = 64, - BOXBASELINESHIFT = 65, - LINESPACING = 66, - HYPHENATION = 67, - ACTIVE_TOKEN = 68, - VISIBLE_TOKEN = 69, - EVALUATABLE = 70, - BUTTONFUNCTION = 71, - BUTTONDATA = 72, - BUTTONEVALUATOR = 73, - BUTTONSTYLE = 74, - CHARACHTERENCODING = 75, - SHOWSTRINGCHARACTERS = 76, - SCREENRECTANGLE = 77, - AUTOGENERATEDPACKAGE = 78, - AUTOITALICWORDS = 79, - INPUTAUTOREPLACEMENTS = 80, - SCRIPTMINSIZE = 81, - STYLEMEMULISTING = 82, - COUNTERINCREMENTS = 83, - COUNTERASSIGNMENTS = 84, - PRIVATEEVALOPTIONS = 85, - GROUPPAGEBREAKWITHIN = 86, - DEFAULTFORMATTYPE = 87, - NUMBERMARKS = 88, - LINEBREAKADJUSTMENTS = 89, - VISIOLINEFORMAT = 90, - VISIOFILLFORMAT = 91, - EXTENT = 92, - NAMEPOSITION = 93, - CELLTAGS = 94, - CELLFRAME = 95, - CELLFRAMECOLOR = 96, - CELLFRAMELABELS = 97, - CELLFRAMEMARGINS = 98, - CELLFRAMELABELMARGINS = 99, - CELLLABRLMARGINS = 100, - CELLLABELPOSITIONING = 101, - CELLMARGINS = 102, - CELLDINGBAT = 103, - CELLHORIZONTALSCROLL = 104, - CELLOPEN = 105, - CELLGENERATED = 106, - SHOWCELLBRACKET = 107, - SHOWCELLLABEL = 108, - CELLBRACKETOPT = 109, - EDITABLE = 110, - BACKGROUNT = 111, - CELLGROUPINGRULES = 112, - WINDOWSIZE = 113, - WINDOWMARGINS = 114, - WINDOWFRAME = 115, - WINDOWELEMENTS = 116, - WINDOWTITLE = 117, - WINDOWTOOLBARS = 118, - WINDOWMOVEABLE = 119, - WINDOWFLOATING = 120, - WINDOWCLICKSELECT = 121, - STYLEDEFINITIONS = 122, - FRONTENDVERSION = 123, - SCREENSTYLEENV = 124, - PRINTINGSTYLEENV = 125, - PRINTINGOPTIONS = 126, - PRINTINGCOPIES = 127, - PRINTINGPAGERANGE = 128, - PRIVATEFONTOPTIONS = 129, - CELLGROUPOPEN = 130, - CELLGROUPCLOSED = 131, - VALUERIGHT = 132, - VALUELEFT = 133, - VALUECENTER = 134, - VALUESMALLER = 135, - INHERITED = 136, - PAPERWIDTH = 137, - WINDOWWIDTH = 138, - TRUE_ = 139, - FALSE_ = 140, - AUTOMATIC = 141, - TRADITIONALFORM = 142, - STANDARDFORM = 143, - INPUTFORM = 144, - OUTPUTFORM = 145, - DEFAULTINPUTFORMATTYPE = 146, - NULLSYM = 147, - NONESYM = 148, - ALLSYM = 149, - GRAPHICSDATA = 150, - IMAGESIZE = 151, - IMAGEMARGINS = 152, - IMAGEREGION = 153, - IMAGERANGECACHE = 154, - IMAGECACHE = 155, - NOT_MATH_MODELEDITOR = 156, - GENERATECELL = 157, - CELLAUTOOVRT = 158, - MAGNIFICATION = 159, - PARENTDIRECTORY = 160, - RBRACK = 161, - LBRACK = 162, - RCURLY = 163, - LCURLY = 164, - COMMA = 165, - THICK = 166, - COMMENTSTART = 167, - COMMENTEND = 168, - NUMBER = 169, - ID = 170, - EXP = 171, - DIGIT = 172, - QSTRING = 173, - WHITESPACE = 174, - COMMENT = 175, - NULL_TREE_LOOKAHEAD = 3 - }; -#ifdef __cplusplus -}; -#endif -#endif /*INC_notebookgrammarTokenTypes_hpp_*/ +#ifndef INC_notebookgrammarTokenTypes_hpp_ +#define INC_notebookgrammarTokenTypes_hpp_ + +/* $ANTLR 2.7.7 (2006-11-01): "lexer.g" -> "notebookgrammarTokenTypes.hpp"$ */ + +#ifndef CUSTOM_API +# define CUSTOM_API +#endif + +#ifdef __cplusplus +struct CUSTOM_API notebookgrammarTokenTypes { +#endif + enum { + EOF_ = 1, + MODULENAME = 4, + LIST = 5, + LIST_SMALL = 6, + NOTEBOOK = 7, + CELL = 8, + TEXTDATA = 9, + CELLGROUPDATA = 10, + RULE = 11, + RULE_SMALL = 12, + RULEDELAYED = 13, + GRAYLEVEL = 14, + RGBCOLOR = 15, + FILENAME = 16, + STYLEBOX = 17, + STYLEDATA = 18, + BOXDATA = 19, + BUTTONBOX = 20, + FORMBOX = 21, + ROWBOX = 22, + GRIDBOX = 23, + TAGBOX = 24, + COUNTERBOX = 25, + ADJUSTMENTBOX = 26, + SUPERSCRBOX = 27, + SUBSCRBOX = 28, + SUBSUPERSCRIPTBOX = 29, + UNDERSCRIPTBOX = 30, + OVERSCRIPTBOX = 31, + UNDEROVERSCRIPTBOX = 32, + FRACTIONBOX = 33, + SQRTBOX = 34, + RADICALBOX = 35, + INTERPRETATIONBOX = 36, + ANNOTATION = 37, + EQUAL = 38, + DIAGRAM = 39, + ICON = 40, + POLYGON = 41, + ELLIPSE = 42, + LINE = 43, + DIREXTEDINFINITY = 44, + NOT_MATH_STARTMODELEDITOR = 45, + NOT_MATH_OLEDATE = 46, + FONTSLANT = 47, + FONTSIZE = 48, + FONTCOLOR = 49, + FONTWEIGHT = 50, + FONTFAMILY = 51, + FONTVARIATIONS = 52, + TEXTALIGNMENT = 53, + TEXTJUSTIFICATION = 54, + INITIALIZATIONCELL = 55, + FORMATTYPE_TOKEN = 56, + PAGEWIDTH = 57, + PAGEHEADERS = 58, + PAGEHEADERLINES = 59, + PAGEFOOTERS = 60, + PAGEFOOTERLINES = 61, + PAGEBREAKBELOW = 62, + PAGEBREAKWITHIN = 63, + BOXMARGINS = 64, + BOXBASELINESHIFT = 65, + LINESPACING = 66, + HYPHENATION = 67, + ACTIVE_TOKEN = 68, + VISIBLE_TOKEN = 69, + EVALUATABLE = 70, + BUTTONFUNCTION = 71, + BUTTONDATA = 72, + BUTTONEVALUATOR = 73, + BUTTONSTYLE = 74, + CHARACHTERENCODING = 75, + SHOWSTRINGCHARACTERS = 76, + SCREENRECTANGLE = 77, + AUTOGENERATEDPACKAGE = 78, + AUTOITALICWORDS = 79, + INPUTAUTOREPLACEMENTS = 80, + SCRIPTMINSIZE = 81, + STYLEMEMULISTING = 82, + COUNTERINCREMENTS = 83, + COUNTERASSIGNMENTS = 84, + PRIVATEEVALOPTIONS = 85, + GROUPPAGEBREAKWITHIN = 86, + DEFAULTFORMATTYPE = 87, + NUMBERMARKS = 88, + LINEBREAKADJUSTMENTS = 89, + VISIOLINEFORMAT = 90, + VISIOFILLFORMAT = 91, + EXTENT = 92, + NAMEPOSITION = 93, + CELLTAGS = 94, + CELLFRAME = 95, + CELLFRAMECOLOR = 96, + CELLFRAMELABELS = 97, + CELLFRAMEMARGINS = 98, + CELLFRAMELABELMARGINS = 99, + CELLLABRLMARGINS = 100, + CELLLABELPOSITIONING = 101, + CELLMARGINS = 102, + CELLDINGBAT = 103, + CELLHORIZONTALSCROLL = 104, + CELLOPEN = 105, + CELLGENERATED = 106, + SHOWCELLBRACKET = 107, + SHOWCELLLABEL = 108, + CELLBRACKETOPT = 109, + EDITABLE = 110, + BACKGROUNT = 111, + CELLGROUPINGRULES = 112, + WINDOWSIZE = 113, + WINDOWMARGINS = 114, + WINDOWFRAME = 115, + WINDOWELEMENTS = 116, + WINDOWTITLE = 117, + WINDOWTOOLBARS = 118, + WINDOWMOVEABLE = 119, + WINDOWFLOATING = 120, + WINDOWCLICKSELECT = 121, + STYLEDEFINITIONS = 122, + FRONTENDVERSION = 123, + SCREENSTYLEENV = 124, + PRINTINGSTYLEENV = 125, + PRINTINGOPTIONS = 126, + PRINTINGCOPIES = 127, + PRINTINGPAGERANGE = 128, + PRIVATEFONTOPTIONS = 129, + CELLGROUPOPEN = 130, + CELLGROUPCLOSED = 131, + VALUERIGHT = 132, + VALUELEFT = 133, + VALUECENTER = 134, + VALUESMALLER = 135, + INHERITED = 136, + PAPERWIDTH = 137, + WINDOWWIDTH = 138, + TRUE_ = 139, + FALSE_ = 140, + AUTOMATIC = 141, + TRADITIONALFORM = 142, + STANDARDFORM = 143, + INPUTFORM = 144, + OUTPUTFORM = 145, + DEFAULTINPUTFORMATTYPE = 146, + NULLSYM = 147, + NONESYM = 148, + ALLSYM = 149, + GRAPHICSDATA = 150, + IMAGESIZE = 151, + IMAGEMARGINS = 152, + IMAGEREGION = 153, + IMAGERANGECACHE = 154, + IMAGECACHE = 155, + NOT_MATH_MODELEDITOR = 156, + GENERATECELL = 157, + CELLAUTOOVRT = 158, + MAGNIFICATION = 159, + PARENTDIRECTORY = 160, + RBRACK = 161, + LBRACK = 162, + RCURLY = 163, + LCURLY = 164, + COMMA = 165, + THICK = 166, + COMMENTSTART = 167, + COMMENTEND = 168, + NUMBER = 169, + ID = 170, + EXP = 171, + DIGIT = 172, + QSTRING = 173, + WHITESPACE = 174, + COMMENT = 175, + NULL_TREE_LOOKAHEAD = 3 + }; +#ifdef __cplusplus +}; +#endif +#endif /*INC_notebookgrammarTokenTypes_hpp_*/ diff --git a/OMNotebook/ext/generatedfiles/qtres.cpp b/OMNotebook/ext/generatedfiles/qtres.cpp index 7897733485b..7165e7774bd 100644 --- a/OMNotebook/ext/generatedfiles/qtres.cpp +++ b/OMNotebook/ext/generatedfiles/qtres.cpp @@ -1,111 +1,111 @@ -/**************************************************************************** -** Resource object code -** -** Created: Fri Aug 20 01:08:54 2010 -** by: The Resource Compiler for Qt version 4.7.0 -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include - -static const unsigned char qt_resource_data[] = { - // C:/dev/OpenModelica/OMNotebook/ext/Resources/plotWindow.bmp - 0x0,0x0,0x2,0x76, - 0x42, - 0x4d,0x76,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x76,0x0,0x0,0x0,0x28,0x0,0x0, - 0x0,0x20,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x1,0x0,0x4,0x0,0x0,0x0,0x0, - 0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x0, - 0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x0, - 0x0,0x0,0x80,0x80,0x0,0x80,0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x80,0x80,0x0, - 0x0,0xc0,0xc0,0xc0,0x0,0x80,0x80,0x80,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0, - 0x0,0x0,0xff,0xff,0x0,0xff,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0xff,0x0, - 0x0,0xff,0xff,0xff,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff,0xff,0x78,0xff,0xff,0xff,0xf0,0x7,0x77,0x7f,0xff,0xff,0x8, - 0xff,0xff,0xff,0xf0,0x7,0xff,0xff,0xff,0xff,0xf0,0x8f,0xff,0xff,0xff,0xff,0x8, - 0xff,0xff,0xff,0x70,0x8f,0xff,0xff,0xff,0xff,0xf0,0x8f,0xff,0xff,0xff,0xff,0x8, - 0xff,0xff,0xff,0x70,0x8f,0xff,0xff,0xff,0xff,0xf0,0x8f,0xff,0xff,0xff,0xff,0x8, - 0xff,0xff,0xff,0x70,0x8f,0xff,0xff,0xff,0xff,0xf0,0x8f,0xff,0xff,0xff,0xff,0x8, - 0xff,0xff,0xff,0x70,0x8f,0xff,0xff,0xff,0xff,0xf0,0x8f,0xff,0xff,0xff,0xff,0x8, - 0xff,0xff,0xff,0x70,0x8f,0xff,0xff,0xff,0xff,0xf0,0x8f,0xff,0xff,0xff,0xff,0x8, - 0xff,0xff,0xff,0x70,0x8f,0x87,0xff,0xff,0xff,0xf0,0x8f,0xff,0xff,0xff,0xff,0x8, - 0xff,0xff,0xff,0xf0,0x8,0x70,0xff,0xff,0xff,0xf7,0x8f,0xff,0xff,0xff,0xff,0x77, - 0xff,0xff,0xff,0xff,0x77,0xff,0xff,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, - 0xf0,0x7,0xff,0xff,0xff,0xff,0xff,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, - 0x80,0x11,0xff,0xff,0xff,0xff,0xff,0xf0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, - 0x11,0x11,0xff,0xff,0xff,0xff,0xff,0xff,0x8f,0xff,0xff,0xff,0xf8,0xff,0xff,0xff, - 0x19,0x99,0xff,0xff,0xff,0xff,0xff,0xff,0xf0,0xff,0xff,0xff,0xff,0x8f,0xff,0xff, - 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x8f,0xff,0xff,0xff,0xf7,0xff,0xff, - 0xff,0xff,0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0xf,0xff,0xff,0xff,0xf0,0xff,0xff, - 0xff,0xff,0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0x78,0xff,0xff,0xff,0xff,0xf,0xff, - 0xff,0xff,0xf0,0xff,0xff,0xf,0xff,0xff,0xff,0xf0,0xf,0xff,0xff,0xff,0x70,0x7f, - 0xff,0xff,0xff,0x7,0xff,0x0,0xff,0xff,0xff,0xf0,0x0,0xff,0xff,0xff,0xf0,0x7, - 0xff,0xff,0xff,0x70,0xff,0x0,0xf,0xff,0xff,0xf8,0x0,0xf,0xff,0xff,0xff,0x0, - 0x7f,0xff,0xff,0xf0,0xf,0x0,0x0,0xff,0xff,0xff,0x0,0x0,0xff,0xff,0xff,0x0, - 0x8,0xff,0xff,0xf8,0x7,0x70,0x0,0xf,0xff,0xff,0x0,0x0,0x8f,0xff,0xff,0x0, - 0x0,0xff,0xff,0xf7,0x8,0xff,0xf0,0x0,0x0,0x70,0x0,0x70,0x0,0x7,0x78,0x0, - 0x0,0x0,0x7f,0x70,0x0,0xff,0xff,0x70,0x0,0x0,0x0,0xff,0x80,0x0,0x0,0x0, - 0xff,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0x80,0x0,0x7,0xff,0xff,0x0,0x0,0x8, - 0xff,0xf0,0x0,0x0,0xf,0xff,0xff,0xff,0xf7,0x0,0x8f,0xff,0xff,0xf0,0x0,0x8f, - 0xff,0xf7,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff,0xff, - -}; - -static const unsigned char qt_resource_name[] = { - // Resources - 0x0,0x9, - 0xa,0x6c,0x38,0x43, - 0x0,0x52, - 0x0,0x65,0x0,0x73,0x0,0x6f,0x0,0x75,0x0,0x72,0x0,0x63,0x0,0x65,0x0,0x73, - // plotWindow.bmp - 0x0,0xe, - 0xd,0xbd,0xec,0x0, - 0x0,0x70, - 0x0,0x6c,0x0,0x6f,0x0,0x74,0x0,0x57,0x0,0x69,0x0,0x6e,0x0,0x64,0x0,0x6f,0x0,0x77,0x0,0x2e,0x0,0x62,0x0,0x6d,0x0,0x70, - -}; - -static const unsigned char qt_resource_struct[] = { - // : - 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1, - // :/Resources - 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x2, - // :/Resources/plotWindow.bmp - 0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0, - -}; - -QT_BEGIN_NAMESPACE - -extern Q_CORE_EXPORT bool qRegisterResourceData - (int, const unsigned char *, const unsigned char *, const unsigned char *); - -extern Q_CORE_EXPORT bool qUnregisterResourceData - (int, const unsigned char *, const unsigned char *, const unsigned char *); - -QT_END_NAMESPACE - - -int QT_MANGLE_NAMESPACE(qInitResources)() -{ - QT_PREPEND_NAMESPACE(qRegisterResourceData) - (0x01, qt_resource_struct, qt_resource_name, qt_resource_data); - return 1; -} - -Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources)) - -int QT_MANGLE_NAMESPACE(qCleanupResources)() -{ - QT_PREPEND_NAMESPACE(qUnregisterResourceData) - (0x01, qt_resource_struct, qt_resource_name, qt_resource_data); - return 1; -} - -Q_DESTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qCleanupResources)) - +/**************************************************************************** +** Resource object code +** +** Created: Fri Aug 20 01:08:54 2010 +** by: The Resource Compiler for Qt version 4.7.0 +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include + +static const unsigned char qt_resource_data[] = { + // C:/dev/OpenModelica/OMNotebook/ext/Resources/plotWindow.bmp + 0x0,0x0,0x2,0x76, + 0x42, + 0x4d,0x76,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x76,0x0,0x0,0x0,0x28,0x0,0x0, + 0x0,0x20,0x0,0x0,0x0,0x20,0x0,0x0,0x0,0x1,0x0,0x4,0x0,0x0,0x0,0x0, + 0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x10,0x0,0x0, + 0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x80,0x0,0x0,0x80,0x0, + 0x0,0x0,0x80,0x80,0x0,0x80,0x0,0x0,0x0,0x80,0x0,0x80,0x0,0x80,0x80,0x0, + 0x0,0xc0,0xc0,0xc0,0x0,0x80,0x80,0x80,0x0,0x0,0x0,0xff,0x0,0x0,0xff,0x0, + 0x0,0x0,0xff,0xff,0x0,0xff,0x0,0x0,0x0,0xff,0x0,0xff,0x0,0xff,0xff,0x0, + 0x0,0xff,0xff,0xff,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0x78,0xff,0xff,0xff,0xf0,0x7,0x77,0x7f,0xff,0xff,0x8, + 0xff,0xff,0xff,0xf0,0x7,0xff,0xff,0xff,0xff,0xf0,0x8f,0xff,0xff,0xff,0xff,0x8, + 0xff,0xff,0xff,0x70,0x8f,0xff,0xff,0xff,0xff,0xf0,0x8f,0xff,0xff,0xff,0xff,0x8, + 0xff,0xff,0xff,0x70,0x8f,0xff,0xff,0xff,0xff,0xf0,0x8f,0xff,0xff,0xff,0xff,0x8, + 0xff,0xff,0xff,0x70,0x8f,0xff,0xff,0xff,0xff,0xf0,0x8f,0xff,0xff,0xff,0xff,0x8, + 0xff,0xff,0xff,0x70,0x8f,0xff,0xff,0xff,0xff,0xf0,0x8f,0xff,0xff,0xff,0xff,0x8, + 0xff,0xff,0xff,0x70,0x8f,0xff,0xff,0xff,0xff,0xf0,0x8f,0xff,0xff,0xff,0xff,0x8, + 0xff,0xff,0xff,0x70,0x8f,0x87,0xff,0xff,0xff,0xf0,0x8f,0xff,0xff,0xff,0xff,0x8, + 0xff,0xff,0xff,0xf0,0x8,0x70,0xff,0xff,0xff,0xf7,0x8f,0xff,0xff,0xff,0xff,0x77, + 0xff,0xff,0xff,0xff,0x77,0xff,0xff,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xf0,0x7,0xff,0xff,0xff,0xff,0xff,0x8f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x80,0x11,0xff,0xff,0xff,0xff,0xff,0xf0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x11,0x11,0xff,0xff,0xff,0xff,0xff,0xff,0x8f,0xff,0xff,0xff,0xf8,0xff,0xff,0xff, + 0x19,0x99,0xff,0xff,0xff,0xff,0xff,0xff,0xf0,0xff,0xff,0xff,0xff,0x8f,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0x8f,0xff,0xff,0xff,0xf7,0xff,0xff, + 0xff,0xff,0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0xf,0xff,0xff,0xff,0xf0,0xff,0xff, + 0xff,0xff,0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0x78,0xff,0xff,0xff,0xff,0xf,0xff, + 0xff,0xff,0xf0,0xff,0xff,0xf,0xff,0xff,0xff,0xf0,0xf,0xff,0xff,0xff,0x70,0x7f, + 0xff,0xff,0xff,0x7,0xff,0x0,0xff,0xff,0xff,0xf0,0x0,0xff,0xff,0xff,0xf0,0x7, + 0xff,0xff,0xff,0x70,0xff,0x0,0xf,0xff,0xff,0xf8,0x0,0xf,0xff,0xff,0xff,0x0, + 0x7f,0xff,0xff,0xf0,0xf,0x0,0x0,0xff,0xff,0xff,0x0,0x0,0xff,0xff,0xff,0x0, + 0x8,0xff,0xff,0xf8,0x7,0x70,0x0,0xf,0xff,0xff,0x0,0x0,0x8f,0xff,0xff,0x0, + 0x0,0xff,0xff,0xf7,0x8,0xff,0xf0,0x0,0x0,0x70,0x0,0x70,0x0,0x7,0x78,0x0, + 0x0,0x0,0x7f,0x70,0x0,0xff,0xff,0x70,0x0,0x0,0x0,0xff,0x80,0x0,0x0,0x0, + 0xff,0x0,0x0,0x0,0x8,0xff,0xff,0xff,0x80,0x0,0x7,0xff,0xff,0x0,0x0,0x8, + 0xff,0xf0,0x0,0x0,0xf,0xff,0xff,0xff,0xf7,0x0,0x8f,0xff,0xff,0xf0,0x0,0x8f, + 0xff,0xf7,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff, + +}; + +static const unsigned char qt_resource_name[] = { + // Resources + 0x0,0x9, + 0xa,0x6c,0x38,0x43, + 0x0,0x52, + 0x0,0x65,0x0,0x73,0x0,0x6f,0x0,0x75,0x0,0x72,0x0,0x63,0x0,0x65,0x0,0x73, + // plotWindow.bmp + 0x0,0xe, + 0xd,0xbd,0xec,0x0, + 0x0,0x70, + 0x0,0x6c,0x0,0x6f,0x0,0x74,0x0,0x57,0x0,0x69,0x0,0x6e,0x0,0x64,0x0,0x6f,0x0,0x77,0x0,0x2e,0x0,0x62,0x0,0x6d,0x0,0x70, + +}; + +static const unsigned char qt_resource_struct[] = { + // : + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1, + // :/Resources + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x2, + // :/Resources/plotWindow.bmp + 0x0,0x0,0x0,0x18,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0, + +}; + +QT_BEGIN_NAMESPACE + +extern Q_CORE_EXPORT bool qRegisterResourceData + (int, const unsigned char *, const unsigned char *, const unsigned char *); + +extern Q_CORE_EXPORT bool qUnregisterResourceData + (int, const unsigned char *, const unsigned char *, const unsigned char *); + +QT_END_NAMESPACE + + +int QT_MANGLE_NAMESPACE(qInitResources)() +{ + QT_PREPEND_NAMESPACE(qRegisterResourceData) + (0x01, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources)) + +int QT_MANGLE_NAMESPACE(qCleanupResources)() +{ + QT_PREPEND_NAMESPACE(qUnregisterResourceData) + (0x01, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +Q_DESTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qCleanupResources)) + diff --git a/OMNotebook/ext/resource.h b/OMNotebook/ext/resource.h index 72d9495e16d..e37eebc5733 100644 --- a/OMNotebook/ext/resource.h +++ b/OMNotebook/ext/resource.h @@ -1,17 +1,17 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by ext.rc -// -#define IDI_ICON1 104 -#define IDB_BITMAP1 106 - -// Next default values for new objects -// -#ifdef APSTUDIO_INVOKED -#ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 107 -#define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1001 -#define _APS_NEXT_SYMED_VALUE 101 -#endif -#endif +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by ext.rc +// +#define IDI_ICON1 104 +#define IDB_BITMAP1 106 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 107 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif