]> AND Private Git Repository - blast.git/blobdiff - GroupInterface.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
moved clocks list to graph
[blast.git] / GroupInterface.h
index 2a22dc76482a02fed17cca69002749a2c0f21a17..2f7ac609d74b737e458621e3ecb244127203d392 100644 (file)
@@ -34,9 +34,10 @@ using namespace Qt;
 class GroupInterface : public ConnectedInterface {
 
 public :
-  GroupInterface(AbstractBlock* _owner, const QString& _name, int _direction, int _level = AbstractInterface::Basic) throw (Exception);
+  GroupInterface(AbstractBlock* _owner, const QString& _name, int _direction, int _purpose) throw (Exception);
 
   // getters
+  int getWidth();
 
   // setters