mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-29 15:10:52 +01:00
Implemented the common and custom title block templates collections.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1433 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -46,6 +46,10 @@ class QETArguments : public QObject {
|
||||
virtual bool commonElementsDirSpecified() const;
|
||||
virtual QString commonElementsDir() const;
|
||||
#endif
|
||||
#ifdef QET_ALLOW_OVERRIDE_CTBTD_OPTION
|
||||
virtual bool commonTitleBlockTemplatesDirSpecified() const;
|
||||
virtual QString commonTitleBlockTemplatesDir() const;
|
||||
#endif
|
||||
#ifdef QET_ALLOW_OVERRIDE_CD_OPTION
|
||||
virtual bool configDirSpecified() const;
|
||||
virtual QString configDir() const;
|
||||
@@ -73,6 +77,9 @@ class QETArguments : public QObject {
|
||||
#ifdef QET_ALLOW_OVERRIDE_CED_OPTION
|
||||
QString common_elements_dir_;
|
||||
#endif
|
||||
#ifdef QET_ALLOW_OVERRIDE_CTBTD_OPTION
|
||||
QString common_tbt_dir_;
|
||||
#endif
|
||||
#ifdef QET_ALLOW_OVERRIDE_CD_OPTION
|
||||
QString config_dir_;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user