Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Latest commit

 

History

History
364 lines (54 loc) · 3.72 KB

vglModule.interactorStyle.rst

File metadata and controls

364 lines (54 loc) · 3.72 KB

vgl.interactorStyle (class)

vgl.interactorStyle interactorStyle is a base class for all interactor styles

.. js:class:: vgl.interactorStyle ()



   .. ============================== constructor details ====================








   Create a new instance of class interactorStyle













   :returns:



     :rtype: vgl.interactorStyle














   .. ============================== properties summary =====================



   .. ============================== events summary ========================





   .. ============================== field details ==========================



   .. ============================== method details =========================






   .. js:function:: vgl.interactorStyle.viewer()





       Return viewer referenced by the interactor style












       :returns:


       :rtype: null










   .. js:function:: vgl.interactorStyle.setViewer(viewer)





       :param  viewer:







       Set viewer for the interactor style



















   .. js:function:: vgl.interactorStyle.handleMouseDown(event)





       :param  event:







       Handle mouse down event












       :returns:


       :rtype: boolean










   .. js:function:: vgl.interactorStyle.handleMouseUp(event)





       :param  event:







       Handle mouse up event












       :returns:


       :rtype: boolean










   .. js:function:: vgl.interactorStyle.handleMouseMove(event)





       :param  event:







       Handle mouse move event












       :returns:


       :rtype: boolean










   .. js:function:: vgl.interactorStyle.handleKeyPress(event)





       :param  event:







       Handle key press event












       :returns:


       :rtype: boolean










   .. js:function:: vgl.interactorStyle.handleContextMenu(event)





       :param  event:







       Handle context menu event












       :returns:


       :rtype: boolean









   .. ============================== event details =========================



Documentation generated by jsdoc-toolkit 2.4.0 using jsdoc-toolkit-rst-template