Searched refs:m_selections (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dlistbox.cpp368 m_selections.Clear();
416 unsigned int count = m_selections.GetCount();
419 if ( m_selections[item] == (int)n )
424 else if ( m_selections[item] > (int)n )
427 m_selections[item]--;
434 m_selections.RemoveAt(index);
488 else if ( m_selections.Index(n) == wxNOT_FOUND )
497 m_selections.Add(n);
505 int index = m_selections.Index(n);
508 m_selections
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dview.h69 // Scans the canvas for selections (doesn't use m_selections)
73 inline wxList& GetSelectionList() const { return (wxList&) m_selections; }
75 // Adds or removes shape from m_selections
133 wxList m_selections; member in class:csDiagramView
H A Dview.cpp180 // Adds or removes shape from m_selections
183 if (select && !m_selections.Member(shape))
184 m_selections.Append(shape);
186 m_selections.DeleteObject(shape);
293 event.Enable( (m_selections.GetCount() > 0) );
298 event.Enable( (m_selections.GetCount() > 0) );
303 event.Enable( (m_selections.GetCount() > 0) );
315 event.Enable( (m_selections.GetCount() > 0) );
738 event.Enable( (m_selections.GetCount() > 1) ) ;
746 wxObjectList::compatibility_iterator node = m_selections
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dlistbox.h111 { return m_selections.Index(n) != wxNOT_FOUND; }
253 wxArrayInt m_selections; member in class:wxListBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dchoicdgg.h207 wxArrayInt GetSelections() const { return m_selections; }
219 wxArrayInt m_selections; member in class:wxMultiChoiceDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dchoicdgg.cpp514 m_selections.Empty();
524 m_selections.Add(n);
534 m_selections.Add(n);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtreectrl.cpp476 : wxTreeTraversal(tree), m_selections(selections)
478 m_selections.Empty();
496 m_selections.Add(item);
502 size_t GetCount() const { return m_selections.GetCount(); }
505 wxArrayTreeItemIds& m_selections; member in class:TraverseSelections

Completed in 130 milliseconds