#include <qsworkbook.h>
Signals | |
void | sigTitleChanged (const QString &newTitle) |
void | sigPageChanged () |
Public Methods | |
QSPage (QObject *parent=NULL) | |
virtual | ~QSPage () |
void | setTitle (const QString &title) |
QString | title () const |
QSCObjectCollection * | objects () const |
void | paint (QPainter *p, double dpi, bool blocking=false) |
Contains a list of QSCObjects. Most of its functionality is available through objects() collection. See also QSWorkbook.
demo2d.cpp, and demo3d.cpp.
|
Constructor. |
|
Destructor. Deletes all objects on the page. |
|
Collection of objcects on this page. |
|
Prints the page on the painter. If drawing in background it duplicates painter for each object using QSDrvQt::copyPainter and each object is drawing itself in the background. |
|
Sets a title of this page. It appears on a tab. Does not emit sigPageChanged - emits sigTitleChanged instead. |
|
Page has changed ( the same as collection()sigChanged ). Does not include sigTitleChanged() It informs when page needs redrawnig. |
|
Page title has changed |
|
Returns a title of this page. |