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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dcursor.cpp41 MGLCursor *m_cursor; member in class:wxCursorRefData
46 m_cursor = (MGLCursor*) NULL;
51 delete m_cursor;
121 M_CURSORDATA->m_cursor = new MGLCursor(cursorname);
124 if ( !M_CURSORDATA->m_cursor->valid() && cursorId == wxCURSOR_ARROW )
126 delete M_CURSORDATA->m_cursor;
127 M_CURSORDATA->m_cursor = new MGLCursor(MGL_DEF_CURSOR);
130 if ( !M_CURSORDATA->m_cursor->valid() )
160 M_CURSORDATA->m_cursor = new MGLCursor(cursor_file.mb_str());
161 if ( !M_CURSORDATA->m_cursor
[all...]
H A Dwindow.cpp664 if ( m_cursor.Ok() )
665 MGL_wmSetWindowCursor(m_wnd, *m_cursor.GetMGLCursor());
827 if ( m_cursor.Ok() )
828 MGL_wmSetWindowCursor(m_wnd, *m_cursor.GetMGLCursor());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dcursor.cpp41 WXCursor m_cursor; member in class:wxCursorRefData
47 m_cursor = NULL;
53 if (m_cursor)
54 XFreeCursor( (Display*) m_display, (Cursor) m_cursor );
122 M_CURSORDATA->m_cursor = (WXCursor) XCreateFontCursor( (Display*) M_CURSORDATA->m_display, x_cur );
151 return M_CURSORDATA->m_cursor;
H A Dwindow.cpp575 if (m_cursor.Ok())
576 cursorToUse = m_cursor;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcursor.cpp34 GdkCursor *m_cursor; member in class:wxCursorRefData
39 m_cursor = (GdkCursor *) NULL;
44 if (m_cursor) gdk_cursor_unref( m_cursor );
71 M_CURSORDATA->m_cursor = gdk_cursor_new_from_pixmap(pixmap,
121 M_CURSORDATA->m_cursor = gdk_cursor_new( gdk_cur );
145 M_CURSORDATA->m_cursor = gdk_cursor_new_from_pixmap(
193 M_CURSORDATA->m_cursor = gdk_cursor_new_from_pixbuf
293 M_CURSORDATA->m_cursor = gdk_cursor_new_from_pixmap
317 return M_CURSORDATA->m_cursor;
[all...]
H A Dtbargtk.cpp658 wxCursor cursor = m_cursor;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcursor.cpp41 GdkCursor *m_cursor; member in class:wxCursorRefData
46 m_cursor = (GdkCursor *) NULL;
51 if (m_cursor) gdk_cursor_destroy( m_cursor );
78 M_CURSORDATA->m_cursor = gdk_cursor_new_from_pixmap(pixmap,
127 M_CURSORDATA->m_cursor = gdk_cursor_new( gdk_cur );
151 M_CURSORDATA->m_cursor = gdk_cursor_new_from_pixmap(
299 M_CURSORDATA->m_cursor = gdk_cursor_new_from_pixmap
326 return M_CURSORDATA->m_cursor;
H A Dtglbtn.cpp180 wxCursor cursor = m_cursor;
321 wxCursor cursor = m_cursor;
H A Dcheckbox.cpp179 wxCursor cursor = m_cursor;
H A Dradiobut.cpp184 wxCursor cursor = m_cursor;
H A Dtbargtk.cpp591 wxCursor cursor = m_cursor;
H A Dtextctrl.cpp362 m_cursor = wxCursor( wxCURSOR_IBEAM );
1238 wxCursor cursor = m_cursor;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddragimag.cpp158 m_cursor = cursor; // Can only combine with drag image after calling BeginDrag.
198 m_cursor = cursor; // Can only combine with drag image after calling BeginDrag.
289 if (m_cursor.Ok())
293 window->SetCursor(m_cursor);
316 if (::GetIconInfo((HICON) (HCURSOR) m_cursor.GetHCURSOR(), & iconInfo) != 0)
327 HCURSOR hCursor = (HCURSOR) m_cursor.GetHCURSOR();
340 if (m_cursor.Ok())
385 if (m_cursor.Ok() && m_oldCursor.Ok())
H A Ddialog.cpp472 wxCursor cursor = m_cursor;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddragimgg.cpp141 m_cursor = cursor;
152 m_cursor = cursor;
164 m_cursor = cursor;
256 if (m_cursor.Ok())
259 window->SetCursor(m_cursor);
351 if (m_cursor.Ok() && m_oldCursor.Ok())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scroll/
H A Dscroll.cpp253 wxPoint m_cursor; // end of blockwise selection (mouse position) member in class:MyAutoTimedScrollingWindow
750 , m_selStart(-1, -1), m_cursor(-1, -1)
849 GraphicalCharToDeviceCoords(m_cursor)
885 lastCursor = m_cursor;
890 if (IsInside(chX, m_selStart.x, m_cursor.x)
891 && IsInside(chY, m_selStart.y, m_cursor.y)) {
984 m_cursor = m_selStart;
1003 m_cursor = DeviceCoordsToGraphicalChars(event.GetPosition());
1020 --m_cursor.x;
1022 ++m_cursor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcursor.cpp45 WXCursor m_cursor; member in class:wxXCursor
79 XFreeCursor((Display*) c->m_display, (Cursor) c->m_cursor);
234 c->m_cursor = (WXCursor) cursor;
311 return c->m_cursor;
323 c->m_cursor = cursor;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddragimag.h260 wxCursor m_cursor; member in class:wxDragImage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddragimag.h249 wxCursor m_cursor; member in class:wxDragImage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddragimgg.h240 wxCursor m_cursor; member in class:wxGenericDragImage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dwindow.cpp382 if ( m_cursor.Ok() )
383 DFB_wmSetWindowCursor(m_wnd, *m_cursor.GetDFBCursor());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dwindow.cpp484 if (m_cursor == cursor)
498 wxASSERT_MSG( m_cursor.Ok(),
511 m_cursor.MacInstall() ;
1486 // the test for processedEvtSetCursor is here to prevent using m_cursor
1490 if ( !processedEvtSetCursor && m_cursor.Ok() )
1492 cursor = m_cursor ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwindow.h850 const wxCursor& GetCursor() const { return m_cursor; }
1230 wxCursor m_cursor; member in class:wxWindowBase
H A Devent.h900 m_x(x), m_y(y), m_cursor()
907 m_cursor(event.m_cursor)
913 void SetCursor(const wxCursor& cursor) { m_cursor = cursor; }
914 const wxCursor& GetCursor() const { return m_cursor; }
915 bool HasCursor() const { return m_cursor.Ok(); }
921 wxCursor m_cursor; member in class:wxSetCursorEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dwindow.cpp1841 if (m_cursor.IsSameAs(cursor))
1855 wxASSERT_MSG( m_cursor.Ok(),
1892 m_cursor.MacInstall() ;
3024 // the test for processedEvtSetCursor is here to prevent using m_cursor
3028 if ( !processedEvtSetCursor && m_cursor.Ok() )
3029 cursor = m_cursor ;

Completed in 199 milliseconds

12