Searched refs:GetY (Results 26 - 50 of 106) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibar.cpp2280 if (gripper_rect.Contains(evt.GetX(), evt.GetY()))
2288 int y_drag_offset = evt.GetY() - gripper_rect.GetY();
2307 e.SetClickPoint(wxPoint(evt.GetX(), evt.GetY()));
2354 m_action_pos = wxPoint(evt.GetX(), evt.GetY());
2355 m_action_item = FindToolByPosition(evt.GetX(), evt.GetY());
2395 wxAuiToolBarItem* hit_item = FindToolByPosition(evt.GetX(), evt.GetY());
2413 hit_item = FindToolByPosition(evt.GetX(), evt.GetY());
2463 if (gripper_rect.Contains(evt.GetX(), evt.GetY()))
2480 m_action_pos = wxPoint(evt.GetX(), evt.GetY());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtreectlg.cpp191 int GetY() const { return m_y; } function in class:wxGenericTreeItem
427 m_owner->CalcScrolledPosition(item->GetX(), item->GetY(), &x, &y);
1956 wxGenericTreeItem *first= (item1->GetY()<item2->GetY()) ? item1 : item2;
1957 wxGenericTreeItem *last = (item1->GetY()<item2->GetY()) ? item2 : item1;
2154 int item_y = gitem->GetY();
2388 wxRect rect( x, item->GetY()+offset, w, total_h-offset);
2418 wxRect rect( item->GetX() + image_w - 2, item->GetY()+offset,
2439 wxRect rect( item->GetX()-2, item->GetY()
[all...]
H A Dstatusbr.cpp432 org_y + event.GetY(),
441 org_y + event.GetY(),
476 org_y + event.GetY(),
H A Dtabg.cpp75 int tabY = GetY() + viewY;
125 int bottomY = m_view->GetViewRect().y + m_view->GetViewRect().height + GetY() + m_view->GetTabHeight() + m_view->GetTopMargin();
243 int tabTop = GetY() + m_view->GetViewRect().y - tabInc;
494 int tabY1 = GetY() + m_view->GetViewRect().y;
671 if (tab->GetY() < minY)
672 minY = tab->GetY();
986 int thisY = control->GetY();
989 int otherY = otherTab->GetY();
H A Dbuttonbar.cpp544 wxButtonToolBarTool* tool = (wxButtonToolBarTool*) FindToolForPosition(event.GetX(), event.GetY());
545 if (tool && tool->GetButton() && (event.GetY() > (tool->m_y + tool->GetButton()->GetSize().y)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dregion.cpp99 y = r.GetY();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dcanvas.cpp170 int mouseY = (int)event.GetY();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsplitevt.tex86 \membersection{wxSplitterEvent::GetY}\label{wxsplittereventgety}
88 \constfunc{int}{GetY}{\void}
H A Drect.tex199 Gets the top point of the rectangle (the same as \helpref{wxRect::GetY}{wxrectgety}).
216 \membersection{wxRect::GetY}\label{wxrectgety}
218 \constfunc{int}{GetY}{\void}
H A Dpaintevt.tex77 vY = upd.GetY();
H A Dtab.tex176 \membersection{wxTabControl::GetY}
178 \func{int}{GetY}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dregion.h112 wxCoord GetY() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/isosurf/
H A Disosurf.cpp454 //printf("%f %f %d\n", event.GetX(), event.GetY(), (int)event.LeftIsDown());
464 xrot += (event.GetY() - last_y)*1.0;
468 last_y = event.GetY();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dshapes.cpp304 shape->OnDrawOutline(dc, shape->GetX() + offsetX, shape->GetY() + offsetY, w, h);
331 g_DragOffsetY = GetShape()->GetY() - y;
340 g_DragStartY = GetShape()->GetY();
363 shape->OnDrawOutline(dc, shape->GetX() + offsetX, shape->GetY() + offsetY, w, h);
449 newShape2->SetY(shape->GetY() + offsetY);
1007 double y1 = GetY() - (height/2.0);
1009 double y2 = GetY() + (height/2.0);
H A Dcsprint.cpp83 newShape->SetY(newShape->GetY() + offsetY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadListCtrl.cpp906 wxDCClipper clipper( *dc, rect.GetX(), rect.GetY(), rect.GetWidth(), rect.GetHeight() );
937 m_ImageList.Draw(image, *dc, rect.GetX(), rect.GetY() - 1,
939 dc->DrawText(filename, rect.GetX() + imgWidth + 4, rect.GetY());
941 dc->DrawText(filename, rect.GetX(), rect.GetY());
1007 dc->Blit( rect.GetX(), rect.GetY() + 1, iWidth, iHeight, &cdcStatus, 0, 0);
1017 int middley = (2*rect.GetY() + rect.GetHeight()) >> 1;
1106 dc->DrawText( text, rect.GetX(), rect.GetY() );
H A DOScopeCtrl.cpp429 yPrev - m_rectPlot.GetY(),
431 y - m_rectPlot.GetY());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dchecklst.cpp185 y = rc.GetY();
507 int nItem = HitTest(event.GetX(), event.GetY());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/popup/
H A Dpopup.cpp169 wxLogMessage( wxT("0x%lx SimpleTransientPopup::ProcessLeftDown pos(%d, %d)"), long(this), event.GetX(), event.GetY());
206 wxLogMessage( wxT("0x%lx SimpleTransientPopup::OnMouse pos(%d, %d)"), long(event.GetEventObject()), event.GetX(), event.GetY());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp364 xp1 = contains->GetX(); yp1 = contains->GetY(); xp2 = contained->GetX(); yp2 = contained->GetY();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dregion.cpp377 wxCoord wxRegionIterator::GetY() const function in class:wxRegionIterator
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dresource.h87 inline int GetY() const { return m_y; } function in class:wxItemResource
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dbasicp.h25 inline double GetY() const { return m_y; } function in class:wxShapeTextLine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/plot/
H A Dplot.cpp226 wxCoord y = event.GetY();
240 double dy = (end - curve->GetY( (wxInt32)(x/m_owner->GetZoom()) )) / range;
313 double dy = (end - curve->GetY( (wxInt32)(x/zoom) )) / range;
479 wxCoord y = event.GetY() + view_y;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dlife.cpp671 int y = parentRect.GetY() +
841 y = rect.GetY();
903 wxInt32 j = YToCell( event.GetY() );
1014 wxCoord h = event.GetSize().GetY();

Completed in 474 milliseconds

12345