diff -r d79a71382836 -r 65c1b103443d nbtab.h --- a/nbtab.h Mon Sep 25 12:08:35 2006 +0000 +++ b/nbtab.h Mon Sep 25 15:30:04 2006 +0000 @@ -156,6 +156,12 @@ ///See also ///\ref mapwin. void closeMapWin(); + + ///Sets node representation settings + void setNodeView(bool, double, double, double); + + ///Gets node representation settings + void getNodeView(bool &, double&, double&, double&); }; #endif //NBTAB_H