A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/group__PagerClass.html below:

NCBI C++ ToolKit: Pager Classes

  CPager::CPager (const CCgiRequest &request, int pageBlockSize=10, int defaultPageSize=10, EPagerView view=eImage)   static bool  CPager::IsPagerCommand (const CCgiRequest &request)   int  CPager::GetItemCount (void) const   bool  CPager::PageChanged (void) const   void  CPager::SetItemCount (int count)   pair< int, intCPager::GetRange (void) const   CNCBINodeCPager::GetPagerView (const string &imgDir, const int imgX=0, const int imgY=0, const string &js_suffix=kEmptyStr) const   CNCBINodeCPager::GetPageInfo (void) const   CNCBINodeCPager::GetItemInfo (void) const   virtual void  CPager::CreateSubNodes (void)   static int  CPager::GetPageSize (const CCgiRequest &request, int defaultPageSize=10)   static int  CPager::GetDisplayedPage (const CCgiRequest &request)   int  CPager::GetDisplayPage (void)   int  CPager::GetDisplayPage (void) const   int  CPager::GetPages (void)     CPagerView::CPagerView (const CPager &pager, const string &imgDir, const int imgX, const int imgY)   virtual void  CPagerView::CreateSubNodes (void)   void  CPagerView::AddInactiveImageString (CNCBINode *node, int number, const string &imageStart, const string &imageEnd)   void  CPagerView::AddImageString (CNCBINode *node, int number, const string &imageStart, const string &imageEnd)     CPagerViewButtons::CPagerViewButtons (const CPager &pager, const string &js_suffix)   virtual void  CPagerViewButtons::CreateSubNodes (void)     CPagerViewJavaLess::CPagerViewJavaLess (const CPager &pager, const string &js_suffix)   virtual void  CPagerViewJavaLess::CreateSubNodes (void)   ◆ CParent ◆ EPagerView Enumerator eImage  eButtons  eTabs  eJavaLess 

Definition at line 59 of file pager.hpp.

◆ AddImageString()

Definition at line 313 of file pager.cpp.

References CNCBINode::AppendChild(), i, NStr::IntToString(), CPager::KParam_Page, CPagerView::m_ImagesDir, CPagerView::m_ImgSizeX, CPagerView::m_ImgSizeY, number, CNCBINode::SetAttribute(), CHTMLNode::SetHeight(), and CHTMLNode::SetWidth().

Referenced by CPagerView::CreateSubNodes().

◆ AddInactiveImageString() ◆ CPager()

Definition at line 51 of file pager.cpp.

References _DEBUG_ARG, _TRACE, entries, CPager::GetDisplayedPage(), CCgiRequest::GetEntries(), i, CPager::IsPagerCommand(), CPager::KParam_InputPage, CPager::KParam_NextPages, CPager::KParam_Page, CPager::KParam_PreviousPages, CPager::KParam_ShownPageSize, CPager::m_DisplayPage, CPager::m_PageBlockSize, CPager::m_PageBlockStart, CPager::m_PageChanged, CPager::m_PageSize, max(), NcbiEmptyString, NStr::StartsWith(), NStr::StringToInt(), and rapidjson::value.

◆ CPagerView() ◆ CPagerViewButtons() ◆ CPagerViewJavaLess() ◆ CreateSubNodes() [1/4] void CPager::CreateSubNodes ( void  ) virtual ◆ CreateSubNodes() [2/4] void CPagerView::CreateSubNodes ( void  ) virtual

Reimplemented from CNCBINode.

Definition at line 351 of file pager.cpp.

References CPagerView::AddImageString(), CHTML_table::Cell(), column, i, CHTML_table::InsertAt(), CPager::KParam_NextPages, CPager::KParam_PreviousPages, CPager::m_DisplayPage, CPagerView::m_ImagesDir, CPagerView::m_ImgSizeX, CPagerView::m_ImgSizeY, CPager::m_ItemCount, CPager::m_PageBlockSize, CPagerView::m_Pager, CPager::m_PageSize, max(), min(), CNCBINode::SetAttribute(), CHTMLNode::SetHeight(), and CHTMLNode::SetWidth().

◆ CreateSubNodes() [3/4] void CPagerViewButtons::CreateSubNodes ( void  ) virtual

Reimplemented from CNCBINode.

Definition at line 404 of file pager.cpp.

References buf, column, eHTML_EH_Change, eHTML_EH_Click, eHTML_EH_KeyPress, CHTML_table::InsertAt(), NStr::IntToString(), kBufSize, kEmptyStr, CPager::KParam_InputPage, CPager::m_DisplayPage, CPager::m_ItemCount, CPagerViewButtons::m_jssuffix, CPagerViewButtons::m_Pager, CPager::m_PageSize, max(), next(), prev(), CNCBINode::SetAttribute(), CHTMLNode::SetClass(), CHTMLNode::SetEventHandler(), and CHTMLNode::SetId().

◆ CreateSubNodes() [4/4] void CPagerViewJavaLess::CreateSubNodes ( void  ) virtual

Reimplemented from CNCBINode.

Definition at line 489 of file pager.cpp.

References CNCBINode::AppendChild(), CPager::GetPageInfo(), CHTML_table::InsertNextCell(), NStr::IntToString(), CPager::KParam_GoToPage, CPager::KParam_InputPage, CPager::KParam_NextPage, CPager::KParam_PrevPage, CPager::m_DisplayPage, CPager::m_ItemCount, CPagerViewJavaLess::m_jssuffix, CPagerViewJavaLess::m_Pager, CHTMLNode::SetAlign(), CHTML_table::SetCellPadding(), CHTML_table::SetCellSpacing(), and CHTMLNode::SetWidth().

◆ GetDisplayedPage() ◆ GetDisplayPage() [1/2] int CPager::GetDisplayPage ( void  ) inline ◆ GetDisplayPage() [2/2] int CPager::GetDisplayPage ( void  ) const inline ◆ GetItemCount() int CPager::GetItemCount ( void  ) const inline ◆ GetItemInfo() CNCBINode * CPager::GetItemInfo ( void  ) const ◆ GetPageInfo() CNCBINode * CPager::GetPageInfo ( void  ) const ◆ GetPagerView() ◆ GetPages() int CPager::GetPages ( void  ) inline ◆ GetPageSize() ◆ GetRange() pair< int, int > CPager::GetRange ( void  ) const ◆ IsPagerCommand()

Definition at line 129 of file pager.cpp.

References _DEBUG_ARG, _TRACE, entries, CCgiRequest::GetEntries(), i, CPager::KParam_InputPage, CPager::KParam_NextPages, CPager::KParam_Page, CPager::KParam_PreviousPages, NcbiEmptyString, NStr::StartsWith(), NStr::StringToInt(), and rapidjson::value.

Referenced by CPager::CPager(), and CPager::GetPageSize().

◆ PageChanged() bool CPager::PageChanged ( void  ) const inline ◆ SetItemCount() void CPager::SetItemCount ( int  count ) ◆ KParam_DisplayPage const char * CPager::KParam_DisplayPage = "page" static ◆ KParam_GoToPage const char * CPager::KParam_GoToPage = "GoTo Page" static ◆ KParam_InputPage const char * CPager::KParam_InputPage = "inputpage" static ◆ KParam_NextPage const char * CPager::KParam_NextPage = "Next Page" static ◆ KParam_NextPages const char * CPager::KParam_NextPages = "next pages" static ◆ KParam_Page const char * CPager::KParam_Page = "page " static ◆ KParam_PageSize const char * CPager::KParam_PageSize = "dispmax" static ◆ KParam_PreviousPages const char * CPager::KParam_PreviousPages = "previous pages" static ◆ KParam_PrevPage const char * CPager::KParam_PrevPage = "Prev Page" static ◆ KParam_ShownPageSize const char * CPager::KParam_ShownPageSize = "showndispmax" static ◆ m_DisplayPage int CPager::m_DisplayPage private ◆ m_ImagesDir string CPagerView::m_ImagesDir private ◆ m_ImgSizeX int CPagerView::m_ImgSizeX private ◆ m_ImgSizeY int CPagerView::m_ImgSizeY private ◆ m_ItemCount ◆ m_jssuffix [1/2] string CPagerViewButtons::m_jssuffix private ◆ m_jssuffix [2/2] string CPagerViewJavaLess::m_jssuffix private ◆ m_PageBlockSize int CPager::m_PageBlockSize private ◆ m_PageBlockStart int CPager::m_PageBlockStart private ◆ m_PageChanged bool CPager::m_PageChanged private ◆ m_Pager [1/3] ◆ m_Pager [2/3] ◆ m_Pager [3/3] ◆ m_PageSize ◆ m_view ◆ CPagerView ◆ CPagerViewButtons ◆ CPagerViewJavaLess

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4