Scribus
Open source desktop publishing at your fingertips
DocInfos Class 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. More...

#include <docinfo.h>

Inheritance diagram for DocInfos:
Collaboration diagram for DocInfos:

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.
 

Protected Attributes

QLineEdit * publisherEdit
 
QLineEdit * dateEdit
 
QLineEdit * typeEdit
 
QLineEdit * formatEdit
 
QLineEdit * identifierEdit
 
QLineEdit * sourceEdit
 
QLineEdit * languageEdit
 
QLineEdit * relationEdit
 
QLineEdit * coverageEdit
 
QLineEdit * rightsEdit
 
QLineEdit * titleEdit
 
QLineEdit * authorEdit
 
QLineEdit * subjectEdit
 
QTextEdit * descriptionEdit
 
QTextEdit * keywordsEdit
 
QTextEdit * contributorsEdit
 
QLabel * authorLabel
 
QLabel * subjectLabel
 
QLabel * titleLabel
 
QLabel * publisherLabel
 
QLabel * dateLabel
 
QLabel * typeLabel
 
QLabel * formatLabel
 
QLabel * identifierLabel
 
QLabel * sourceLabel
 
QLabel * languageLabel
 
QLabel * relationLabel
 
QLabel * coverageLabel
 
QLabel * rightsLabel
 
QLabel * descriptionLabel
 
QLabel * keywordsLabel
 
QLabel * contributorsLabel
 
QGridLayout * layout1
 
QGridLayout * layout2
 
QWidget * page1
 
QWidget * page2
 

Detailed Description

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.

Member Function Documentation

DocumentInformation DocInfos::getDocInfo ( )

Returns the changed values. Used e.g. in ScribusMainWindow::SetupDoc().

Return values
DocumentInformationstructure

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