Searched refs:SetPosition (Results 51 - 75 of 85) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmboard.cpp589 m_opened_file->SetPosition(btime);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h376 void SetPosition(PRectangle rc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp770 child->SetPosition(wxPoint(child->GetPosition().x, child->GetPosition().y + inc));
1781 action->SetPosition(GetRichTextCtrl()->GetCaretPosition());
3281 action->SetPosition(GetRichTextCtrl()->GetCaretPosition());
3443 action->SetPosition(GetRichTextCtrl()->GetCaretPosition());
3901 SetPosition(rect.GetPosition());
4047 line->SetPosition(currentPosition);
4104 line->SetPosition(currentPosition);
4203 line->SetPosition(pos);
4209 line->SetPosition(pos);
5832 action->SetPosition(po
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl.cpp1435 virtual bool SetPosition(wxLongLong where);
1533 virtual bool SetPosition(wxLongLong where);
1893 virtual bool SetPosition(wxLongLong where);
2097 m_parent->wxAMMediaBackend::SetPosition(0);
2541 wxAMMediaBackend::SetPosition(0);
2554 // wxAMMediaBackend::SetPosition
2562 bool wxAMMediaBackend::SetPosition(wxLongLong where) function in class:wxAMMediaBackend
3092 // wxMCIMediaBackend::SetPosition
3099 bool wxMCIMediaBackend::SetPosition(wxLongLong where) function in class:wxMCIMediaBackend
3829 // wxQTMediaBackend::SetPosition
3834 bool wxQTMediaBackend::SetPosition(wxLongLong where) function in class:wxQTMediaBackend
[all...]
H A Dmediactrl_qt.cpp399 virtual bool SetPosition(wxLongLong where);
969 // wxQTMediaBackend::SetPosition
974 bool wxQTMediaBackend::SetPosition(wxLongLong where) function in class:wxQTMediaBackend
H A Dbmpbuttn.cpp186 SetPosition(pos);
H A Dmediactrl_am.cpp1437 virtual bool SetPosition(wxLongLong where);
1897 wxAMMediaBackend::SetPosition(0);
1905 // wxAMMediaBackend::SetPosition
1913 bool wxAMMediaBackend::SetPosition(wxLongLong where) function in class:wxAMMediaBackend
2201 m_amb->wxAMMediaBackend::SetPosition(0);
H A Dwindow.cpp370 wxPROPERTY( Position,wxPoint, SetPosition , GetPosition, wxDefaultPosition , 0 /*flags*/ , wxT("Helpstring") , wxT("group")) // pos
5620 event.SetPosition(wxPoint(x, y));
5648 event.SetPosition(pos);
5698 event.SetPosition(scrollInfo.nTrackPos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistctrl.cpp140 void SetPosition( int x, int y );
207 void SetPosition( int x, int y );
312 void SetPosition( int x, int y, int spacing );
925 void wxListItemData::SetPosition( int x, int y ) function in class:wxListItemData
927 wxCHECK_RET( m_rect, _T("unexpected SetPosition() call") );
1051 void wxListHeaderData::SetPosition( int x, int y ) function in class:wxListHeaderData
1252 void wxListLineData::SetPosition( int x, int y, int spacing ) function in class:wxListLineData
1311 wxFAIL_MSG( _T("unexpected call to SetPosition") );
4301 line->SetPosition( x, y, iconSpacing );
4371 line->SetPosition(
[all...]
H A Dscrlwing.cpp1313 newEvent.SetPosition(0);
H A Dcalctrl.cpp239 SetPosition(pos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp139 void SetPosition( int x, int y );
206 void SetPosition( int x, int y );
311 void SetPosition( int x, int y, int spacing );
926 void wxListItemData::SetPosition( int x, int y ) function in class:MuleExtern::wxListItemData
928 wxCHECK_RET( m_rect, _T("unexpected SetPosition() call") );
1052 void wxListHeaderData::SetPosition( int x, int y ) function in class:MuleExtern::wxListHeaderData
1253 void wxListLineData::SetPosition( int x, int y, int spacing ) function in class:MuleExtern::wxListLineData
1312 wxFAIL_MSG( _T("unexpected call to SetPosition") );
4260 line->SetPosition( x, y, iconSpacing );
4330 line->SetPosition(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgdicmn.h364 void SetPosition( const wxPoint &p ) { x = p.x; y = p.y; } function in class:wxRect
383 void SetTopLeft(const wxPoint &p) { SetPosition(p); }
H A Devent.h645 void SetPosition(int pos) { m_commandInt = pos; } function in class:wxScrollEvent
678 void SetPosition(int pos) { m_commandInt = pos; } function in class:wxScrollWinEvent
1136 void SetPosition(const wxPoint& pos) { m_pos = pos; } function in class:wxMoveEvent
1571 void SetPosition(const wxPoint& pos) { m_pos = pos; } function in class:wxJoystickEvent
2040 void SetPosition(const wxPoint& pos) { m_pos = pos; } function in class:wxHelpEvent
2122 void SetPosition(const wxPoint& pos) { m_pos = pos; } function in class:wxContextMenuEvent
H A Dwindow.h242 void SetPosition(const wxPoint& pt) { Move(pt); } function in class:wxWindowBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h763 virtual void SetPosition(const wxPoint& pos) { m_pos = pos; } function in class:wxRichTextObject
1247 virtual void SetPosition(const wxPoint& pos) { m_pos = pos; } function in class:wxRichTextLine
2096 void SetPosition(long pos) { m_position = pos; } function in class:wxRichTextAction
H A Drichtextctrl.h897 void SetPosition(long pos) { m_position = pos; } function in class:wxRichTextEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/plot/
H A Dplot.h104 void SetPosition( wxInt32 pos ) function in class:wxPlotEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddivided.cpp170 region->SetPosition(0.0, (double)(centreY - m_ypos));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp650 void Window::SetPosition(PRectangle rc) { function in class:Window
656 SetPosition(rc); // ????
H A Dstc.cpp3228 evt.SetPosition(scn.position);
3301 evt.SetPosition(scn.lParam);
3308 evt.SetPosition(scn.lParam);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dslider.cpp973 vEvent.SetPosition(nNewPos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/plot/
H A Dplot.cpp249 event1.SetPosition( (int)floor(x/m_owner->GetZoom()) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmediactrl.tex77 m_mediactrl->SetPosition(
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dwindow.cpp709 win->SetPosition(pos);

Completed in 401 milliseconds

1234