mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-06 13:40:52 +01:00
Implemented drag'n drop of title block templates to diagrams + automatic integration in the parent project
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1471 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -33,6 +33,7 @@ class ElementsLocation;
|
||||
class TitleBlockTemplate;
|
||||
class XmlElementsCollection;
|
||||
class MoveElementsHandler;
|
||||
class MoveTitleBlockTemplatesHandler;
|
||||
/**
|
||||
Cette classe represente un projet QET. Typiquement enregistre dans un
|
||||
fichier, il s'agit d'un document XML integrant des schemas ainsi qu'une
|
||||
@@ -105,6 +106,7 @@ class QETProject : public QObject {
|
||||
ElementsCategory *integrationCategory() const;
|
||||
QString integrateElement(const QString &, QString &);
|
||||
QString integrateElement(const QString &, MoveElementsHandler *, QString &);
|
||||
QString integrateTitleBlockTemplate(const TitleBlockTemplateLocation &, MoveTitleBlockTemplatesHandler *handler);
|
||||
bool usesElement(const ElementsLocation &);
|
||||
void cleanUnusedElements(MoveElementsHandler *);
|
||||
void cleanEmptyCategories(MoveElementsHandler *);
|
||||
|
||||
Reference in New Issue
Block a user