DEPRECATED: Diffusion iOS Classic API  5.9.4
 All Data Structures Files Functions Variables Enumerations Enumerator Properties Macros Pages
DFPageStatus Class Reference

Status of page. More...

#import <DFPageStatus.h>

Inheritance diagram for DFPageStatus:
Collaboration diagram for DFPageStatus:

Properties

int currentPage
 Returns the current page number, Note that the first page is numbered 1.
 
int lastPage
 The current highest page number.
 
int totalNumberOfLines
 the total number of lines.
 
BOOL dirty
 Returns whether the page is 'dirty', meaning that has been returned for it is currently out of date and the page needs to be refreshed.
 

Detailed Description

Status of page.

Author
Martin Cowie - created 6 Jan 2012
Since
4.1

Property Documentation

- (BOOL) dirty
readnonatomicassign

Returns whether the page is 'dirty', meaning that has been returned for it is currently out of date and the page needs to be refreshed.

- (int) lastPage
readnonatomicassign

The current highest page number.

- (int) totalNumberOfLines
readnonatomicassign

the total number of lines.


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