00001 #ifndef SCITEM_H 00002 #define SCITEM_H 00003 #include "iattribute.h" 00004 00005 class SCItem : public QObject 00006 { 00007 public: 00008 SCItem(); 00009 SCItem(QObject *parent); 00010 00011 virtual IAttributeContainer * getAttributes() = 0; 00012 }; 00013 00014 #endif // SCITEM_H