Salome HOME
method getViewType() added that returns CANVAS, CONTROL or CANVASTABLE constant corre...
authorasv <asv@opencascade.com>
Wed, 26 Jan 2005 13:28:00 +0000 (13:28 +0000)
committerasv <asv@opencascade.com>
Wed, 26 Jan 2005 13:28:00 +0000 (13:28 +0000)
src/SUPERVGUI/SUPERVGUI_Main.h

index 4009f82beadf77d76ebdf759f991cba78c1acf90..134bbb59d0f31d08bcaa529317bf30467ba68cea 100644 (file)
@@ -133,6 +133,8 @@ class SUPERVGUI_Main: public SUPERVGraph_View {
 
     void removeArrayChild(SUPERV::CNode_ptr theNode);
 
+    GraphViewType getViewType() { return myCurrentView; }
+
   signals:
     void KillMyThread(bool theValue);