|
| ScPage (const double x, const double y, const double b, const double h) |
|
double | xOffset () const |
|
double | yOffset () const |
|
double | width () const |
|
double | height () const |
|
double | initialWidth () const |
|
double | initialHeight () const |
|
int | orientation () const |
|
void | setXOffset (const double) |
|
void | setYOffset (const double) |
|
void | setWidth (const double) |
|
void | setHeight (const double) |
|
void | setInitialWidth (const double) |
|
void | setInitialHeight (const double) |
|
void | setOrientation (int) |
|
void | copySizingProperties (ScPage *sourcePage, const MarginStruct &pageMargins) |
|
MarginStruct | margins () const |
|
double | leftMargin () const |
|
double | topMargin () const |
|
double | bottomMargin () const |
|
double | rightMargin () const |
|
ScribusDoc * | doc () const |
|
void | setDocument (ScribusDoc *doc) |
|
int | pageNr () const |
|
void | setPageNr (int pageNr) |
|
const QString & | pageSectionNumber () const |
|
void | setPageSectionNumber (const QString &) |
|
const QString & | pageName () const |
| Return the page's name.
|
|
void | setPageName (const QString &newName) |
|
void | restore (UndoState *state, bool isUndo) |
| Method used when an undo/redo is requested. More...
|
|
| UndoObject () |
| Creates a new anonymous UndoObject instance.
|
|
| UndoObject (const UndoObject &other) |
| Creates a copy of an UndoObject instance.
|
|
| UndoObject (const QString &objectName, QPixmap *objectIcon=0) |
| Creates a new UndoObject instance with the name objectName More...
|
|
virtual | ~UndoObject () |
| Destroys the object.
|
|
virtual QString | getUName () |
| Returns the name of the UndoObject. More...
|
|
virtual void | setUName (QString newUName) |
| Set the name of the UndoObject. More...
|
|
virtual QPixmap * | getUPixmap () |
| Returns the pixmap connected to this object. More...
|
|
virtual void | setUPixmap (QPixmap *newUPixmap) |
| Set the pixmap for this object. More...
|
|
ulong | getUId () const |
| Returns an unique identifier number for the UndoObject. More...
|
|
const ScGuardedPtr< UndoObject > & | undoObjectPtr () |
| Returns a guarded pointer.
|
|
| SingleObservable (MassObservable< ScPage * > *massObservable) |
|
void | setMassObservable (MassObservable< ScPage * > *massObservable) |
|
virtual void | update () |
|
virtual void | updateLayout () |
|