Scribus
Open source desktop publishing at your fingertips
|
The DocInfos class is now part of the ReformDoc multi widgets storage. See reformdoc.h as reference. The return values are handled via. getDocInfo() method. It can be used as standalone widget. More...
#include <docinfo.h>
Public Member Functions | |
DocInfos (QWidget *parent, DocumentInformation &docInfo) | |
DocumentInformation | getDocInfo () |
Returns the changed values. Used e.g. in ScribusMainWindow::SetupDoc(). More... | |
void | restoreDefaults () |
(Re)loads the document informations. See e.g. ReformDoc::restoreDefaults() | |
Public Attributes | |
DocumentInformation | infos |
Class wide DocumentInformation& docInfo reference. | |
The DocInfos class is now part of the ReformDoc multi widgets storage. See reformdoc.h as reference. The return values are handled via. getDocInfo() method. It can be used as standalone widget.
DocumentInformation DocInfos::getDocInfo | ( | ) |
Returns the changed values. Used e.g. in ScribusMainWindow::SetupDoc().
DocumentInformation | structure |