Searched refs:m_strAccel (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dmenuitem.h63 const wxString& GetAccelString() const { return m_strAccel; }
116 wxString m_strAccel; member in class:wxMenuItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Downerdrw.cpp207 if ( !m_strAccel.empty() )
210 str += m_strAccel;
377 if ( !m_strAccel.empty() )
380 dc.GetTextExtent(m_strAccel, &accel_width, &accel_height);
384 (LPARAM)m_strAccel.c_str(), m_strAccel.length(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Downerdrw.h102 void SetAccelString(const wxString& strAccel) { m_strAccel = strAccel; }
159 m_strAccel; // the accel string ("Ctrl-F17") if any member in class:wxOwnerDrawn
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dmenuitem.h93 wxString m_strAccel; member in class:wxMenuItemCocoa
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Downerdrw.cpp74 if (!m_strAccel.empty() )
77 sStr += m_strAccel;
84 if (!m_strAccel.empty())
95 vDC.GetTextExtent( m_strAccel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dmenu.cpp1542 m_strAccel = m_text.AfterFirst(_T('\t'));

Completed in 53 milliseconds