Searched refs:IsChecked (Results 1 - 25 of 100) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dradiobut.cpp116 if ( value == IsChecked() )
119 if ( !IsChecked() )
132 if ( IsChecked() )
142 event.SetInt(IsChecked());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dchecklst.h35 virtual bool IsChecked(unsigned int item) const = 0;
H A Dcheckbox.h67 bool IsChecked() const function in class:wxCheckBoxBase
69 wxASSERT_MSG( !Is3State(), wxT("Calling IsChecked() doesn't make sense for")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dchecklst.cpp51 static inline bool IsChecked(const wxString& s) function
122 bool wxCheckListBox::IsChecked(unsigned int uiIndex) const function in class:wxCheckListBox
124 return ::IsChecked(wxListBox::GetString(uiIndex));
130 if(::IsChecked(label) == bCheck) return;
140 label[1u] = (!::IsChecked(label)) ? checkChar : uncheckChar;
178 wxListBox::SetString(n, Prefix(IsChecked(n)) + s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/xrc/
H A Dderivdlg.cpp80 // myCheckBoxIsChecked = event.IsChecked();
84 myCheckBoxIsChecked = XRCCTRL(*this, "my_checkbox", wxCheckBox)->IsChecked();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dchecklst.h51 bool IsChecked(unsigned int index) const;
H A Dmenuitem.h34 virtual bool IsChecked() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dchecklst.h51 bool IsChecked(unsigned int index) const;
H A Dmenuitem.h34 virtual bool IsChecked() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dchecklst.cpp79 bool IsChecked(void) const { return m_bChecked; } function in class:wxCheckListBoxItem
81 void Toggle(void) { Check(!IsChecked()); }
116 if (IsChecked())
163 if (IsChecked())
364 bool wxCheckListBox::IsChecked(unsigned int uiIndex) const function in class:wxCheckListBox
366 return GetItem(uiIndex)->IsChecked();
367 } // end of wxCheckListBox::IsChecked
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/calendar/
H A Dcalendar.cpp394 bool enable = GetMenuBar()->IsChecked(event.GetId());
401 bool enable = GetMenuBar()->IsChecked(event.GetId());
408 m_panel->HighlightSpecial(GetMenuBar()->IsChecked(event.GetId()));
413 bool allow = GetMenuBar()->IsChecked(event.GetId());
420 bool allow = GetMenuBar()->IsChecked(event.GetId());
427 bool allow = GetMenuBar()->IsChecked(event.GetId());
434 bool allow = GetMenuBar()->IsChecked(event.GetId());
441 event.Enable( GetMenuBar()->IsChecked(Calendar_Cal_Month));
458 if ( event.IsChecked() )
477 event.Enable( GetMenuBar()->IsChecked(Calendar_DatePicker_AllowNon
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Ddirctrl.cpp236 ( m_chkDirOnly->IsChecked() ? wxDIRCTRL_DIR_ONLY : 0 ) |
237 ( m_chk3D->IsChecked() ? wxDIRCTRL_3D_INTERNAL : 0 ) |
238 ( m_chkFirst->IsChecked() ? wxDIRCTRL_SELECT_FIRST : 0 ) |
239 ( m_chkFilters->IsChecked() ? wxDIRCTRL_SHOW_FILTERS : 0 ) |
240 ( m_chkLabels->IsChecked() ? wxDIRCTRL_EDIT_LABELS : 0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dchecklst.cpp39 listbox->Check( new_event.GetInt(), !listbox->IsChecked(new_event.GetInt()));
101 bool wxCheckListBox::IsChecked(unsigned int index) const function in class:wxCheckListBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dchecklst.h76 virtual bool IsChecked(unsigned int item) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dmenuitem.h48 virtual bool IsChecked() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dchecklst.h59 bool IsChecked(unsigned int uiIndex) const;
H A Dmenuitem.h72 virtual bool IsChecked(void) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dmenuitem.h48 virtual bool IsChecked() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/checklst/
H A Dchecklst.cpp310 m_pListBox->Check(0, !m_pListBox->IsChecked(0));
389 CreateCheckListbox(event.IsChecked() ? wxLB_EXTENDED : 0);
403 CreateCheckListbox(event.IsChecked() ? wxLB_EXTENDED : 0);
417 CreateCheckListbox(event.IsChecked() ? wxLB_SORT : 0);
428 m_pListBox->IsChecked(nSel) ? wxT("") : wxT("not "));
466 m_pListBox->IsChecked(nItem) ? wxT("") : wxT("un"));
506 bool wasChecked = m_pListBox->IsChecked(selection);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dchecklst.cpp135 bool IsChecked() const { return m_bChecked; } function in class:wxCheckListBoxItem
138 void Toggle() { Check(!IsChecked()); }
173 if ( IsChecked() )
204 if ( IsChecked() )
401 bool wxCheckListBox::IsChecked(unsigned int uiIndex) const function in class:wxCheckListBox
405 return GetItem(uiIndex)->IsChecked();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dmenuitem.cpp96 wxPROPERTY( Checked , bool , Check , IsChecked , wxxVariant((bool)false) , 0 /*flags*/ , wxT("Helpstring") , wxT("group"))
156 bool wxMenuItem::IsChecked() const function in class:wxMenuItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dchecklst.cpp58 bool wxCheckListBox::IsChecked(unsigned int index) const function in class:wxCheckListBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dchecklst.h73 virtual bool IsChecked(unsigned int item) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dchecklst.h77 bool IsChecked(unsigned int uiIndex) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dchecklst.h69 bool IsChecked(unsigned int uiIndex) const;

Completed in 216 milliseconds

1234