📄 qtmouseevent.html
字号:
<BR> This method returns true if the location of the QTMouseEvent is within the Space's area, or false if it isn't.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTMouseController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseController.html#mouseClicked(quicktime.app.event.QTMouseEvent)">mouseClicked</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> If the QTMouseController has a MouseButtonListener(s) it will dispatch click events that occur within its Space's area to those listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseController.html#doMouseClicked(quicktime.app.event.QTMouseEvent)">doMouseClicked</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTMouseController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseController.html#mousePressed(quicktime.app.event.QTMouseEvent)">mousePressed</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> If the QTMouseController has a MouseButtonListener(s) it will dispatch press events that occur within its Space's area to those listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseController.html#doMousePressed(quicktime.app.event.QTMouseEvent)">doMousePressed</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTMouseController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseController.html#mouseReleased(quicktime.app.event.QTMouseEvent)">mouseReleased</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> If the QTMouseController has a MouseButtonListener(s) it will dispatch release events that occur within its Space's area to those listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseController.html#doMouseReleased(quicktime.app.event.QTMouseEvent)">doMouseReleased</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTMouseController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseController.html#mouseDragged(quicktime.app.event.QTMouseEvent)">mouseDragged</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> If the QTMouseController has a MouseMoveListener(s) it will dispatch drag events that occur within its Space's area to those listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseController.html#doMouseDragged(quicktime.app.event.QTMouseEvent)">doMouseDragged</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTMouseController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseController.html#mouseMoved(quicktime.app.event.QTMouseEvent)">mouseMoved</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> If the QTMouseController has a MouseMoveListener(s) it will dispatch move events that occur within its Space's area to those listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseController.html#doMouseMoved(quicktime.app.event.QTMouseEvent, boolean)">doMouseMoved</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e, boolean isWithinItsSpace)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTMouseController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseController.html#mouseEntered(quicktime.app.event.QTMouseEvent)">mouseEntered</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> If the QTMouseController has a MouseEnterExitListener(s) it will dispatch a mouseEntered event when the mouse moves or is dragged into the space.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseController.html#doMouseEntered(quicktime.app.event.QTMouseEvent)">doMouseEntered</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTMouseController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseController.html#mouseExited(quicktime.app.event.QTMouseEvent)">mouseExited</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> If the QTMouseController has a MouseEnterExitListener(s) it will dispatch a mouseExited event when the mouse moves or is dragged out of the space.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseController.html#doMouseExited(quicktime.app.event.QTMouseEvent)">doMouseExited</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseTargetController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseTargetController.html#doMousePressed(quicktime.app.event.QTMouseEvent)">doMousePressed</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTMouseTargetController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseTargetController.html#mouseReleased(quicktime.app.event.QTMouseEvent)">mouseReleased</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> If the QTMouseController has a MouseButtonListener(s) it will dispatch release events that occur within its Space's area to those listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseTargetController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseTargetController.html#doMouseReleased(quicktime.app.event.QTMouseEvent, boolean)">doMouseReleased</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e, boolean isWithin)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseTargetController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseTargetController.html#doMouseClicked(quicktime.app.event.QTMouseEvent)">doMouseClicked</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTMouseTargetController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseTargetController.html#mouseDragged(quicktime.app.event.QTMouseEvent)">mouseDragged</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> If the QTMouseController has a MouseMoveListener(s) it will dispatch drag events that occur within its Space's area to those listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseTargetController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseTargetController.html#doMouseDragged(quicktime.app.event.QTMouseEvent)">doMouseDragged</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseTargetController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseTargetController.html#doMouseTargetExit(quicktime.app.event.QTMouseEvent)">doMouseTargetExit</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseTargetController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseTargetController.html#doMouseTargetEnter(quicktime.app.event.QTMouseEvent)">doMouseTargetEnter</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseTargetController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseTargetController.html#doMouseMoved(quicktime.app.event.QTMouseEvent, boolean)">doMouseMoved</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e, boolean isWithinItsSpace)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTMouseTargetController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseTargetController.html#mouseEntered(quicktime.app.event.QTMouseEvent)">mouseEntered</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> If the QTMouseController has a MouseEnterExitListener(s) it will dispatch a mouseEntered event when the mouse moves or is dragged into the space.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseTargetController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseTargetController.html#doMouseEntered(quicktime.app.event.QTMouseEvent)">doMouseEntered</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>QTMouseTargetController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseTargetController.html#mouseExited(quicktime.app.event.QTMouseEvent)">mouseExited</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> If the QTMouseController has a MouseEnterExitListener(s) it will dispatch a mouseExited event when the mouse moves or is dragged out of the space.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected void</CODE></FONT></TD><TD><CODE><B>QTMouseTargetController.</B><B><A HREF="../../../../quicktime/app/event/QTMouseTargetController.html#doMouseExited(quicktime.app.event.QTMouseEvent)">doMouseExited</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> This method dispatches the event to the appropriate listeners.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD><TD><CODE><B>MouseEnterExitListener.</B><B><A HREF="../../../../quicktime/app/event/MouseEnterExitListener.html#mouseEntered(quicktime.app.event.QTMouseEvent)">mouseEntered</A></B>(<A HREF="../../../../quicktime/app/event/QTMouseEvent.html">QTMouseEvent</A> e)</CODE><BR> Invoked when the mouse enters a space.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> void</CODE></FONT></TD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -