Searched refs:GetCount (Results 1 - 25 of 414) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dmain.cpp50 int argc = args.GetCount();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Daccel.h33 int GetCount() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/scopeguard/
H A Dscopeguardtest.cpp45 int GetCount() const { return m_count; } function in class:Counter
165 CPPUNIT_ASSERT_EQUAL( 1, count0.GetCount() );
166 CPPUNIT_ASSERT_EQUAL( 2, count1.GetCount() );
167 CPPUNIT_ASSERT_EQUAL( 3, count2.GetCount() );
170 CPPUNIT_ASSERT_EQUAL( 0, count0.GetCount() );
171 CPPUNIT_ASSERT_EQUAL( 17, count1.GetCount() );
172 CPPUNIT_ASSERT_EQUAL( 5, count2.GetCount() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dchoice.cpp32 unsigned int i, max = GetCount();
52 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
97 int index = m_strings.GetCount() - 1 ;
99 SetControl32BitMaximum( (ControlHandle) m_macControl , GetCount()) ;
108 if (pos == GetCount())
129 SetControl32BitMaximum( (ControlHandle) m_macControl , GetCount()) ;
135 for ( unsigned int i = 0 ; i < GetCount() ; i++ )
148 unsigned int count = GetCount();
173 unsigned int wxChoice::GetCount() const function in class:wxChoice
175 return m_strings.GetCount() ;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dselstore.h80 return m_defaultState ? m_count - m_itemsSel.GetCount()
81 : m_itemsSel.GetCount();
H A Ddisplay_impl.h32 virtual unsigned GetCount() = 0;
105 virtual unsigned GetCount() { return 1; } function in class:wxDisplayFactorySingle
H A Dctrlsub.h41 virtual unsigned int GetCount() const = 0;
42 bool IsEmpty() const { return GetCount() == 0; }
53 unsigned int count = GetCount();
85 inline bool IsValid(unsigned int n) const { return n < GetCount(); }
86 inline bool IsValidInsert(unsigned int n) const { return n <= GetCount(); }
H A Ddisplay.h46 // the displays are numbered from 0 to GetCount() - 1, 0 is always the
57 static unsigned GetCount();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchExpr.h72 for (unsigned int i=0; i < pexpr->m_aExpr.GetCount(); ++i) {
79 wxASSERT( m_aExpr.GetCount() == 1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dchoice.cpp34 unsigned int i, max = GetCount();
56 parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
137 m_peer->SetMaximum( GetCount() );
147 if (pos == GetCount())
154 m_peer->SetMaximum( GetCount() );
169 m_peer->SetMaximum( GetCount() ) ;
175 for ( unsigned int i = 0 ; i < GetCount() ; i++ )
189 unsigned int count = GetCount();
214 unsigned int wxChoice::GetCount() const function in class:wxChoice
216 return m_strings.GetCount() ;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dselstore.cpp55 bool isSel = index < m_itemsSel.GetCount() && m_itemsSel[index] == item;
124 size_t count = m_itemsSel.GetCount(),
145 if ( itemsChanged->GetCount() > MANY_ITEMS )
175 if ( itemsChanged->GetCount() > MANY_ITEMS )
196 size_t count = m_itemsSel.GetCount(),
H A Dgridsel.cpp50 return ( m_cellSelection.GetCount() || m_blockSelectionTopLeft.GetCount() ||
51 m_rowSelection.GetCount() || m_colSelection.GetCount() );
62 count = m_cellSelection.GetCount();
73 count = m_blockSelectionTopLeft.GetCount();
89 count = m_rowSelection.GetCount();
102 count = m_colSelection.GetCount();
134 while ( ( n = m_cellSelection.GetCount() ) > 0 )
148 for (n = 0; n < m_blockSelectionTopLeft.GetCount();
[all...]
H A Dchoicdgg.cpp69 int n = aChoices.GetCount();
211 return selections.GetCount();
299 return Create(parent, message, caption, chs.GetCount(), chs.GetStrings(),
387 return Create( parent, message, caption, chs.GetCount(), chs.GetStrings(),
466 return Create( parent, message, caption, chs.GetCount(),
478 count = checkListBox->GetCount();
486 count = selections.GetCount();
498 count = m_listbox->GetCount();
505 count = selections.GetCount();
520 size_t count = checkListBox->GetCount();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dradiocmn.cpp51 int minorDim = (GetCount() + m_majorDim - 1) / m_majorDim;
69 int count = GetCount(),
175 wxASSERT_MSG( item < GetCount(), _T("Invalid item index") );
181 m_itemsTooltips->resize(GetCount());
250 wxCHECK_RET( n < GetCount(), _T("Invalid item index") );
255 m_itemsHelpTexts.Add(wxEmptyString, GetCount());
264 wxCHECK_MSG( n < GetCount(), wxEmptyString, _T("Invalid item index") );
H A Dlboxcmn.cpp94 size_t count = selections.GetCount();
138 EnsureVisible(GetCount() - 1);
H A Ddpycmn.cpp123 wxASSERT_MSG( n < GetCount(),
138 /* static */ unsigned wxDisplay::GetCount()
140 return Factory().GetCount();
H A Diconbndl.cpp37 size_t i, max = ic.m_icons.GetCount();
85 size_t max = m_icons.GetCount();
128 size_t i, max = m_icons.GetCount();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dchecklst.cpp131 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
190 unsigned int n = GetCount();
200 wxCHECK_RET( n == GetCount(),
204 unsigned int wxCheckListBox::GetCount() const function in class:wxCheckListBox
212 for (i = 0; (unsigned int)i < GetCount(); i++)
225 for (i = 0; (unsigned int)i < GetCount(); i++)
232 return aSelections.GetCount();
263 int n = (int)GetCount();
289 for( unsigned int i = 0; i < items.GetCount(); i++ )
324 ListView_SetItemCount( GetHwnd(), GetCount()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/multimon/
H A Dmultimon_test.cpp39 unsigned count = wxDisplay::GetCount();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/corefoundation/
H A Dhid.h64 static size_t GetCount(int nClass = -1, int nType = -1);
106 static int GetCount();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/lists/
H A Dlists.cpp92 CPPUNIT_ASSERT( list1.GetCount() == 5 );
106 CPPUNIT_ASSERT( size_t(i) == list1.GetCount() );
169 CPPUNIT_ASSERT( list1.GetCount() == 2 );
175 CPPUNIT_ASSERT( list1.GetCount() == 2 );
176 CPPUNIT_ASSERT( list2.GetCount() == 2 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dchoice.cpp91 return Create( parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
154 return GtkAddHelper(menu, GetCount(), item);
162 if (pos == GetCount())
257 const unsigned int count = GetCount();
425 unsigned int wxChoice::GetCount() const function in class:wxChoice
448 if ((n >= 0) && ((unsigned int)n < GetCount()))
453 else if ((n == wxNOT_FOUND) || (GetCount() == 0))
493 wxCHECK_MSG(pos<=m_clientList.GetCount(), -1, wxT("invalid index"));
517 // don't call wxChoice::GetCount() from here because it doesn't work
521 if (pos == m_clientList.GetCount())
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dfoldpanelbar.h218 size_t GetCount() const { function in class:wxFoldPanelBar
219 return m_panels.GetCount();
228 index is out of bounds. Use GetCount() to get the amount of panels present. Collapsing and folding the
232 wxCHECK((int)i >= 0 && i < GetCount(), wxFoldPanel(0));
266 for(size_t i = 0; i < GetCount(); i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtexttabspage.cpp167 for (i = 0; i < m_tabListCtrl->GetCount(); i++)
189 for (i = 0; i < attr->GetTabs().GetCount(); i++)
214 for (i = 0; i < m_tabListCtrl->GetCount(); i++)
221 for (i = 0; i < tabs.GetCount(); i++)
311 if (m_tabsPresent && m_tabListCtrl->GetCount() > 0 && m_tabListCtrl->GetSelection() != wxNOT_FOUND)
323 event.Enable( m_tabsPresent && m_tabListCtrl->GetCount() > 0 && m_tabListCtrl->GetSelection() != wxNOT_FOUND );
333 if (m_tabsPresent && m_tabListCtrl->GetCount() > 0)
346 event.Enable( m_tabsPresent && m_tabListCtrl->GetCount() > 0 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dradiobox.cpp111 (void)Create(parent, id, title, pos, size, chs.GetCount(),
128 return Create(parent, id, title, pos, size, chs.GetCount(),
201 unsigned int count = m_buttons.GetCount();
339 const unsigned int count = m_buttons.GetCount();
354 const unsigned int count = m_buttons.GetCount();
379 const unsigned int count = m_buttons.GetCount();
399 const unsigned int count = GetCount();
446 const unsigned int count = GetCount();

Completed in 301 milliseconds

1234567891011>>