mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Remove, move and clean some functions of diagram view, among other things because it is not the role of the diagram view to provide these functions.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5294 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -60,14 +60,8 @@ class DiagramView : public QGraphicsView
|
||||
public:
|
||||
QString title() const;
|
||||
void editDiagramProperties();
|
||||
void addColumn();
|
||||
void removeColumn();
|
||||
void addRow();
|
||||
void removeRow();
|
||||
Diagram *diagram() { return(m_diagram); }
|
||||
QETDiagramEditor *diagramEditor() const;
|
||||
bool hasCopiableItems();
|
||||
bool hasTextItems();
|
||||
void editSelection();
|
||||
void setEventInterface (DVEventInterface *event_interface);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user