webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | Public Attributes | List of all members
WebCore::Pagination Struct Reference

#include <Pagination.h>

Public Types

enum  Mode {
  Unpaginated, LeftToRightPaginated, RightToLeftPaginated, TopToBottomPaginated,
  BottomToTopPaginated, Unpaginated, LeftToRightPaginated, RightToLeftPaginated,
  TopToBottomPaginated, BottomToTopPaginated
}
 
enum  Mode {
  Unpaginated, LeftToRightPaginated, RightToLeftPaginated, TopToBottomPaginated,
  BottomToTopPaginated, Unpaginated, LeftToRightPaginated, RightToLeftPaginated,
  TopToBottomPaginated, BottomToTopPaginated
}
 

Public Member Functions

 Pagination ()
 
bool operator== (const Pagination &other) const
 
bool operator!= (const Pagination &other) const
 
 Pagination ()
 
bool operator== (const Pagination &other) const
 
bool operator!= (const Pagination &other) const
 

Public Attributes

Mode mode
 
bool behavesLikeColumns
 
unsigned pageLength
 
unsigned gap
 

Member Enumeration Documentation

◆ Mode [1/2]

Enumerator
Unpaginated 
LeftToRightPaginated 
RightToLeftPaginated 
TopToBottomPaginated 
BottomToTopPaginated 
Unpaginated 
LeftToRightPaginated 
RightToLeftPaginated 
TopToBottomPaginated 
BottomToTopPaginated 

◆ Mode [2/2]

Enumerator
Unpaginated 
LeftToRightPaginated 
RightToLeftPaginated 
TopToBottomPaginated 
BottomToTopPaginated 
Unpaginated 
LeftToRightPaginated 
RightToLeftPaginated 
TopToBottomPaginated 
BottomToTopPaginated 

Constructor & Destructor Documentation

◆ Pagination() [1/2]

WebCore::Pagination::Pagination ( )
inline

◆ Pagination() [2/2]

WebCore::Pagination::Pagination ( )
inline

Member Function Documentation

◆ operator!=() [1/2]

bool WebCore::Pagination::operator!= ( const Pagination other) const
inline

◆ operator!=() [2/2]

bool WebCore::Pagination::operator!= ( const Pagination other) const
inline

◆ operator==() [1/2]

bool WebCore::Pagination::operator== ( const Pagination other) const
inline

◆ operator==() [2/2]

bool WebCore::Pagination::operator== ( const Pagination other) const
inline

Member Data Documentation

◆ behavesLikeColumns

bool WebCore::Pagination::behavesLikeColumns

◆ gap

unsigned WebCore::Pagination::gap

◆ mode

Mode WebCore::Pagination::mode

◆ pageLength

unsigned WebCore::Pagination::pageLength

The documentation for this struct was generated from the following file: