#include <Pages.h>
Inheritance diagram for rnaml::Pages:
Public Methods | |
Pages () | |
Initializes the object. | |
Pages (const Pages &right) | |
Initializes the object with the right's content. | |
Pages * | clone () const |
Clones the object. | |
virtual | ~Pages () |
Destroys the object. | |
Pages & | operator= (const Pages &right) |
Assigns the object with the right's content. | |
int | getStartPage () const |
Gets the pages startPage. | |
void | setStartPage (int startPage) |
Sets the pages startPage. | |
int | getEndPage () const |
Gets the pages endPage. | |
void | setEndPage (int endPage) |
Sets the pages endPage. |
|
Initializes the object.
|
|
Initializes the object with the right's content.
|
|
Destroys the object.
|
|
Clones the object.
|
|
Gets the pages endPage.
|
|
Gets the pages startPage.
|
|
Assigns the object with the right's content.
|
|
Sets the pages endPage.
|
|
Sets the pages startPage.
|