Searched refs:selections (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dlboxcmn.cpp91 wxArrayInt selections; local
92 GetSelections(selections);
94 size_t count = selections.GetCount();
97 int item = selections[n];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/webserver/
H A Doptions.c58 static int find_selection(const char *value, const char *selections);
70 p[n].selections = options[n].selections;
80 p[n].selections = NULL;
200 if (p->selections && strchr(p->selections, ' '))
201 { const char *s = p->selections - 1;
243 s = p->selections;
350 { if (p->selections)
367 { if (p->selections)
398 find_selection(const char *val, const char *selections) argument
[all...]
H A Doptions.h42 selections: either must be NULL to define a boolean option. In this
48 selected: word index in 'selections' list, or 0/1 for boolean
109 const char *selections; /* NULL (option does not require argument), member in struct:option
112 int selected; /* >=0: current selection in selections list */
113 char *value; /* parsed value (when 'selections' is one name) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/webserver/
H A Doptions.c58 static int find_selection(const char *value, const char *selections);
70 p[n].selections = options[n].selections;
80 p[n].selections = NULL;
200 if (p->selections && strchr(p->selections, ' '))
201 { const char *s = p->selections - 1;
243 s = p->selections;
350 { if (p->selections)
367 { if (p->selections)
398 find_selection(const char *val, const char *selections) argument
[all...]
H A Doptions.h42 selections: either must be NULL to define a boolean option. In this
48 selected: word index in 'selections' list, or 0/1 for boolean
109 const char *selections; /* NULL (option does not require argument), member in struct:option
112 int selected; /* >=0: current selection in selections list */
113 char *value; /* parsed value (when 'selections' is one name) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dview.cpp210 void csDiagramView::FindSelectedShapes(wxList& selections, wxClassInfo* toFind) argument
219 selections.Append(eachShape);
244 wxList selections; local
245 FindSelectedShapes(selections);
247 DoCut(selections);
252 wxList selections; local
253 FindSelectedShapes(selections);
255 DoCut(selections);
378 wxList selections; local
379 FindSelectedShapes(selections);
430 wxList selections; local
467 wxList selections; local
523 wxList selections; local
567 wxList selections; local
613 wxList selections; local
645 wxList selections; local
806 wxList selections; local
813 wxList selections; local
820 wxList selections; local
[all...]
H A Dview.h69 // Scans the canvas for selections (doesn't use m_selections)
70 void FindSelectedShapes(wxList& selections, wxClassInfo* toFind = NULL);
72 // The selections in the order in which they were selected
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dchoicdgg.cpp191 size_t wxGetMultipleChoices(wxArrayInt& selections, argument
202 // call this even if selections array is empty and this then (correctly)
204 dialog.SetSelections(selections);
207 selections = dialog.GetSelections();
209 selections.Empty();
211 return selections.GetCount();
214 size_t wxGetMultipleChoices(wxArrayInt& selections, argument
225 size_t res = wxGetMultipleChoices(selections, message, caption,
470 void wxMultiChoiceDialog::SetSelections(const wxArrayInt& selections) argument
486 count = selections
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dlistbox.cpp423 wxArrayInt selections; local
424 int count = m_lbox->GetSelections(selections);
428 m_lbox->SetString(selections[n], s);
446 wxArrayInt selections; local
447 int n = m_lbox->GetSelections(selections);
450 m_lbox->Delete(selections[--n]);
509 wxArrayInt selections; local
510 event.Enable(m_lbox->GetSelections(selections) != 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listbox/
H A Dlboxtest.cpp600 wxArrayInt selections; local
601 int count = m_lbox->GetSelections(selections);
605 m_lbox->SetString(selections[n], s);
623 wxArrayInt selections; local
624 int n = m_lbox->GetSelections(selections);
627 m_lbox->Delete(selections[--n]);
694 wxArrayInt selections; local
695 event.Enable(m_lbox->GetSelections(selections) != 0);
700 wxArrayInt selections; local
701 event.Enable(m_lbox->GetSelections(selections) !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dchoicdgg.h206 void SetSelections(const wxArrayInt& selections);
297 // selections
298 WXDLLEXPORT size_t wxGetMultipleChoices(wxArrayInt& selections,
309 WXDLLEXPORT size_t wxGetMultipleChoices(wxArrayInt& selections,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dchecklst.cpp451 wxArrayInt selections; local
455 count = GetSelections(selections);
463 selections.Add(sel);
469 wxCheckListBoxItem *item = GetItem(selections[i]);
H A Dlistbox.cpp449 // Return number of selections and an array of selected integers
463 int *selections = new int[countSel]; local
466 countSel, selections) == LB_ERR )
475 aSelections.Add(selections[n]);
478 delete [] selections;
H A Dtreectrl.cpp475 wxArrayTreeItemIds& selections)
476 : wxTreeTraversal(tree), m_selections(selections)
1468 // multiple selections emulation
1498 size_t wxTreeCtrl::GetSelections(wxArrayTreeItemIds& selections) const
1500 TraverseSelections selector(this, selections);
1666 // unlock tree selections on vista, without this the
1679 // unlock tree selections on vista for the duration of this call
1705 // unlock tree selections on vista for the duration of this call
1802 wxArrayTreeItemIds selections; local
1803 size_t count = GetSelections(selections);
474 TraverseSelections(const wxTreeCtrl *tree, wxArrayTreeItemIds& selections) argument
2207 wxArrayTreeItemIds selections; local
2350 wxArrayTreeItemIds selections; local
2393 wxArrayTreeItemIds selections; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Daccess.cpp1496 wxVariant selections; local
1497 wxAccStatus status = m_pAccessible->GetSelections(& selections);
1512 if (selections.GetType() == wxT("long"))
1515 pVarChildren->lVal = selections.GetLong();
1519 else if (selections.GetType() == wxT("void*"))
1521 wxAccessible* childObject = (wxAccessible*) selections.GetVoidPtr();
1533 else if (selections.GetType() == wxT("list"))
1537 wxIEnumVARIANT* enumVariant = new wxIEnumVARIANT(selections);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlistbox.tex8 selections).
153 \constfunc{int}{GetSelections}{\param{wxArrayInt\& }{selections}}
159 \docparam{selections}{A reference to an wxArrayInt instance that is used to store the result of the query.}
163 The number of selections.
H A Dmltchdlg.tex80 \constfunc{void}{SetSelections}{\param{const wxArrayInt\&}{ selections}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dlistbox.cpp313 int *selections = NULL;
314 int n = GetSelections (&selections);
326 selections[i] + 1, False);
382 // Return number of selections and an array of selected integers
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dlistbox.cpp157 wxArrayInt selections; local
158 listbox->GetSelections( selections );
160 if (selections.GetCount() == 0)
174 event.SetInt( selections[0] );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreectrl.h204 virtual size_t GetSelections(wxArrayTreeItemIds& selections) const = 0;
H A Daccess.h338 virtual wxAccStatus GetSelections(wxVariant* WXUNUSED(selections))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtreectrl.h192 size_t GetSelections(wxArrayTreeItemIds& selections) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/access/
H A Daccesstest.cpp312 virtual wxAccStatus GetSelections(wxVariant* selections);
1108 wxAccStatus SplitterWindowAccessible::GetSelections(wxVariant* WXUNUSED(selections))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dialogs/
H A Ddialogs.cpp691 wxArrayInt selections; local
692 size_t count = wxGetMultipleChoices(selections,
705 (unsigned)n, (unsigned)selections[n],
706 choices[selections[n]].c_str());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtreectrl.h129 virtual size_t GetSelections(wxArrayTreeItemIds& selections) const;

Completed in 155 milliseconds

12