Mercurial > hg > svgui
comparison widgets/PropertyStack.h @ 189:5b7472db612b
* Add large chunks of context help in the optional status bar
* Add an extra overlay mode in which even the centre frame is disabled
* Fixes to FTP retrieval
author | Chris Cannam |
---|---|
date | Fri, 19 Jan 2007 13:13:14 +0000 |
parents | 705f05ab42e3 |
children | 53835534a9d3 |
comparison
equal
deleted
inserted
replaced
188:dd573e090eed | 189:5b7472db612b |
---|---|
36 bool containsContainer(PropertyContainer *container) const; | 36 bool containsContainer(PropertyContainer *container) const; |
37 int getContainerIndex(PropertyContainer *container) const; | 37 int getContainerIndex(PropertyContainer *container) const; |
38 | 38 |
39 signals: | 39 signals: |
40 void propertyContainerSelected(View *client, PropertyContainer *container); | 40 void propertyContainerSelected(View *client, PropertyContainer *container); |
41 void contextHelpChanged(const QString &); | |
41 | 42 |
42 public slots: | 43 public slots: |
43 void propertyContainerAdded(PropertyContainer *); | 44 void propertyContainerAdded(PropertyContainer *); |
44 void propertyContainerRemoved(PropertyContainer *); | 45 void propertyContainerRemoved(PropertyContainer *); |
45 void propertyContainerPropertyChanged(PropertyContainer *); | 46 void propertyContainerPropertyChanged(PropertyContainer *); |