Searched refs:dragging (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp111 bool dragging = event.Dragging(); local
114 // If we're very close to the position we started dragging
116 if (dragging)
131 // Dragging - note that the effect of dragging is left entirely up
134 if (dragging && m_draggedShape && m_dragState == StartDraggingLeft)
149 else if (dragging && m_draggedShape && m_dragState == ContinueDraggingLeft)
151 // Continue dragging
166 else if (dragging && m_draggedShape && m_dragState == StartDraggingRight)
179 else if (dragging && m_draggedShape && m_dragState == ContinueDraggingRight)
181 // Continue dragging
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dgauge.cpp245 Boolean dragging; /* drag in progress ? */ member in struct:_XmGaugePart
625 Boolean dragging = False;
647 dragging = (x > sht) && (y > sht) &&
652 dragging = (x > w->core.width - size - sht) && (y > sht) &&
662 dragging = (x > sht) && (y > sht) &&
668 dragging = (x > sht) && (y > w->core.height - size - sht) &&
673 THIS.dragging = dragging;
691 if( ! THIS.dragging) return;
756 if( ! THIS.dragging) retur
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddragimag.tex6 On Windows, the WIN32 API is used to do achieve smooth dragging. On other platforms,
13 To use this class, when you wish to start dragging an image, create a wxDragImage
20 You can drag within one window, or you can use full-screen dragging
23 two windows, then you will need to use full-screen dragging.
115 Start dragging the image, in a window or full screen.
119 Start dragging the image, using the first window to capture the mouse and the second
135 \docparam{window}{The window that captures the mouse, and within which the dragging
146 bounds the dragging operation. Specifying this can make the operation more efficient
196 You can move the image either when the image is hidden or shown, but in general dragging
203 Shows the image. Call this at least once when dragging
[all...]
H A Dsashevt.tex24 when the user has finished dragging a sash.}
26 when the user has finished dragging a sash. The event handler is called when windows with ids in the
H A Dfildatob.tex12 copying (or dragging) file(s) from a wxWidgets application is not currently
H A Dsplitevt.tex36 after dragging the splitter.
113 tracking bar position so visual feedback during dragging will
H A Dgridevt.tex283 \twocolitem{{\bf EVT\_GRID\_COL\_SIZE(func)}}{The user resized a column by dragging it. Processes a wxEVT\_GRID\_COL\_SIZE.}
284 \twocolitem{{\bf EVT\_GRID\_ROW\_SIZE(func)}}{The user resized a row by dragging it. Processes a wxEVT\_GRID\_ROW\_SIZE.}
285 \twocolitem{{\bf EVT\_GRID\_CMD\_COL\_SIZE(func)}}{The user resized a column by dragging it; variant taking a window identifier. Processes a wxEVT\_GRID\_COL\_SIZE.}
286 \twocolitem{{\bf EVT\_GRID\_CMD\_ROW\_SIZE(func)}}{The user resized a row by dragging it; variant taking a window identifier. Processes a wxEVT\_GRID\_ROW\_SIZE.}
H A Dtaui.tex37 window dragging as well as frame animation.
H A Dlistevt.tex23 \twocolitem{{\bf EVT\_LIST\_BEGIN\_DRAG(id, func)}}{Begin dragging with the left mouse button.}
24 \twocolitem{{\bf EVT\_LIST\_BEGIN\_RDRAG(id, func)}}{Begin dragging with the right mouse button.}
94 dragging events, it is the column to the left of the divider being dragged, for
H A Dtreeevt.tex23 \twocolitem{{\bf EVT\_TREE\_BEGIN\_DRAG(id, func)}}{The user has started dragging an item with the left mouse button. The event handler must call {\bf wxTreeEvent::Allow()} for the drag operation to continue.}
24 \twocolitem{{\bf EVT\_TREE\_BEGIN\_RDRAG(id, func)}}{The user has started dragging an item with the right mouse button. The event handler must call {\bf wxTreeEvent::Allow()} for the drag operation to continue.}
26 \twocolitem{{\bf EVT\_TREE\_END\_DRAG(id, func)}}{The user has released the mouse after dragging an item.}
H A Dgrid.tex58 \twocolitem{{\bf EVT\_GRID\_COL\_SIZE(func)}}{The user resized a column by dragging it. Processes a wxEVT\_GRID\_COL\_SIZE.}
59 \twocolitem{{\bf EVT\_GRID\_ROW\_SIZE(func)}}{The user resized a row by dragging it. Processes a wxEVT\_GRID\_ROW\_SIZE.}
60 \twocolitem{{\bf EVT\_GRID\_CMD\_COL\_SIZE(func)}}{The user resized a column by dragging it; variant taking a window identifier. Processes a wxEVT\_GRID\_COL\_SIZE.}
61 \twocolitem{{\bf EVT\_GRID\_CMD\_ROW\_SIZE(func)}}{The user resized a row by dragging it; variant taking a window identifier. Processes a wxEVT\_GRID\_ROW\_SIZE.}
264 Returns true if columns can be moved by dragging with the mouse. Columns can be moved
265 by dragging on their labels.
273 Returns true if columns can be resized by dragging with the mouse. Columns can be resized
274 by dragging the edges of their labels. If grid line dragging is enabled they can also be
275 resized by dragging th
[all...]
H A Dsashwin.tex37 when the user has finished dragging a sash.}
39 when the user has finished dragging a sash. The event handler is called when windows with ids in the
H A Dtdnd.tex32 \item{\bf Drag start:} To start the dragging process (typically in response to a
H A Dauinotebook.tex36 \twocolitem{\windowstyle{wxAUI\_NB\_TAB\_SPLIT}}{Allows the tab control to be split by dragging a tab.}
37 \twocolitem{\windowstyle{wxAUI\_NB\_TAB\_MOVE}}{Allows a tab to be moved horizontally by dragging.}
H A Dmouseevt.tex23 example, when the user is dragging the mouse you can use
256 Returns true if this was a dragging event (motion while a button is depressed).
406 mouse" messages to determine whether the user is (still) dragging the mouse.
H A Dsplitter.tex355 The default minimum pane size is zero, which means that either pane can be reduced to zero by dragging
356 the sash, thus removing one of the panes. To prevent this behaviour (and veto out-of-range sash dragging),
H A Dtreectrl.tex83 \twocolitem{{\bf EVT\_TREE\_BEGIN\_DRAG(id, func)}}{Begin dragging with the left mouse button.}
84 \twocolitem{{\bf EVT\_TREE\_BEGIN\_RDRAG(id, func)}}{Begin dragging with the right mouse button.}
85 \twocolitem{{\bf EVT\_TREE\_END\_DRAG(id, func)}}{End dragging with the left or right mouse button.}
H A Dauimanager.tex281 When a user creates a new dock by dragging a window into a docked position, often times the large size of the
H A Dlistctrl.tex90 \twocolitem{{\bf EVT\_LIST\_BEGIN\_DRAG(id, func)}}{Begin dragging with the left mouse button.}
91 \twocolitem{{\bf EVT\_LIST\_BEGIN\_RDRAG(id, func)}}{Begin dragging with the right mouse button.}
H A Dbody.tex549 FL provides sophisticated pane dragging and docking facilities.
H A Dtsamples.tex190 Finally, the last part is used for dragging text from it to either one of the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/isosurf/
H A Disosurf.cpp451 static int dragging = 0; local
457 if(!dragging)
459 dragging = 1;
471 dragging = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex109 position (tip: keep within the object perimeter). Left-dragging the
337 \twocolitem{\image{1cm;0cm}{arrow.bmp}}{{\bf Pointer tool} Click on this to allow dragging and selection of objects.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djqueryui-1.8.16.min.js31 "original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(d){var c=
34 this.originalPosition=this.position=this._generatePosition(d);this.originalPageX=d.pageX;this.originalPageY=d.pageY;c.cursorAt&&this._adjustOffsetFromHelper(c.cursorAt);c.containment&&this._setContainment();if(this._trigger("start",d)===false){this._clear();return false}this._cacheHelperProportions();a.ui.ddmanager&&!c.dropBehaviour&&a.ui.ddmanager.prepareOffsets(this,d);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(d,true);a.ui.ddmanager&&a.ui.ddmanager.dragStart(this,d);return true},
37 10),function(){e._trigger("stop",d)!==false&&e._clear()})}else this._trigger("stop",d)!==false&&this._clear();return false},_mouseUp:function(d){this.options.iframeFix===true&&a("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)});a.ui.ddmanager&&a.ui.ddmanager.dragStop(this,d);return a.ui.mouse.prototype._mouseUp.call(this,d)},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(d){var c=!this.options.handle||
50 526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():h?0:e.scrollLeft())}},_clear:function(){this.helper.removeClass("ui-draggable-dragging");this.helper[0]!=this.element[0]&&!this.cancelHelperRemoval&&this.helper.remove();this.helper=null;this.cancelHelperRemoval=false},_trigger:function(d,c,e){e=e||this._uiHash();a.ui.plugin.call(this,d,[c,e]);if(d=="drag")this.positionAbs=this._convertPositionTo("absolute");return a.Widget.prototype._trigger.call(this,d,c,
69 this._trigger("over",d,this.ui(c))}},_out:function(d){var c=a.ui.ddmanager.current;if(!(!c||(c.currentItem||c.element)[0]==this.element[0]))if(this.accept.call(this.element[0],c.currentItem||c.element)){this.options.hoverClass&&this.element.removeClass(this.options.hoverClass);this._trigger("out",d,this.ui(c))}},_drop:function(d,c){var e=c||a.ui.ddmanager.current;if(!e||(e.currentItem||e.element)[0]==this.element[0])return false;var h=false;this.element.find(":data(droppable)").not(".ui-draggable-dragging").each(function(){var g=
127 document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start",d,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!e)for(e=this.containers.length-1;e>=0;e--)this.containers[e]._trigger("activate",d,h._uiHash(this));if(a.ui.ddmanager)a.ui.ddmanager.current=this;a.ui.ddmanager&&!c.dropBehaviour&&a.ui.ddmanager.prepareOffsets(this,d);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(d);
133 e.reverting=true;a(this.helper).animate({left:c.left-this.offset.parent.left-e.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:c.top-this.offset.parent.top-e.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){e._clear(d)})}else this._clear(d,c);return false}},cancel:function(){var d=this;if(this.dragging){this._mouseUp({target:null});this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):
135 dragging:false,reverting:false,_noFinalSort:null});this.domPosition.prev?a(this.domPosition.prev).after(this.currentItem):a(this.domPosition.parent).prepend(this.currentItem)}return this},serialize:function(d){var c=this._getItemsAsjQuery(d&&d.connected),e=[];d=d||{};a(c).each(function(){var h=(a(d.item||this).attr(d.attribute||"id")||"").match(d.expression||/(.+)[-=_](.+)/);if(h)e.push((d.key||h[1]+"[]")+"="+(d.key&&d.expression?h[1]:h[2]))});!e.length&&d.key&&e.push(d.key+"=");return e.join("&")},
164 this.containers[h]));if(this.containers[h].containerCache.over){e.push(function(g){return function(i){g._trigger("out",i,this._uiHash(this))}}.call(this,this.containers[h]));this.containers[h].containerCache.over=0}}this._storedCursor&&a("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!c){this._trigger("beforeStop",
352 handle:".ui-dialog-titlebar",containment:"document",start:function(l,o){j=b.height==="auto"?"auto":a(this).height();a(this).height(a(this).height()).addClass("ui-dialog-dragging");
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-ui.js800 + " ui-draggable-dragging"
843 this.helper.addClass("ui-draggable-dragging");
908 //If the ddmanager is used for droppables, inform the manager that dragging has started (see #5003)
982 //If the ddmanager is used for droppables, inform the manager that dragging has stopped (see #5003)
990 if(this.helper.is(".ui-draggable-dragging")) {
1171 if(this.originalPosition) { //If we are not dragging yet, we won't check for options
1222 this.helper.removeClass("ui-draggable-dragging");
1334 //Now we fake the start of dragging for the sortable instance,
1670 this.element.find(":data(droppable)").not(".ui-draggable-dragging").each(function() {
1797 //Listen for scrolling so that if the dragging cause
[all...]

Completed in 209 milliseconds