Searched refs:GetPageCount (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleNotebook.cpp65 wxCHECK_MSG((nPage >= 0) && (nPage < (int)GetPageCount()), false,
77 if ( GetPageCount() && (int)GetSelection() >= (int)GetPageCount() ) {
78 SetSelection( GetPageCount() - 1 );
84 if (GetPageCount()) {
88 if (page == GetPageCount()) {
110 while ( GetPageCount() ) {
136 if ( !GetPageCount() || !m_popup_enable ) {
193 for ( int i = GetPageCount() - 1; i >= 0; i-- ) {
238 for (int i=0;i<(int)GetPageCount();
[all...]
H A DChatSelector.cpp147 for ( unsigned int i = 0; i < (unsigned int ) GetPageCount(); i++ ) {
161 for ( unsigned int i = 0; i < (unsigned int) GetPageCount(); i++ ) {
233 if (usedtab >= (int)GetPageCount()) {
234 usedtab = GetPageCount() - 1;
H A DSearchDlg.cpp160 int nPages = m_notebook->GetPageCount();
220 int nPages = m_notebook->GetPageCount();
234 if ( evt.GetSelection() == ((int)m_notebook->GetPageCount() - 1 ) ) {
245 if ( m_notebook->GetPageCount() == 1 ) {
259 if (selection >= (int)m_notebook->GetPageCount()) {
260 selection = m_notebook->GetPageCount() - 1;
368 int nPages = m_notebook->GetPageCount();
382 int nPages = m_notebook->GetPageCount();
437 int nPages = m_notebook->GetPageCount();
582 for ( uint32 i = 0; i < (uint32)m_notebook->GetPageCount();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dmdig.cpp263 if (active >= m_pClientWindow->GetPageCount())
276 active = m_pClientWindow->GetPageCount() - 1;
424 for (pos = 0; pos < pClientWindow->GetPageCount(); pos++)
437 if (pClientWindow->GetPageCount() > pos)
443 if ((int)pClientWindow->GetPageCount() - 1 >= 0)
444 pClientWindow->SetSelection(pClientWindow->GetPageCount() - 1);
523 for (pos = 0; pos < pClientWindow->GetPageCount(); pos++)
551 for (pos = 0; pos < pClientWindow->GetPageCount(); pos++)
790 for (pos = 0; pos < GetPageCount(); pos++)
H A Dlistbkg.cpp44 #define IS_VALID_PAGE(nPage) ((nPage) < GetPageCount())
335 const size_t page_count = GetPageCount();
359 if (GetPageCount() == 0)
H A Dtoolbkg.cpp40 #define IS_VALID_PAGE(nPage) ((nPage) < GetPageCount())
282 if (GetPageCount() > 0)
383 const size_t page_count = GetPageCount();
H A Dnotebook.cpp46 #define IS_VALID_PAGE(nPage) ((nPage) < GetPageCount())
205 int nMax = GetPageCount() - 1;
386 size_t nPageCount = GetPageCount();
399 size_t nPageCount = GetPageCount();
417 wxCHECK( IS_VALID_PAGE(nPage) || nPage == GetPageCount(), false );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dnotebook.cpp42 ((nPage) < GetPageCount()) \
195 size_t wxNotebook::GetPageCount() const function in class:wxNotebook
202 } // end of wxNotebook::GetPageCount
420 if (m_nSelection == (int)GetPageCount())
465 int nPageCount = GetPageCount();
491 return InsertPage( GetPageCount()
511 wxCHECK( IS_VALID_PAGE(nPage) || nPage == GetPageCount(), false );
694 int nPageCount = GetPageCount();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dnotebmac.cpp31 #define IS_VALID_PAGE(nPage) ((nPage) < GetPageCount())
250 if (m_nSelection >= (int)GetPageCount())
251 m_nSelection = GetPageCount() - 1;
333 const int countPages = GetPageCount();
396 m_peer->SetMaximum( GetPageCount() ) ;
401 const size_t countPages = GetPageCount();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dnotebmac.cpp38 #define IS_VALID_PAGE(nPage) ((nPage) < GetPageCount())
251 size_t count = GetPageCount();
356 if(m_nSelection >= (int)GetPageCount()) {
357 m_nSelection = GetPageCount() - 1;
441 SetControl32BitMaximum( (ControlHandle) m_macControl , GetPageCount() ) ;
446 const size_t countPages = GetPageCount();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_choicbk.cpp85 m_choicebook->SetPageImage(m_choicebook->GetPageCount()-1, imgIndex );
H A Dxh_listbk.cpp85 m_listbook->SetPageImage(m_listbook->GetPageCount()-1, imgIndex );
H A Dxh_notbk.cpp89 m_notebook->SetPageImage(m_notebook->GetPageCount()-1, imgIndex );
H A Dxh_propdlg.cpp88 bookctrl->SetPageImage(bookctrl->GetPageCount()-1, imgIndex);
H A Dxh_treebk.cpp133 m_treeContext.Add( m_tbk->GetPageCount() - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dnotebook.h60 virtual size_t GetPageCount(void) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dnotebook.cpp68 #define IS_VALID_PAGE(nPage) (((nPage) >= 0) && ((size_t(nPage)) < GetPageCount()))
70 #define IS_VALID_PAGE(nPage) (((size_t)nPage) < GetPageCount())
317 size_t nPages = GetPageCount();
415 size_t count = GetPageCount();
736 if ( GetPageCount() )
909 if ( GetPageCount() )
951 if ( GetPageCount() )
1026 size_t count = GetPageCount();
1099 size_t count = (size_t)GetPageCount();
1260 if ( m_firstVisible < (size_t)GetPageCount()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dtabmdi.cpp264 if (active >= m_pClientWindow->GetPageCount())
277 active = m_pClientWindow->GetPageCount() - 1;
498 size_t page_count = pClientWindow->GetPageCount();
547 for (pos = 0; pos < pClientWindow->GetPageCount(); pos++)
613 for (pos = 0; pos < pClientWindow->GetPageCount(); pos++)
779 if ((old_selection != -1) && (old_selection < (int)GetPageCount()))
831 for (size_t pos = 0; pos < GetPageCount(); pos++)
H A Dauibook.cpp1690 size_t wxAuiTabContainer::GetPageCount() const
2367 if (GetPageCount() > 0)
3025 while ( GetPageCount() > 0 )
3212 return InsertPage(GetPageCount(), page, caption, select, bitmap);
3235 if (m_tabs.GetPageCount() == 0)
3243 if (!select && m_tabs.GetPageCount() == 1)
3248 if (page_idx >= active_tabctrl->GetPageCount())
3277 if (page_idx >= m_tabs.GetPageCount())
3346 int ctrl_new_page_count = (int)ctrl->GetPageCount();
3351 if (ctrl_idx >= 0 && ctrl_idx < (int)ctrl->GetPageCount())
3566 size_t wxAuiNotebook::GetPageCount() const function in class:wxAuiNotebook
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dnotebook.cpp197 int nMax = notebook->GetPageCount();
531 for (i=0; i<int(GetPageCount()); i++)
563 wxASSERT_MSG( GetPageCount() == 0, _T("all pages must have been deleted") );
609 wxCHECK_MSG( position <= GetPageCount(), false,
626 if ( position == GetPageCount() )
704 const size_t count = GetPageCount();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dnotebook.cpp210 int nMax = notebook->GetPageCount();
569 for (i=0; i<int(GetPageCount()); i++)
601 wxASSERT_MSG( GetPageCount() == 0, _T("all pages must have been deleted") );
652 wxCHECK_MSG( position <= GetPageCount(), FALSE,
673 if ( position == GetPageCount() )
761 const size_t count = GetPageCount();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dnotebook.cpp141 { return (val >= 0) && (val < (int) m_book->GetPageCount()); }
394 const int count = oldBook->GetPageCount();
443 return m_book->GetPageCount() % nImages;
528 event.SetText( wxString::Format(_T("%u"), unsigned(m_book->GetPageCount())) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dnotebook.h80 virtual size_t GetPageCount() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dnotebook.cpp52 #define IS_VALID_PAGE(nPage) ((nPage) < GetPageCount())
232 for( size_t i = 0 ; i < GetPageCount() ; ++i )
446 size_t wxNotebook::GetPageCount() const function in class:wxNotebook
650 if ( GetPageCount() > 0 )
722 if (m_nSelection == int(GetPageCount()))
744 size_t nPageCount = GetPageCount();
767 wxCHECK_MSG( IS_VALID_PAGE(nPage) || nPage == GetPageCount(), false,
967 if ( GetPageCount() == 0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dnotebook.cpp31 #define IS_VALID_PAGE(nPage) ((nPage) < GetPageCount())
182 size_t wxNotebook::GetPageCount() const function in class:wxNotebook

Completed in 397 milliseconds

12