ELF>H@@('  UH@dH%(HD$81HHt$HD$HFHD$$D$ t0H|$1HT$8dH+%(uhH@]@HT$H|$H5|$HtHt+HH5HPtHuH1Huff.fUSHHdH%(HD$81HHt$HD$HFHD$$D$ HD$t6H|$1HT$8dH+%(HH[]DHt$H|$tHl$H=HtHH=uHuHc@HH=tHH=tHSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uZH0[fDHHuӐtHuHcHHH;tЉff.fSH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uZH0[fDHHuӐtHuHcHHH;tЉff.fH8fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u>H(HtD$9D$t;H111HT$(dH+%(udH8HHuҐt,HLJHuHHf.HHH;t@SH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$u=H(HtD$9D$t:H111HT$(dH+%(uUH0[fDHHuӐtHuHcfHHH;tЉfATUSH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uYHD$Ho(Ht!\$ +\$$tJH|$1HT$8dH+%(H@[]A\HHuːHt$H|$tD$$Ld$u`HELH@H;H=tLH=u-HaHcVf.LLH=tLH=tLfDHЉfUH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(H@]fDHHuϐHt$ H|$tD$$t$ tQ9ON9tHEHHrHHd@HEHH;u49ON9tHHff.ATH0fnFdH%(HD$(1HH4$HD$HGfnȉD$fbfD$uDH(HtD$9D$tIH11E1HD$(dH+%(H0LA\@HHufHHRxH;IMtoI$H5LPtZHuLIHoHbL1HHP@L8fE1H"DIjfATL%H HH5LuLHLA\ATIUHHt HH5LHtHmtH]A\HH]A\UH@fnFdH%(HD$81HHt$HD$HGfnȉD$(fbfD$ uLHo(Ht!D$ +D$$tFH|$1HT$8dH+%(urH@]f.HHuϐHt$ H|$tD$$t$ u)HEHHuHHDH9ON9tHHLJSafeDownCastvtkObjectBasevtkHoverWidgetIsTypeOfGetTimerDurationMaxValueGetTimerDurationMinValueCreateDefaultRepresentationGetTimerDurationIsASetTimerDurationNewInstanceSetEnabledvtkAbstractWidgetvtkInteractorObservervtkObjectUH=Hu]ÐHH=tHH=tHH=tH]vtkHoverWidget - invoke a vtkTimerEvent when hovering Superclass: vtkAbstractWidget The vtkHoverWidget is used to invoke an event when hovering in a render window. Hovering occurs when mouse motion (in the render window) does not occur for a specified amount of time (i.e., TimerDuration). This class can be used as is (by observing TimerEvents) or for class derivation for those classes wishing to do more with the hover event. To use this widget, specify an instance of vtkHoverWidget and specify the time (in milliseconds) defining the hover period. Unlike most widgets, this widget does not require a representation (although subclasses like vtkBalloonWidget do require a representation). @par Event Bindings: By default, the widget observes the following VTK events (i.e., it watches the vtkRenderWindowInteractor for these events): MouseMoveEvent - manages a timer used to determine whether the mouse is hovering. TimerEvent - when the time between events (e.g., mouse move), then a timer event is invoked. KeyPressEvent - when the "Enter" key is pressed after the balloon appears, a callback is activated (e.g., WidgetActivateEvent). @par Event Bindings: Note that the event bindings described above can be changed using this class's vtkWidgetEventTranslator. This class translates VTK events into the vtkHoverWidget's widget events: vtkWidgetEvent::Move -- start (or reset) the timer vtkWidgetEvent::TimedOut -- when enough time is elapsed between defined VTK events the hover event is invoked. vtkWidgetEvent::SelectAction -- activate any callbacks associated with the balloon. @par Event Bindings: This widget invokes the following VTK events on itself when the widget determines that it is hovering. Note that observers of this widget can listen for these events and take appropriate action. vtkCommand::TimerEvent (when hovering is determined to occur) vtkCommand::EndInteractionEvent (after a hover has occurred and the mouse begins moving again). vtkCommand::WidgetActivateEvent (when the balloon is selected with a keypress). @sa vtkAbstractWidget vtkInteractionWidgetsPython.vtkHoverWidgetV.IsTypeOf(string) -> int C++: static vtkTypeBool IsTypeOf(const char *type) Standard methods for a VTK class. V.IsA(string) -> int C++: vtkTypeBool IsA(const char *type) override; Standard methods for a VTK class. V.SafeDownCast(vtkObjectBase) -> vtkHoverWidget C++: static vtkHoverWidget *SafeDownCast(vtkObjectBase *o) Standard methods for a VTK class. V.NewInstance() -> vtkHoverWidget C++: vtkHoverWidget *NewInstance() Standard methods for a VTK class. V.SetTimerDuration(int) C++: virtual void SetTimerDuration(int _arg) Specify the hovering interval (in milliseconds). If after moving the mouse the pointer stays over a vtkProp for this duration, then a vtkTimerEvent::TimerEvent is invoked. V.GetTimerDurationMinValue() -> int C++: virtual int GetTimerDurationMinValue() Specify the hovering interval (in milliseconds). If after moving the mouse the pointer stays over a vtkProp for this duration, then a vtkTimerEvent::TimerEvent is invoked. V.GetTimerDurationMaxValue() -> int C++: virtual int GetTimerDurationMaxValue() Specify the hovering interval (in milliseconds). If after moving the mouse the pointer stays over a vtkProp for this duration, then a vtkTimerEvent::TimerEvent is invoked. V.GetTimerDuration() -> int C++: virtual int GetTimerDuration() Specify the hovering interval (in milliseconds). If after moving the mouse the pointer stays over a vtkProp for this duration, then a vtkTimerEvent::TimerEvent is invoked. V.SetEnabled(int) C++: void SetEnabled(int) override; The method for activating and deactivating this widget. This method must be overridden because it performs special timer-related operations. V.CreateDefaultRepresentation() C++: void CreateDefaultRepresentation() override; A default representation, of which there is none, is created. Note that the superclasses vtkAbstractWidget::GetRepresentation() method returns nullptr. HHHDGCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0GNUzRx 10 D X l  EDPa AE bEY B }(EAD`n AAF ED@ AG <ED@ AG `H@ I |ED@ AG 0FAA D`  AABH tEDP AG gFD@ EE MFF08OFDD n ABA DDBl EDP AK 2   "Q|0c@tg`#K x} *(3Le" 1" &" V" ~"" HW"bJ`o0 M O9NZ|,<_ZL26PyvtkHoverWidget_StaticNewv_ZL29PyvtkHoverWidget_SafeDownCastP7_objectS0__ZL25PyvtkHoverWidget_IsTypeOfP7_objectS0__ZL41PyvtkHoverWidget_GetTimerDurationMaxValueP7_objectS0__ZL41PyvtkHoverWidget_GetTimerDurationMinValueP7_objectS0__ZL44PyvtkHoverWidget_CreateDefaultRepresentationP7_objectS0__ZL33PyvtkHoverWidget_GetTimerDurationP7_objectS0__ZL20PyvtkHoverWidget_IsAP7_objectS0__ZL33PyvtkHoverWidget_SetTimerDurationP7_objectS0__ZL28PyvtkHoverWidget_NewInstanceP7_objectS0__ZL21PyvtkHoverWidget_Type_ZL24PyvtkHoverWidget_Methods_GLOBAL__sub_I_vtkHoverWidgetPython.cxx_ZL27PyvtkHoverWidget_SetEnabledP7_objectS0_.LC0.LC1.LC2.LC6.LC3.LC4.LC5.LC7.LC8.LC9.LC10.LC11.LC12.LC13.LC15.LC14_ZN14vtkHoverWidget16SetTimerDurationEi_ZN14vtkHoverWidget24GetTimerDurationMinValueEv_ZN14vtkHoverWidget24GetTimerDurationMaxValueEv_ZN14vtkHoverWidget16GetTimerDurationEv_ZN14vtkHoverWidget27CreateDefaultRepresentationEv_ZN14vtkHoverWidget3NewEv_ZNK14vtkHoverWidget19NewInstanceInternalEv_ZN13vtkPythonArgs13ArgCountErrorEii_ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRbPyErr_Occurred_ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__stack_chk_fail_ZN14vtkHoverWidget3IsAEPKcstrcmp_ZN13vtkObjectBase8IsTypeOfEPKc_ZN13vtkPythonArgs8GetValueERPcPyLong_FromLong_ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1__GLOBAL_OFFSET_TABLE__Py_NoneStruct_ZN13vtkPythonArgs8GetValueERiPyVTKObject_CheckPyVTKObject_GetObjectPyVTKObject_SetFlagPyvtkHoverWidget_ClassNewPyVTKClass_AddPyvtkAbstractWidget_ClassNewPyType_ReadyPyVTKAddFile_vtkHoverWidgetPyDict_SetItemString_Py_Dealloc_ZN14vtkHoverWidget10SetEnabledEiPyType_TypePyVTKObject_DeletePyVTKObject_ReprPyVTKObject_StringPyObject_GenericGetAttrPyObject_GenericSetAttrPyVTKObject_AsBufferPyVTKObject_TraversePyVTKObject_GetSetPyVTKObject_NewPyObject_GC_Del,`456768  J4}<:!:6=":#:;8!$n4>6=*/8%^4>6=*.8&M4q>6*@*18'>4a>{6=*08(64a>{<*9:!:6=":#:";:8a)4>A?6O*@n*-8*/ 4Y >z *3 2  6 7 B C D 6# 89 G N V F\ d Gn s H E  J +J 4q > A 6 *@ L 82 K2:&!+:9">:L#Q:^;,M0NXOPQRSTU8V@W *  (8 @ HX ` hx  @  L  3      e(8 4H\p  @d@ 0 < p .symtab.strtab.shstrtab.rela.text.data.bss.text._ZN14vtkHoverWidget16SetTimerDurationEi.text._ZN14vtkHoverWidget24GetTimerDurationMinValueEv.text._ZN14vtkHoverWidget24GetTimerDurationMaxValueEv.text._ZN14vtkHoverWidget16GetTimerDurationEv.text._ZN14vtkHoverWidget27CreateDefaultRepresentationEv.rela.text._ZNK14vtkHoverWidget19NewInstanceInternalEv.rodata.str1.1.rodata._ZN14vtkHoverWidget3IsAEPKc.str1.1.rela.text._ZN14vtkHoverWidget3IsAEPKc.rodata.str1.8.rela.text.startup.rela.init_array.rela.data.rel.rela.data.rel.local.comment.note.GNU-stack.note.gnu.property.rela.eh_frame.group\@%-\H%.\P%/\X%0\`%1\h %3\t %9  @4h %&W ,W 1` 1_    7 2@?%i2 x2 2 b@ ?%2H@?0%@(@%  @@@ % ` @`A%!0 ",*L":P" Rp"M@0D%#%@&- P-L(Fc