29 #ifndef __PORTDIALOG_H__
30 #define __PORTDIALOG_H__
34 #include <arcs/arcsabstractcomponent.h>
43 QString getPort() {
return portNameEdit->text(); }
46 virtual void accept();
51 QLineEdit* portNameEdit;
56 #endif // __PORTDIALOG_H__
Class handling the generic description of a component.