diff options
Diffstat (limited to 'src/FbTk/MultLayers.hh')
-rw-r--r-- | src/FbTk/MultLayers.hh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/FbTk/MultLayers.hh b/src/FbTk/MultLayers.hh index bb9f134..99d765d 100644 --- a/src/FbTk/MultLayers.hh +++ b/src/FbTk/MultLayers.hh | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: MultLayers.hh,v 1.1 2003/01/16 12:41:27 rathnor Exp $ | 23 | // $Id: MultLayers.hh,v 1.2 2003/01/29 21:42:53 rathnor Exp $ |
24 | 24 | ||
25 | #ifndef FBTK_MULTLAYERS_HH | 25 | #ifndef FBTK_MULTLAYERS_HH |
26 | #define FBTK_MULTLAYERS_HH | 26 | #define FBTK_MULTLAYERS_HH |
@@ -38,9 +38,14 @@ public: | |||
38 | ~MultLayers(); | 38 | ~MultLayers(); |
39 | XLayerItem *getLowestItemAboveLayer(int layernum); | 39 | XLayerItem *getLowestItemAboveLayer(int layernum); |
40 | void addToTop(XLayerItem &item, int layernum); | 40 | void addToTop(XLayerItem &item, int layernum); |
41 | void remove(XLayerItem &item); | ||
42 | |||
41 | //void move(XLayerItem &item, int layernum); | 43 | //void move(XLayerItem &item, int layernum); |
44 | |||
45 | // raise/lower the item a whole layer, not just to top of current layer | ||
42 | void raise(XLayerItem &item); | 46 | void raise(XLayerItem &item); |
43 | void lower(XLayerItem &item); | 47 | void lower(XLayerItem &item); |
48 | |||
44 | //void moveToTop(XLayerItem &item); | 49 | //void moveToTop(XLayerItem &item); |
45 | //void moveToBottom(XLayerItem &item); | 50 | //void moveToBottom(XLayerItem &item); |
46 | 51 | ||