comparison widgets/PropertyStack.h @ 51:8e5f9a9aa43f

add destructor (clean PropertyBox vector)
author lbajardsilogic
date Wed, 16 May 2007 11:34:30 +0000
parents fc9323a41f5a
children 81921835ddf1
comparison
equal deleted inserted replaced
50:51b1cbf1a7d7 51:8e5f9a9aa43f
29 { 29 {
30 Q_OBJECT 30 Q_OBJECT
31 31
32 public: 32 public:
33 PropertyStack(QWidget *parent, View *client); 33 PropertyStack(QWidget *parent, View *client);
34 virtual ~PropertyStack();
34 35
35 View *getClient() { return m_client; } 36 View *getClient() { return m_client; }
36 bool containsContainer(PropertyContainer *container) const; 37 bool containsContainer(PropertyContainer *container) const;
37 int getContainerIndex(PropertyContainer *container) const; 38 int getContainerIndex(PropertyContainer *container) const;
38 39