mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Mod the doc moved info to the class
This commit is contained in:
committed by
Laurent Trinques
parent
132f3ad1b4
commit
06dbb468ce
@@ -43,15 +43,15 @@ class QETProject;
|
|||||||
class Terminal;
|
class Terminal;
|
||||||
class DiagramImageItem;
|
class DiagramImageItem;
|
||||||
class DiagramEventInterface;
|
class DiagramEventInterface;
|
||||||
|
|
||||||
/**
|
|
||||||
This class represents an electric diagram. It manages its various child
|
|
||||||
elements, conductors and texts and handles their graphic rendering.
|
|
||||||
*/
|
|
||||||
|
|
||||||
class DiagramFolioList;
|
class DiagramFolioList;
|
||||||
class QETProject;
|
class QETProject;
|
||||||
|
|
||||||
|
/**
|
||||||
|
@brief The Diagram class
|
||||||
|
This class represents an electric diagram.
|
||||||
|
It manages its various child elements,
|
||||||
|
conductors and texts and handles their graphic rendering.
|
||||||
|
*/
|
||||||
class Diagram : public QGraphicsScene
|
class Diagram : public QGraphicsScene
|
||||||
{
|
{
|
||||||
friend DiagramFolioList;
|
friend DiagramFolioList;
|
||||||
|
|||||||
Reference in New Issue
Block a user