// // File generated by core/utils/src/rootcint_tmp at Tue Apr 19 15:50:11 2016 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME guidIguihtmldIsrcdIG__GuiHtml #include "RConfig.h" //rootcint 4834 #if !defined(R__ACCESS_IN_SYMBOL) //Break the privacy of classes -- Disabled for the moment #define private public #define protected public #endif // Since CINT ignores the std namespace, we need to do so in this file. namespace std {} using namespace std; #include "G__GuiHtml.h" #include "TClass.h" #include "TBuffer.h" #include "TMemberInspector.h" #include "TInterpreter.h" #include "TVirtualMutex.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif #include "RtypesImp.h" #include "TIsAProxy.h" #include "TFileMergeInfo.h" // Direct notice to TROOT of the dictionary's loading. namespace { static struct DictInit { DictInit() { ROOT::RegisterModule(); } } __TheDictionaryInitializer; } // START OF SHADOWS namespace ROOTShadow { namespace Shadow { } // of namespace Shadow } // of namespace ROOTShadow // END OF SHADOWS namespace ROOTDict { void TGHtml_ShowMembers(void *obj, TMemberInspector &R__insp); static void delete_TGHtml(void *p); static void deleteArray_TGHtml(void *p); static void destruct_TGHtml(void *p); static void streamer_TGHtml(TBuffer &buf, void *obj); // Function generating the singleton type initializer static ROOT::TGenericClassInfo *GenerateInitInstanceLocal(const ::TGHtml*) { ::TGHtml *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGHtml >(0); static ::ROOT::TGenericClassInfo instance("TGHtml", ::TGHtml::Class_Version(), "include/TGHtml.h", 876, typeid(::TGHtml), ::ROOT::DefineBehavior(ptr, ptr), &::TGHtml::Dictionary, isa_proxy, 0, sizeof(::TGHtml) ); instance.SetDelete(&delete_TGHtml); instance.SetDeleteArray(&deleteArray_TGHtml); instance.SetDestructor(&destruct_TGHtml); instance.SetStreamerFunc(&streamer_TGHtml); return &instance; } ROOT::TGenericClassInfo *GenerateInitInstance(const ::TGHtml*) { return GenerateInitInstanceLocal((::TGHtml*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGHtml*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOTDict namespace ROOTDict { void TGHtmlBrowser_ShowMembers(void *obj, TMemberInspector &R__insp); static void *new_TGHtmlBrowser(void *p = 0); static void *newArray_TGHtmlBrowser(Long_t size, void *p); static void delete_TGHtmlBrowser(void *p); static void deleteArray_TGHtmlBrowser(void *p); static void destruct_TGHtmlBrowser(void *p); static void streamer_TGHtmlBrowser(TBuffer &buf, void *obj); // Function generating the singleton type initializer static ROOT::TGenericClassInfo *GenerateInitInstanceLocal(const ::TGHtmlBrowser*) { ::TGHtmlBrowser *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGHtmlBrowser >(0); static ::ROOT::TGenericClassInfo instance("TGHtmlBrowser", ::TGHtmlBrowser::Class_Version(), "include/TGHtmlBrowser.h", 34, typeid(::TGHtmlBrowser), ::ROOT::DefineBehavior(ptr, ptr), &::TGHtmlBrowser::Dictionary, isa_proxy, 0, sizeof(::TGHtmlBrowser) ); instance.SetNew(&new_TGHtmlBrowser); instance.SetNewArray(&newArray_TGHtmlBrowser); instance.SetDelete(&delete_TGHtmlBrowser); instance.SetDeleteArray(&deleteArray_TGHtmlBrowser); instance.SetDestructor(&destruct_TGHtmlBrowser); instance.SetStreamerFunc(&streamer_TGHtmlBrowser); return &instance; } ROOT::TGenericClassInfo *GenerateInitInstance(const ::TGHtmlBrowser*) { return GenerateInitInstanceLocal((::TGHtmlBrowser*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGHtmlBrowser*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOTDict //______________________________________________________________________________ atomic_TClass_ptr TGHtml::fgIsA(0); // static to hold class pointer //______________________________________________________________________________ const char *TGHtml::Class_Name() { return "TGHtml"; } //______________________________________________________________________________ const char *TGHtml::ImplFileName() { return ::ROOTDict::GenerateInitInstanceLocal((const ::TGHtml*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TGHtml::ImplFileLine() { return ::ROOTDict::GenerateInitInstanceLocal((const ::TGHtml*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TGHtml::Dictionary() { fgIsA = ::ROOTDict::GenerateInitInstanceLocal((const ::TGHtml*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TGHtml::Class() { if (!fgIsA) { R__LOCKGUARD2(gCINTMutex); if(!fgIsA) {fgIsA = ::ROOTDict::GenerateInitInstanceLocal((const ::TGHtml*)0x0)->GetClass();} } return fgIsA; } //______________________________________________________________________________ atomic_TClass_ptr TGHtmlBrowser::fgIsA(0); // static to hold class pointer //______________________________________________________________________________ const char *TGHtmlBrowser::Class_Name() { return "TGHtmlBrowser"; } //______________________________________________________________________________ const char *TGHtmlBrowser::ImplFileName() { return ::ROOTDict::GenerateInitInstanceLocal((const ::TGHtmlBrowser*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TGHtmlBrowser::ImplFileLine() { return ::ROOTDict::GenerateInitInstanceLocal((const ::TGHtmlBrowser*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TGHtmlBrowser::Dictionary() { fgIsA = ::ROOTDict::GenerateInitInstanceLocal((const ::TGHtmlBrowser*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TGHtmlBrowser::Class() { if (!fgIsA) { R__LOCKGUARD2(gCINTMutex); if(!fgIsA) {fgIsA = ::ROOTDict::GenerateInitInstanceLocal((const ::TGHtmlBrowser*)0x0)->GetClass();} } return fgIsA; } //______________________________________________________________________________ void TGHtml::Streamer(TBuffer &R__b) { // Stream an object of class TGHtml. TGView::Streamer(R__b); } //______________________________________________________________________________ void TGHtml::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class TGHtml. TClass *R__cl = ::TGHtml::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPFirst", &fPFirst); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPLast", &fPLast); R__insp.Inspect(R__cl, R__insp.GetParent(), "fNToken", &fNToken); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLastSized", &fLastSized); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNextPlaced", &fNextPlaced); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFirstBlock", &fFirstBlock); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLastBlock", &fLastBlock); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFirstInput", &fFirstInput); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLastInput", &fLastInput); R__insp.Inspect(R__cl, R__insp.GetParent(), "fNInput", &fNInput); R__insp.Inspect(R__cl, R__insp.GetParent(), "fNForm", &fNForm); R__insp.Inspect(R__cl, R__insp.GetParent(), "fVarId", &fVarId); R__insp.Inspect(R__cl, R__insp.GetParent(), "fInputIdx", &fInputIdx); R__insp.Inspect(R__cl, R__insp.GetParent(), "fRadioIdx", &fRadioIdx); R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelBegin", (void*)&fSelBegin); R__insp.InspectMember("SHtmlIndex_t", (void*)&fSelBegin, "fSelBegin.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelEnd", (void*)&fSelEnd); R__insp.InspectMember("SHtmlIndex_t", (void*)&fSelEnd, "fSelEnd.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPSelStartBlock", &fPSelStartBlock); R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelStartIndex", &fSelStartIndex); R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelEndIndex", &fSelEndIndex); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPSelEndBlock", &fPSelEndBlock); R__insp.Inspect(R__cl, R__insp.GetParent(), "fInsOnTime", &fInsOnTime); R__insp.Inspect(R__cl, R__insp.GetParent(), "fInsOffTime", &fInsOffTime); R__insp.Inspect(R__cl, R__insp.GetParent(), "fInsStatus", &fInsStatus); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInsTimer", &fInsTimer); R__insp.Inspect(R__cl, R__insp.GetParent(), "fIns", (void*)&fIns); R__insp.InspectMember("SHtmlIndex_t", (void*)&fIns, "fIns.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPInsBlock", &fPInsBlock); R__insp.Inspect(R__cl, R__insp.GetParent(), "fInsIndex", &fInsIndex); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZText", &fZText); R__insp.Inspect(R__cl, R__insp.GetParent(), "fNText", &fNText); R__insp.Inspect(R__cl, R__insp.GetParent(), "fNAlloc", &fNAlloc); R__insp.Inspect(R__cl, R__insp.GetParent(), "fNComplete", &fNComplete); R__insp.Inspect(R__cl, R__insp.GetParent(), "fICol", &fICol); R__insp.Inspect(R__cl, R__insp.GetParent(), "fIPlaintext", &fIPlaintext); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPScript", &fPScript); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIdle", &fIdle); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStyleStack", &fStyleStack); R__insp.Inspect(R__cl, R__insp.GetParent(), "fParaAlignment", &fParaAlignment); R__insp.Inspect(R__cl, R__insp.GetParent(), "fRowAlignment", &fRowAlignment); R__insp.Inspect(R__cl, R__insp.GetParent(), "fAnchorFlags", &fAnchorFlags); R__insp.Inspect(R__cl, R__insp.GetParent(), "fInDt", &fInDt); R__insp.Inspect(R__cl, R__insp.GetParent(), "fInTr", &fInTr); R__insp.Inspect(R__cl, R__insp.GetParent(), "fInTd", &fInTd); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAnchorStart", &fAnchorStart); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFormStart", &fFormStart); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFormElemStart", &fFormElemStart); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFormElemLast", &fFormElemLast); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInnerList", &fInnerList); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLoEndPtr", &fLoEndPtr); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLoFormStart", &fLoFormStart); R__insp.Inspect(R__cl, R__insp.GetParent(), "fLayoutContext", (void*)&fLayoutContext); R__insp.InspectMember("TGHtmlLayoutContext", (void*)&fLayoutContext, "fLayoutContext.", false); R__insp.Inspect(R__cl, R__insp.GetParent(), "fHighlightWidth", &fHighlightWidth); R__insp.Inspect(R__cl, R__insp.GetParent(), "fMargins", &fMargins); R__insp.InspectMember(fMargins, "fMargins."); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHighlightBgColorPtr", &fHighlightBgColorPtr); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHighlightColorPtr", &fHighlightColorPtr); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAFont[71]", &fAFont); R__insp.Inspect(R__cl, R__insp.GetParent(), "fFontValid[9]", fFontValid); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fApColor[32]", &fApColor); R__insp.Inspect(R__cl, R__insp.GetParent(), "fColorUsed", &fColorUsed); R__insp.Inspect(R__cl, R__insp.GetParent(), "fIDark[32]", fIDark); R__insp.Inspect(R__cl, R__insp.GetParent(), "fILight[32]", fILight); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBgColor", &fBgColor); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFgColor", &fFgColor); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNewLinkColor", &fNewLinkColor); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOldLinkColor", &fOldLinkColor); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSelectionColor", &fSelectionColor); R__insp.Inspect(R__cl, R__insp.GetParent(), "fAGcCache[32]", fAGcCache); R__insp.Inspect(R__cl, R__insp.GetParent(), "fGcNextToFree", &fGcNextToFree); R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastGC", &fLastGC); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fImageList", &fImageList); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBgImage", &fBgImage); R__insp.Inspect(R__cl, R__insp.GetParent(), "fFormPadding", &fFormPadding); R__insp.Inspect(R__cl, R__insp.GetParent(), "fOverrideFonts", &fOverrideFonts); R__insp.Inspect(R__cl, R__insp.GetParent(), "fOverrideColors", &fOverrideColors); R__insp.Inspect(R__cl, R__insp.GetParent(), "fUnderlineLinks", &fUnderlineLinks); R__insp.Inspect(R__cl, R__insp.GetParent(), "fHasScript", &fHasScript); R__insp.Inspect(R__cl, R__insp.GetParent(), "fHasFrames", &fHasFrames); R__insp.Inspect(R__cl, R__insp.GetParent(), "fAddEndTags", &fAddEndTags); R__insp.Inspect(R__cl, R__insp.GetParent(), "fTableBorderMin", &fTableBorderMin); R__insp.Inspect(R__cl, R__insp.GetParent(), "fVarind", &fVarind); R__insp.Inspect(R__cl, R__insp.GetParent(), "fExportSelection", &fExportSelection); R__insp.Inspect(R__cl, R__insp.GetParent(), "fTableRelief", &fTableRelief); R__insp.Inspect(R__cl, R__insp.GetParent(), "fRuleRelief", &fRuleRelief); R__insp.Inspect(R__cl, R__insp.GetParent(), "fRulePadding", &fRulePadding); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZBase", &fZBase); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZBaseHref", &fZBaseHref); R__insp.Inspect(R__cl, R__insp.GetParent(), "fCursor", &fCursor); R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxX", &fMaxX); R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxY", &fMaxY); R__insp.Inspect(R__cl, R__insp.GetParent(), "fDirtyLeft", &fDirtyLeft); R__insp.Inspect(R__cl, R__insp.GetParent(), "fDirtyTop", &fDirtyTop); R__insp.Inspect(R__cl, R__insp.GetParent(), "fDirtyRight", &fDirtyRight); R__insp.Inspect(R__cl, R__insp.GetParent(), "fDirtyBottom", &fDirtyBottom); R__insp.Inspect(R__cl, R__insp.GetParent(), "fFlags", &fFlags); R__insp.Inspect(R__cl, R__insp.GetParent(), "fIdind", &fIdind); R__insp.Inspect(R__cl, R__insp.GetParent(), "fInParse", &fInParse); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZGoto", &fZGoto); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fExts", &fExts); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUidTable", &fUidTable); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLastUri", &fLastUri); R__insp.Inspect(R__cl, R__insp.GetParent(), "fExiting", &fExiting); TGView::ShowMembers(R__insp); } namespace ROOTDict { // Wrapper around operator delete static void delete_TGHtml(void *p) { delete ((::TGHtml*)p); } static void deleteArray_TGHtml(void *p) { delete [] ((::TGHtml*)p); } static void destruct_TGHtml(void *p) { typedef ::TGHtml current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_TGHtml(TBuffer &buf, void *obj) { ((::TGHtml*)obj)->::TGHtml::Streamer(buf); } } // end of namespace ROOTDict for class ::TGHtml //______________________________________________________________________________ void TGHtmlBrowser::Streamer(TBuffer &R__b) { // Stream an object of class TGHtmlBrowser. TGMainFrame::Streamer(R__b); } //______________________________________________________________________________ void TGHtmlBrowser::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class TGHtmlBrowser. TClass *R__cl = ::TGHtmlBrowser::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBar", &fMenuBar); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuFile", &fMenuFile); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuFavorites", &fMenuFavorites); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuTools", &fMenuTools); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuHelp", &fMenuHelp); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStatusBar", &fStatusBar); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVerticalFrame", &fVerticalFrame); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHorizontalFrame", &fHorizontalFrame); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBack", &fBack); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fForward", &fForward); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fReload", &fReload); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStop", &fStop); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHome", &fHome); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fComboBox", &fComboBox); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fURLBuf", &fURLBuf); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fURL", &fURL); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHtml", &fHtml); R__insp.Inspect(R__cl, R__insp.GetParent(), "fNbFavorites", &fNbFavorites); TGMainFrame::ShowMembers(R__insp); } namespace ROOTDict { // Wrappers around operator new static void *new_TGHtmlBrowser(void *p) { return p ? new(p) ::TGHtmlBrowser : new ::TGHtmlBrowser; } static void *newArray_TGHtmlBrowser(Long_t nElements, void *p) { return p ? new(p) ::TGHtmlBrowser[nElements] : new ::TGHtmlBrowser[nElements]; } // Wrapper around operator delete static void delete_TGHtmlBrowser(void *p) { delete ((::TGHtmlBrowser*)p); } static void deleteArray_TGHtmlBrowser(void *p) { delete [] ((::TGHtmlBrowser*)p); } static void destruct_TGHtmlBrowser(void *p) { typedef ::TGHtmlBrowser current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_TGHtmlBrowser(TBuffer &buf, void *obj) { ((::TGHtmlBrowser*)obj)->::TGHtmlBrowser::Streamer(buf); } } // end of namespace ROOTDict for class ::TGHtmlBrowser /******************************************************** * gui/guihtml/src/G__GuiHtml.cxx * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX(). * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE. ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3)) #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif extern "C" void G__cpp_reset_tagtableG__GuiHtml(); extern "C" void G__set_cpp_environmentG__GuiHtml() { G__add_compiledheader("TObject.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TGHtmlBrowser.h"); G__add_compiledheader("TGHtml.h"); G__add_compiledheader("TGHtmlTokens.h"); G__add_compiledheader("TGHtmlUri.h"); G__cpp_reset_tagtableG__GuiHtml(); } #include extern "C" int G__cpp_dllrevG__GuiHtml() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TGHtml */ static int G__G__GuiHtml_253_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TGHtml* p = NULL; char* gvp = (char*) G__getgvp(); switch (libp->paran) { case 4: //m: 4 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TGHtml( (TGWindow*) G__int(libp->para[0]), (int) G__int(libp->para[1]) , (int) G__int(libp->para[2]), (int) G__int(libp->para[3])); } else { p = new((void*) gvp) TGHtml( (TGWindow*) G__int(libp->para[0]), (int) G__int(libp->para[1]) , (int) G__int(libp->para[2]), (int) G__int(libp->para[3])); } break; case 3: //m: 3 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TGHtml( (TGWindow*) G__int(libp->para[0]), (int) G__int(libp->para[1]) , (int) G__int(libp->para[2])); } else { p = new((void*) gvp) TGHtml( (TGWindow*) G__int(libp->para[0]), (int) G__int(libp->para[1]) , (int) G__int(libp->para[2])); } break; } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml)); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((TGHtml*) G__getstructoffset())->HandleHtmlInput((TGHtmlInput*) G__int(libp->para[0]), (Event_t*) G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((TGHtml*) G__getstructoffset())->HandleRadioButton((TGHtmlInput*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 2: G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->ParseText((char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]))); break; case 1: G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->ParseText((char*) G__int(libp->para[0]))); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->SetTableRelief((int) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((const TGHtml*) G__getstructoffset())->GetTableRelief()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->SetRuleRelief((int) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((const TGHtml*) G__getstructoffset())->GetRuleRelief()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((const TGHtml*) G__getstructoffset())->GetRulePadding()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->UnderlineLinks((int) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->SetBaseUri((const char*) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) ((const TGHtml*) G__getstructoffset())->GetBaseUri()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->GotoAnchor((const char*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) ((TGHtml*) G__getstructoffset())->ResolveUri((const char*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 3: G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->LoadImage((const char*) G__int(libp->para[0]), (int) G__int(libp->para[1]) , (int) G__int(libp->para[2]))); break; case 2: G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->LoadImage((const char*) G__int(libp->para[0]), (int) G__int(libp->para[1]))); break; case 1: G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->LoadImage((const char*) G__int(libp->para[0]))); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->IsVisited((const char*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->ProcessToken((TGHtmlElement*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]) , (int) G__int(libp->para[2]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->GetFont((int) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->ProcessFrame()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->ProcessApplet((TGHtmlInput*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->FormCreate((TGHtmlForm*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]) , (const char*) G__int(libp->para[2]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->FormAction((TGHtmlForm*) G__int(libp->para[0]), (int) G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) ((TGHtml*) G__getstructoffset())->GetFontName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) ((TGHtml*) G__getstructoffset())->ProcessScript((TGHtmlScript*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) ((const TGHtml*) G__getstructoffset())->GetText()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->GetMarginWidth()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->GetMarginHeight()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->GetInputElement((int) G__int(libp->para[0]), (int) G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 3: G__letint(result7, 67, (long) ((TGHtml*) G__getstructoffset())->GetHref((int) G__int(libp->para[0]), (int) G__int(libp->para[1]) , (const char**) G__int(libp->para[2]))); break; case 2: G__letint(result7, 67, (long) ((TGHtml*) G__getstructoffset())->GetHref((int) G__int(libp->para[0]), (int) G__int(libp->para[1]))); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->GetImage((TGHtmlImageMarkup*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->InArea((TGHtmlMapArea*) G__int(libp->para[0]), (int) G__int(libp->para[1]) , (int) G__int(libp->para[2]), (int) G__int(libp->para[3]) , (int) G__int(libp->para[4]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->GetMap((const char*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->ResetBlocks(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->ElementCoords((TGHtmlElement*) G__int(libp->para[0]), (int) G__int(libp->para[1]) , (int) G__int(libp->para[2]), (int*) G__int(libp->para[3]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->TableDimensions((TGHtmlTable*) G__int(libp->para[0]), (int) G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->CellSpacing((TGHtmlElement*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->MoveVertically((TGHtmlElement*) G__int(libp->para[0]), (TGHtmlElement*) G__int(libp->para[1]) , (int) G__int(libp->para[2])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->PrintList((TGHtmlElement*) G__int(libp->para[0]), (TGHtmlElement*) G__int(libp->para[1])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) ((TGHtml*) G__getstructoffset())->GetTokenName((TGHtmlElement*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) ((TGHtml*) G__getstructoffset())->DumpToken((TGHtmlElement*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->EncodeText((TGString*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_137(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->AppendArglist((TGString*) G__int(libp->para[0]), (TGHtmlMarkupElement*) G__int(libp->para[1])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_138(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->FindEndNest((TGHtmlElement*) G__int(libp->para[0]), (int) G__int(libp->para[1]) , (TGHtmlElement*) G__int(libp->para[2]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_139(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->ListTokens((TGHtmlElement*) G__int(libp->para[0]), (TGHtmlElement*) G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_140(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->TableText((TGHtmlTable*) G__int(libp->para[0]), (int) G__int(libp->para[1]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_141(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->MouseOver((const char*) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_142(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->MouseDown((const char*) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_143(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->ButtonClicked((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_144(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->SubmitClicked((const char*) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_145(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->CheckToggled((const char*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]) , (const char*) G__int(libp->para[2])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_146(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->RadioChanged((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_147(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->InputSelected((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_150(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) TGHtml::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_151(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TGHtml::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_152(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) TGHtml::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_153(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TGHtml::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_157(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtml*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_158(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TGHtml::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_159(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TGHtml::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_160(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TGHtml::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_253_0_161(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TGHtml::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TGHtml G__TTGHtml; static int G__G__GuiHtml_253_0_162(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 1 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (TGHtml*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((TGHtml*) (soff+(sizeof(TGHtml)*i)))->~G__TTGHtml(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (TGHtml*) soff; } else { G__setgvp((long) G__PVOID); ((TGHtml*) (soff))->~G__TTGHtml(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* TGHtmlBrowser */ static int G__G__GuiHtml_254_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TGHtmlBrowser* p = NULL; char* gvp = (char*) G__getgvp(); switch (libp->paran) { case 4: //m: 4 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TGHtmlBrowser( (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]) , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])); } else { p = new((void*) gvp) TGHtmlBrowser( (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]) , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])); } break; case 3: //m: 3 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TGHtmlBrowser( (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]) , (UInt_t) G__int(libp->para[2])); } else { p = new((void*) gvp) TGHtmlBrowser( (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]) , (UInt_t) G__int(libp->para[2])); } break; case 2: //m: 2 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TGHtmlBrowser((const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])); } else { p = new((void*) gvp) TGHtmlBrowser((const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])); } break; case 1: //m: 1 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TGHtmlBrowser((const char*) G__int(libp->para[0])); } else { p = new((void*) gvp) TGHtmlBrowser((const char*) G__int(libp->para[0])); } break; case 0: int n = G__getaryconstruct(); if (n) { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TGHtmlBrowser[n]; } else { p = new((void*) gvp) TGHtmlBrowser[n]; } } else { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TGHtmlBrowser; } else { p = new((void*) gvp) TGHtmlBrowser; } } break; } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser)); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtmlBrowser*) G__getstructoffset())->Selected((const char*) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtmlBrowser*) G__getstructoffset())->URLChanged(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtmlBrowser*) G__getstructoffset())->Back(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 103, (long) ((TGHtmlBrowser*) G__getstructoffset())->CheckAnchors((const char*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtmlBrowser*) G__getstructoffset())->Forward(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtmlBrowser*) G__getstructoffset())->Reload(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtmlBrowser*) G__getstructoffset())->Stop(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtmlBrowser*) G__getstructoffset())->MouseOver((const char*) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtmlBrowser*) G__getstructoffset())->MouseDown((const char*) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtmlBrowser*) G__getstructoffset())->Clicked((char*) G__int(libp->para[0])); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) TGHtmlBrowser::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TGHtmlBrowser::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) TGHtmlBrowser::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TGHtmlBrowser::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGHtmlBrowser*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TGHtmlBrowser::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TGHtmlBrowser::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TGHtmlBrowser::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__GuiHtml_254_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TGHtmlBrowser::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TGHtmlBrowser G__TTGHtmlBrowser; static int G__G__GuiHtml_254_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 1 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (TGHtmlBrowser*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((TGHtmlBrowser*) (soff+(sizeof(TGHtmlBrowser)*i)))->~G__TTGHtmlBrowser(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (TGHtmlBrowser*) soff; } else { G__setgvp((long) G__PVOID); ((TGHtmlBrowser*) (soff))->~G__TTGHtmlBrowser(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TGHtml */ /* TGHtmlBrowser */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncG__GuiHtml { public: G__Sizep2memfuncG__GuiHtml(): p(&G__Sizep2memfuncG__GuiHtml::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncG__GuiHtml::*p)(); }; size_t G__get_sizep2memfuncG__GuiHtml() { G__Sizep2memfuncG__GuiHtml a; G__setsizep2memfunc((int)a.sizep2memfunc()); return((size_t)a.sizep2memfunc()); } /********************************************************* * virtual base class offset calculation interface *********************************************************/ /* Setting up class inheritance */ /********************************************************* * Inheritance information setup/ *********************************************************/ extern "C" void G__cpp_setup_inheritanceG__GuiHtml() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml))) { TGHtml *G__Lderived; G__Lderived=(TGHtml*)0x1000; { TGView *G__Lpbase=(TGView*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),(long)G__Lpbase-(long)G__Lderived,1,1); } { TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGFrame *G__Lpbase=(TGFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGWindow *G__Lpbase=(TGWindow*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGObject *G__Lpbase=(TGObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TQObject *G__Lpbase=(TQObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGWidget *G__Lpbase=(TGWidget*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,0); } } if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser))) { TGHtmlBrowser *G__Lderived; G__Lderived=(TGHtmlBrowser*)0x1000; { TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,1); } { TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGFrame *G__Lpbase=(TGFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGWindow *G__Lpbase=(TGWindow*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGObject *G__Lpbase=(TGObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser),G__get_linked_tagnum(&G__G__GuiHtmlLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TQObject *G__Lpbase=(TQObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser),G__get_linked_tagnum(&G__G__GuiHtmlLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0); } } if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView))) { TGView *G__Lderived; G__Lderived=(TGView*)0x1000; { TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1); } { TGFrame *G__Lpbase=(TGFrame*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGWindow *G__Lpbase=(TGWindow*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGObject *G__Lpbase=(TGObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TObject *G__Lpbase=(TObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),G__get_linked_tagnum(&G__G__GuiHtmlLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TQObject *G__Lpbase=(TQObject*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),G__get_linked_tagnum(&G__G__GuiHtmlLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0); } { TGWidget *G__Lpbase=(TGWidget*)G__Lderived; G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,1); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableG__GuiHtml() { /* Setting up typedef entry */ G__search_typename2("UInt_t",104,-1,0,-1); G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0); G__search_typename2("Bool_t",103,-1,0,-1); G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0); G__search_typename2("Version_t",115,-1,0,-1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("pair",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_pairlEunsignedsPintcOintgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector >",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector >",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector >",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("iterator",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* TGHtml */ static void G__setup_memvarTGHtml(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml)); { TGHtml *p; p=(TGHtml*)0x1000; if (p) { } G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement),-1,-1,2,"fPFirst=",0,"First HTML token on a list of them all"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement),-1,-1,2,"fPLast=",0,"Last HTML token on the list"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fNToken=",0,"Number of HTML tokens on the list."); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement),-1,-1,2,"fLastSized=",0,"Last HTML element that has been sized"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement),-1,-1,2,"fNextPlaced=",0,"Next HTML element that needs to be"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBlock),-1,-1,2,"fFirstBlock=",0,"List of all TGHtmlBlock tokens"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBlock),-1,-1,2,"fLastBlock=",0,"Last TGHtmlBlock in the list"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlInput),-1,-1,2,"fFirstInput=",0,"First element"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlInput),-1,-1,2,"fLastInput=",0,"Last element"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fNInput=",0,"The number of elements"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fNForm=",0,"The number of
elements"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fVarId=",0,"Used to construct a unique name for a"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fInputIdx=",0,"Unique input index"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fRadioIdx=",0,"Unique radio index"); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_SHtmlIndex_t),-1,-1,2,"fSelBegin=",0,"Start of the selection"); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_SHtmlIndex_t),-1,-1,2,"fSelEnd=",0,"End of the selection"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBlock),-1,-1,2,"fPSelStartBlock=",0,"Block in which selection starts"); G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Html_16_t"),-1,2,"fSelStartIndex=",0,"Index in pSelStartBlock of first selected"); G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Html_16_t"),-1,2,"fSelEndIndex=",0,"Index of last selecte char in pSelEndBlock"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBlock),-1,-1,2,"fPSelEndBlock=",0,"Block in which selection ends"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fInsOnTime=",0,"How long the cursor states one (millisec)"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fInsOffTime=",0,"How long it is off (milliseconds)"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fInsStatus=",0,"Is it visible?"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TTimer),-1,-1,2,"fInsTimer=",0,"Timer used to flash the insertion cursor"); G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_SHtmlIndex_t),-1,-1,2,"fIns=",0,"The insertion cursor position"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBlock),-1,-1,2,"fPInsBlock=",0,"The TGHtmlBlock containing the cursor"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fInsIndex=",0,"Index in pInsBlock of the cursor"); G__memvar_setup((void*)0,67,0,0,-1,-1,-1,2,"fZText=",0,"Complete text of the unparsed HTML"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fNText=",0,"Number of characters in zText"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fNAlloc=",0,"Space allocated for zText"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fNComplete=",0,"How much of zText has actually been"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fICol=",0,"The column in which zText[nComplete]"); G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fIPlaintext=",0,"If not zero, this is the token type that"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlScript),-1,-1,2,"fPScript=",0,"