18 #ifndef TITLEBLOCK_PROPERTIES_H 19 #define TITLEBLOCK_PROPERTIES_H 41 void toXml(QDomElement &)
const;
42 void fromXml(
const QDomElement &);
43 void toSettings(QSettings &,
const QString & = QString())
const;
44 void fromSettings(QSettings &,
const QString & = QString());
QString locmach
Location(displayed by the default template)
QString plant
Plant (displayed by the default template)
Qt::Edge display_at
Edge to display the titleblock.
void setDateFromString(const QString &)
void toSettings(QSettings &, const QString &=QString()) const
TitleBlockProperties::toSettings Export the TitleBlockProperties into a QSettings.
void toXml(QDomElement &) const
void fromSettings(QSettings &, const QString &=QString())
QDate date
Date (displayed by the default template)
QetCollection
Enum used to specify the origin of a collection of thing (title block, element etc...)
QString filename
Filename (displayed by the default template)
DateManagement
Lists the various ways to handle the date.
DiagramContext context
Container for the additional, user-defined fields.
void fromXml(const QDomElement &)
bool operator==(const TitleBlockProperties &)
QString version
Version (displayed by the default template)
QString exportDate() const
DateManagement useDate
Wheter to use the date attribute.
bool operator!=(const TitleBlockProperties &)
QString author
Author of the diagram/folio (displayed by the default template)
QString indexrev
Revision Index (displayed by the default template)
void setAutoPageNum(QString autonum)
QET::QetCollection collection
Specify the location of the title block.
QString folio
Folio information (displayed by the default template)
QString title
Folio title (displayed by the default template)
static TitleBlockProperties defaultProperties()
TitleBlockProperties::defaultProperties Return the default properties stored in the setting file...
QString template_name
Name of the template used to render the title block - an empty string means "the default template pro...
virtual ~TitleBlockProperties()